Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Recommended Posts

Posted

rocdy report me a poblem when using Y! sitemap, here is what happend and rocdy's solution:

 

Problem

After i installed your contribution Yahoo! sitemap dynamic generator it going error message and i cann't open my website, but can open on other komputer.

 

Fatal error: Call to a member function add_current_page() on a non-object in /home/****/public_html/includes/application_top.php on line 327

 

solution:

 

Open file application_top.php in catalog/includes/application_top.php

 

find:

 

if (tep_session_is_registered('navigation')) {

 

repalce with :

 

if (tep_session_is_registered('navigation') && is_object($navigation)) {

 

thank you rocdy :rolleyes:

Posted
rocdy report me a poblem when using Y! sitemap, here is what happend and rocdy's solution:

 

Problem

After i installed your contribution Yahoo! sitemap dynamic generator it going error message and i cann't open my website, but can open on other komputer.

 

Fatal error: Call to a member function add_current_page() on a non-object in /home/****/public_html/includes/application_top.php on line 327

 

solution:

 

Open file application_top.php in catalog/includes/application_top.php

 

find:

 

if (tep_session_is_registered('navigation')) {

 

repalce with :

 

if (tep_session_is_registered('navigation') && is_object($navigation)) {

 

thank you rocdy :rolleyes:

 

How to change the language to German???

 

regards

Claudia

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...