Admin virker, forsiden virker ikke?

Loaded osCommerce version - osC Manager og alle spørgsmål relateret hertil.

Redaktør: Redaktionen

Admin virker, forsiden virker ikke?

Indlægaf JohnSahl » 2005-10-12 22:36

Jeg får følgende fejl:

"Fatal error: Unknown(): The script tried to execute a method or access a property of an incomplete object. Please ensure that the class definition navigationhistory of the object you are trying to operate on was loaded _before_ the session was started in /www/shop/includes/application_top.php on line 324"

Nogen der har en ide til hvad jeg skal gøre?
JohnSahl
Godt igang
Godt igang
 
Indlæg: 53
Tilmeldt: 2004-01-15 17:56
Geografisk sted: Fredericia

Indlægaf JohnSahl » 2005-10-12 22:41

Og få minutter efter finder jeg så løsningen. Flot John :-(

Change the nagivation history chunk of code in application_top.php to read:

<code>
// navigation history
if (tep_session_is_registered('navigation')) {
if (PHP_VERSION < 4) {
$broken_navigation = $navigation;
$navigation = new navigationHistory;
$navigation->unserialize($broken_navigation);
} else {
$navigation = new navigationHistory;
}
} else {
tep_session_register('navigation');
$navigation = new navigationHistory;
}
$navigation->add_current_page();
</code>
JohnSahl
Godt igang
Godt igang
 
Indlæg: 53
Tilmeldt: 2004-01-15 17:56
Geografisk sted: Fredericia

Indlægaf w3 » 2005-10-12 22:42

8)
Lars
Brugeravatar
w3
Moderator
Moderator
 
Indlæg: 1219
Tilmeldt: 2004-10-18 23:15
Geografisk sted: Aulum


Tilbage til osC Manager

Hvem er online

Brugere der læser dette forum: Ingen tilmeldte og 10 gæster

cron