aclema Posted December 17, 2005 Posted December 17, 2005 (edited) I installed points rewards v1.60 which seems to be working great but I run into a problem when I click on the orders link in the admin section. I get the following error. Parse error: parse error, unexpected T_CASE in /hsphere/local/home/aclema/affordableparties.com/admin/orders.php on line 127 I can't figure out why I keep getting this. I have gone back through the information that was to be added and it all looks good. Can anyone tell me what an "unexpected T_CASE" is?? Edited December 17, 2005 by aclema Quote
tina_boots Posted December 17, 2005 Posted December 17, 2005 I installed points rewards v1.60 which seems to be working great but I run into a problem when I click on the orders link in the admin section. I get the following error. Parse error: parse error, unexpected T_CASE in /hsphere/local/home/aclema/affordableparties.com/admin/orders.php on line 127 I can't figure out why I keep getting this. I have gone back through the information that was to be added and it all looks good. Can anyone tell me what an "unexpected T_CASE" is?? That particular error message means that its finding a case statement where it doesn't think one should be. Without seeing your code, I'm thinking that you might not be closing a previous case statement properly, as in missing a '}'. Be well, Tina Quote If you're not having fun you're not doing it right Teach a person to fish rather than give them a loaf of bread or however that saying goes.
aclema Posted December 17, 2005 Author Posted December 17, 2005 That particular error message means that its finding a case statement where it doesn't think one should be. Without seeing your code, I'm thinking that you might not be closing a previous case statement properly, as in missing a '}'. Be well, Tina Thank you for the information. I will go back and review it again. Amanda Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.