Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Blank page Index.php


pttk

Recommended Posts

Posted

Hi,

 

The admin work OK, but when run \catalog\index.php send blank page.

 

In application_top.php stop run in this code:

 

// navigation history

if (tep_session_is_registered('navigation')) {

 

if (PHP_VERSION < 4) {

$broken_navigation = $navigation;

$navigation = new navigationHistory;

$navigation->unserialize($broken_navigation);

 

}

} else {

tep_session_register('navigation');

$navigation = new navigationHistory;

}

$navigation->add_current_page();

 

Any idea?

 

PTTK

  • 1 month later...

Archived

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

×
×
  • Create New...