IvvN Posted December 29, 2006 Share Posted December 29, 2006 I don't really know why, buy I have this mysterious ?> at the top left corner of each admin page except admin/index.php. Where I can find the problemm? Link to comment Share on other sites More sharing options...
spannerman Posted December 29, 2006 Share Posted December 29, 2006 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 More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.