Thank you again, it worked :-)
Printable View
Thank you again, it worked :-)
Ok, installed this plugin. However, the new orders button is not showing up. Any ideas? Screenshot maybe of how it is supposed to look. Yes, I already installed Edit Order 4.0.
In the Web Server error logs on your hosting provider. "500 server error" is just that, a SERVER error.
I have a hunch something was not installed correctly... Possibly a file was misplaced, a merge was not successful, or the installer did not complete...
First things to check: What error can be found in the server log in regards to the "500 server error"? Are there any debug logs in the /logs/ or /cache/ folder on your server?
Second, what do you see if you perform the following:
- Login to your Zen Cart admin.
- Upload "new_files_15x/admin" to your admin folder on your web server.
- Click on "Admin Home" in your Zen Cart admin?
Here is what I found:
[08-Apr-2013 12:54:55] PHP Parse error: syntax error, unexpected '<' in /home/wonkyeye/public_html/xtwheelz/admin-1364756771/includes/init_includes/init_currencies.php on line 19
**Update**
WARNING: Could not locate language file: includes/languages/english/modules/order_total/ot_subtotal.php
WARNING: Could not locate language file: includes/languages/english/modules/order_total/ot_shipping.php
WARNING: Could not locate language file: includes/languages/english/modules/order_total/ot_coupon.php
WARNING: Could not locate language file: includes/languages/english/modules/order_total/ot_group_pricing.php
WARNING: Could not locate language file: includes/languages/english/modules/order_total/ot_tax.php
WARNING: Could not locate language file: includes/languages/english/modules/order_total/ot_loworderfee.php
WARNING: Could not locate language file: includes/languages/english/modules/order_total/ot_gv.php
WARNING: Could not locate language file: includes/languages/english/modules/order_total/ot_total.php
Check the indicated file: "/admin/includes/init_includes/init_currencies.php". Something is not right around line 19.
This means something is not right in how "/includes/classes/order_total.php" mas merged. This file loads the language files for order total modules.
This module does include a number of changes to core files, both in the admin and catalog. You will need to go through and make sure you merged the correct files in the correct folders... correctly :)
Probably not related, but you might also want to check and make sure in "/admin/includes/configure.php" all your paths are correctly specified - as this module reads the paths from the Zen Cart configuration.