Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Error on admin index.php page


Kjolebutikken

Recommended Posts

Hi,

 

 

I get this error on the startpage in admin (admin/index.php):

 

//BEGIN -- newsdesk array( 'title' => BOX_HEADING_NEWSDESK, 'image' => 'catalog.gif', 'href' => tep_href_link(FILENAME_NEWSDESK, 'selected_box=newsdesk'), 'children' => array( array('title' => NEWSDESK_ARTICLES, 'link' => tep_href_link(FILENAME_NEWSDESK, 'selected_box=newsdesk')), array('title' => NEWSDESK_REVIEWS, 'link' => tep_href_link(FILENAME_NEWSDESK_REVIEWS, 'selected_box=newsdesk')))), //END -- newsdesk

 

Can anybody help?

 

 

Thanks :-)

Best regards

Kjolebutikken

Link to comment
Share on other sites

You've got PHP code stuck outside of a <?php ... ?> code section. Edit the file (probably one of the language files) and move those "newsdesk" lines inside the PHP code section.

 

Thank you :-) Finally found which file the error was in, it was in admin/index.php.

 

It works fine now :-))

Best regards

Kjolebutikken

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...