Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Parse error after updating


Guest

Recommended Posts

i updated and can't get into my admin when i try i get the following error:

 

Parse error: syntax error, unexpected $end in /home/mysite/public_html/admin/includes/functions/html_output.php on line 438

 

can someone please help me with this?

Thank you in advance :)

Link to comment
Share on other sites

it usually means that you are missing a closing curly bracket "}"

 

if you find  a backup of the file and compare it with your current file, you'll easily spot the error

KEEP CALM AND CARRY ON

I do not use the responsive bootstrap version since i coded my responsive version earlier, but i have bought every 28d of code package to support burts effort and keep this forum alive (albeit more like on life support).

So if you are still here ? What are you waiting for ?!

 

Find the most frequent unique errors to fix:

grep "PHP" php_error_log.txt | sed "s/^.* PHP/PHP/g" |grep "line" |sort | uniq -c | sort -r > counterrors.txt

Link to comment
Share on other sites

Thank you for your help.

I found the missing bracket but now i am getting this message:

 

Fatal error: Cannot redeclare tep_catalog_href_link() (previously declared in /home/mysite/public_html/admin/includes/functions/html_output.php:66) in /home/mysite/public_html/admin/includes/functions/html_output.php on line 110

 

Help please

Thank you in advance :)

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...