This error is being logged when viewing an order in admin.
Address and country details all appear to be correct.
Printable View
Hello and good day.
First time poster, new Zen-Cart user, 26 years of internet experience.
I have just installed Zen-Cart v1.5.4 on a clean domain with PHP 7.0, everything is baby powder fresh. I did install the sample items during set-up.
I renamed my /admin/ folder, deleted the install folder, and all recommended steps of making the config files read only.
Everything seems to be working as it should for Zen Cart.
I downloaded Square Payments for Zen Cart - Version: 0.90
I uploaded the specified files in the correct locations. I have confirmed this.
I now go to Zen Cart Admin, Modules->Payments menu, and there is no Square option or entry.
I'm stuck at this point.
If anyone could assist me with where my error was I would be grateful.
Sidenote: If you access this forum using a VPN there is an automatic permaban in place that locks your account and registered email, that was fairly annoying. Future correspondance may be from Blackburd3,4,5,etc depending on whether or not I remember to disable it temporarily.
-YIS
Good thing it's a brand new install, because it's already time to upgrade. Issue is/was ZC 1.5.4 with php 7.0 as can be seen in the server requirements section of this website from the main page (http://www.zen-cart.com/content.php?...o-run-zen-cart).
Basically, and for continued troubleshooting, you are probably experiencing a partial blank page for which there is a FAQ that would help identify where the issue is (http://www.zen-cart.com/content.php?124-blank-page). Specifically though one of the payment modules (no longer in ZC 1.5.5) is not php 7.x compatible.
Awesome. Thank you very much.
I guess I'll just start over and upgrade PHP to 7.2 while I am at it.
PHP 7.2 was a bad idea, reverting to 7.1
Zen-Cart 1.5.5e, PHP 5.4.44, MySQL 5.6.15, Square Payment Module 0.90.
I have the files placed correctly, with square_handler.php in the domain/shop folder and the rest in domain/shop/includes. Application ID and Application Secret are entered correctly from the SquareUp.com app I created. I am seeing the red (Access Token needed). When I click on the green Click here I get the prompt and I enter the login and password for Square which then closes the tab and returns me to my Zen-Cart admin tab. Where can I find a log of the error?
Aha, a clue perhaps... When I get sent back to Payment Modules I see:
ERROR: module not loaded due to missing language file: C:/Web Files/localuser/CHCG/Shop/includes/languages/english/modules/payment/square_handler.php
And that folder contains a file called square.php, not square_handler.php. Do I need to rename? The setting for the location for domain/shop/square_handler.php is correct on Square, so it doesn't make sense for it to be looking in the languages folders.
No one has any ideas? I'm kind of stuck...
Can you verify that this is what you are seeing?Quote:
ERROR: module not loaded due to missing language file: C:/Web Files/localuser/CHCG/Shop/includes/languages/english/modules/payment/square_handler.php
The system should NOT be looking for that file in that location.
Square.php should be the correct file.
Square_handler.php should be in the root of your site.