Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING, expecting ',' or ';' in index.php on line 130


ivanbrito

Recommended Posts

What happened ? I get this error when trying to log in:

 

Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING, expecting ',' or ';' in /home2/twoskeig/public_html/osc/admin/index.php on line 130

 

I uploaded the back up(index.php) and still get this error, should upload another php file?

 

Please help, thanks.

Link to comment
Share on other sites

OSC 2.2 has following entry on line 130

130	  $orders_pending = tep_db_fetch_array($orders_pending_query);

 

So most likely the result from database is causing the error. Any new alerts via email for

new orders placed on your store? You may have to run the query directly using phpmysql to

see what is the result and potential problem.

 

Ignore my previous reply .. if you have already read it...

 

Cheers

Best Regards,
Gaurav

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...