Okay, I got the logs. There are about 100 from today (a bit more). Most of it (the more recent) is "Illegal string offset"s for a number of variables in a number of .php files. There is also "cannot modify header information" which may be an issue?
Okay, I got the logs. There are about 100 from today (a bit more). Most of it (the more recent) is "Illegal string offset"s for a number of variables in a number of .php files. There is also "cannot modify header information" which may be an issue?
If one were to post the contents of one's debug log others can perhaps mention what one might do to make the necessary fix ...![]()
Linda McGrath
If you have to think ... you haven't been zenned ...
Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!
Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
Officially PayPal-Certified! Just click here
Try our Zen Cart Recommended Services - Hosting, Payment and more ...
Signup for our Announcements Forums to stay up to date on important changes and updates!
Sorry about that.
Here's a zip file of the logs:
http://sixshooterrecords.com/oct21we...error-logs.zip
What PHP version are you using?
Remember: Zen Cart v1.3.9h is not fully compatible with PHP 5.4 or higher ... http://www.zen-cart.com/content.php?...o-run-zen-cart ... which I'm guessing is the problem you're running into.
.
Zen Cart - putting the dream of business ownership within reach of anyone!
Donate to: DrByte directly or to the Zen Cart team as a whole
Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.
We haven't updated our version of PHP. Do you have any other suggestions?
You didn't say what version of PHP you're actually using.
If you don't know what it is, log in to your Admin, and click the word "Version" on the right-hand side of the admin menu bar, near the Logoff link.
.
Zen Cart - putting the dream of business ownership within reach of anyone!
Donate to: DrByte directly or to the Zen Cart team as a whole
Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.
This is our current PHP Version: 5.4.34 (Zend: 2.4.0
1. Your old version of Zen Cart is not fully compatible with the newer version of PHP on your server. You should be planning an upgrade to a modern version of Zen Cart.
The majority of the errors ("illegal string offset") in your debug logs are directly related to this incompatibility.
2. According to other errors in your debug log files, you have a PHP syntax error on line 73 of /includes/languages/english/modules/shipping/canadapost.php
.
Zen Cart - putting the dream of business ownership within reach of anyone!
Donate to: DrByte directly or to the Zen Cart team as a whole
Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.
1. We might be creating a new store, so the notion of an upgrade doesn't make sense for us right now.
2. We tried swapping line 73, but that didn't resolve anything.
If you can't upgrade the cart you'll need to downgrade the PHP version.
If this isn't possible you're kind of screwed unless you want to work through the errors and fix them yourself.
If you swapped a line of code with an error with another copy of the same code with the same error then you shouldn't expect the problem to be resolved.
You'll need to identify and resolve the error. It's probably a line that you've edited and added an apostrophe without escaping it (or similar).
Besides that, there are two files called "canadapost.php" - Are you looking at the right one?
Cheers
RodG