Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Mysterious "?>"in the start of every ADMIN page.


IvvN

Recommended Posts

That'll be a php close tag outside of some php code, possibly a duplication if you've added a mod recently.

 

Look for something like this

 

<?php ....code in here ?>

?>

 

Try application_top.php, header.php and any other "included" files since it's appearing on all of your pages - it'll be one error showing due to the include of a common page.

 

Can be a pain to spot and can be anywhere in the page, not necessarily near the top even though thats where it's appearing in the webpage....use a good text editor and search for those characters together.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...