When I try to see new orders in my admin page Zi am getting a error message-
Parse error: parse error in /home/cust1/userblahblah/html/catalog/admin/orders.php on line 195
I am on 1.3.7 and have quite a few modules installed.
When I try to see new orders in my admin page Zi am getting a error message-
Parse error: parse error in /home/cust1/userblahblah/html/catalog/admin/orders.php on line 195
I am on 1.3.7 and have quite a few modules installed.
This is going to sound like a pain, but I would venture to guess it is one of the modules you have installed (specifically relating to the orders.php file).
Look at line 195 and see what it references for starters. That may give you a clue as to what is causing the problem.
It may be trial and error. Uninstall mods / reload until you find the one that is causing it.
Was this working previously? Is this an upgraded version, or a fresh install?
Eric
20 Ways to Increase Sales Using Zen Cart
Zen Cart contribs: Simple Google Analytics, Export Shipping Information
Thank you, I will follow your advice.
Line 195-
case 'doRefund':
One hint. Parse errors most often are solved by checking the SYNTAX of the code itself.
Missing elements, incorrect commas, quotes, etc...
Eric
20 Ways to Increase Sales Using Zen Cart
Zen Cart contribs: Simple Google Analytics, Export Shipping Information
Thank you, I will look a little closer at the code.