Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Recommended Posts

Posted

I try to install cName & pName contribution but I have some problems with this.

 

I got an error:Fatal error: Unknown(): The script tried to execute a method or access a property of an incomplete object. Please ensure that the class definition wishlist of the object you are trying to operate on was loaded _before_ the session was started in /var/www/includes/column_left.php on line 15

 

 

What can I do with this error?

Posted

I found this mistake but I have other problem.

 

When category or product has polish leter this url not working. Itry to modify "html_output.php" in this line I try to do this:

 

 

	  $link = str_replace('?', '/', $link);
  $link = str_replace('&', '/', $link);
  $link = str_replace('=', '/', $link);
  $link = str_replace('ń', 'n', $link);	  
  $seo_link = str_replace('?', '/', $seo_link);
  $seo_link = str_replace('&', '/', $seo_link);
  $seo_link = str_replace('=', '/', $seo_link);
  $seo_link = str_replace('ń', 'n', $seo_link);

 

 

But it is not working corectlly

Posted

You should install Ultimate SEO instead. cName & pName was the authors first attempt at it and fixes were made when he renamed it to Ultimate SEO. If your host doesn't offer mod rewrite, then you would need to use version 2.0. Otherwise, use the latest version.

 

Jack

Support Links:

For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc.

All of My Addons

Get the latest versions of my addons

Recommended SEO Addons

Posted
You should install Ultimate SEO instead. cName & pName was the authors first attempt at it and fixes were made when he renamed it to Ultimate SEO. If your host doesn't offer mod rewrite, then you would need to use version 2.0. Otherwise, use the latest version.

 

Jack

 

 

Thx. I'll try.

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...