Re: Ultimate SEO 2.200 (new features) [Support Thread]
Quote:
Originally Posted by
kobra
Read it - it is self explanatory
Ok, when I remove the slashes as it says in the Admin. Now I got this:
Code:
Some potential issues were found in your "admin" configure.php. Failure to correct these issues may result in Zen Cart not functioning as intended.
The "admin" configure.php file can be found at /xxxxxxx/xxxxxx/public_html/morrisgiftshop.biz/xxxxxxx/includes/configure.php.
The value for DIR_WS_CATALOG cannot be blank. If the store installed at the website root (not in a subdirectory), set the value for DIR_WS_CATALOG to /. If the store is in a subdirectory, the name of the subdirectory should be placed in DIR_WS_CATALOG. The subdirectory should be preceded and followed by slashes, e.g. /store/.
The value for DIR_WS_HTTPS_CATALOG cannot be blank. If the store installed at the website root (not in a subdirectory), set the value for DIR_WS_HTTPS_CATALOG to /. If the store is in a subdirectory, the name of the subdirectory should be placed in DIR_WS_HTTPS_CATALOG. The subdirectory should be preceded and followed by slashes, e.g. /store/.
Re: Ultimate SEO 2.200 (new features) [Support Thread]
Also, there is no Ultimate SEO in the Configuration menu.
What I uploaded was 3_install files and modified files for v1.5.5.
Re: Ultimate SEO 2.200 (new features) [Support Thread]
Quote:
Ok, when I remove the slashes as it says in the Admin. Now I got this:
You had this before - - Again read it - it is self explanatory
Code:
The value for DIR_WS_CATALOG cannot be blank.
Re: Ultimate SEO 2.200 (new features) [Support Thread]
Quote:
Originally Posted by
kobra
You had this before - - Again read it - it is self explanatory
Code:
The value for DIR_WS_CATALOG cannot be blank.
Is this in the Admin area? If it is what do I need to put in the blank?
Re: Ultimate SEO 2.200 (new features) [Support Thread]
Quote:
Originally Posted by
wmorris
Is this in the Admin area? If it is what do I need to put in the blank?
The message you received started with:
Code:
Some potential issues were found in your "admin" configure.php. Failure to correct these issues may result in Zen Cart not functioning as intended.
You'll need to edit /YOUR_ADMIN/includes/configure.php and set the value for DIR_WS_CATALOG and DIR_WS_HTTPS_CATALOG to (presumably) '/', e.g.
Code:
define ('DIR_WS_CATALOG', '/');
Re: Ultimate SEO 2.200 (new features) [Support Thread]
Quote:
Originally Posted by
lat9
The message you received started with:
Code:
Some potential issues were found in your "admin" configure.php. Failure to correct these issues may result in Zen Cart not functioning as intended.
You'll need to edit /YOUR_ADMIN/includes/configure.php and set the value for DIR_WS_CATALOG and DIR_WS_HTTPS_CATALOG to (presumably) '/', e.g.
Code:
define ('DIR_WS_CATALOG', '/');
Ok, I got it to work. I notice something like p-100 in the link is that normal or can I get rid of that?
Re: Ultimate SEO 2.200 (new features) [Support Thread]
it's normal. its known as an anchor.
Re: Ultimate SEO 2.200 (new features) [Support Thread]
Quote:
Originally Posted by
carlwhat
it's normal. its known as an anchor.
Ok, on this:
Display categories as directories I have that turned off.
But when I look at a product I see this: flower-top-jar-p-570.html?cPath=2_58 is there a way to get rid of the "?cPath="
Re: Ultimate SEO 2.200 (new features) [Support Thread]
you should have a configuration screen in the admin for ultimate SEO. look for the generate cPath parameters. you could turn it off there, although it might mess with your breadcrumbs and some other minor navigation issues when viewing a product. depends if you link 1 product to many categories and some other factors.
Re: Ultimate SEO 2.200 (new features) [Support Thread]
Quote:
Originally Posted by
carlwhat
you should have a configuration screen in the admin for ultimate SEO. look for the generate cPath parameters. you could turn it off there, although it might mess with your breadcrumbs and some other minor navigation issues when viewing a product. depends if you link 1 product to many categories and some other factors.
Ok, Thanks. I found it before you replied. Plus I only had 1 product per category not multiple categories.