Zen Cart Logo
Forums / General Questions / Can't see my orders page - Parse error

Can't see my orders page - Parse error

Locked

Views: 1,129

Results 1 to 5 of 5
This thread is locked. New replies are disabled.
16 Aug 2007, 10:23 PM
#1
maxilious avatar

maxilious

New Zenner

Join Date:
Oct 2006
Posts:
50
Plugin Contributions:
0

Can't see my orders page - Parse error

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.

**

16 Aug 2007, 10:28 PM
#2
econcepts avatar

econcepts

Totally Zenned

Join Date:
Dec 2005
Posts:
1,505
Plugin Contributions:
2

Re: Can't see my orders page - Parse error

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?

16 Aug 2007, 11:20 PM
#3
maxilious avatar

maxilious

New Zenner

Join Date:
Oct 2006
Posts:
50
Plugin Contributions:
0

Re: Can't see my orders page - Parse error

Thank you, I will follow your advice.

Line 195-
case 'doRefund':

17 Aug 2007, 12:25 AM
#4
econcepts avatar

econcepts

Totally Zenned

Join Date:
Dec 2005
Posts:
1,505
Plugin Contributions:
2

Re: Can't see my orders page - Parse error

One hint. Parse errors most often are solved by checking the SYNTAX of the code itself.

Missing elements, incorrect commas, quotes, etc...

17 Aug 2007, 11:09 PM
#5
maxilious avatar

maxilious

New Zenner

Join Date:
Oct 2006
Posts:
50
Plugin Contributions:
0

Re: Can't see my orders page - Parse error

Thank you, I will look a little closer at the code.