X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Third Party Add-Ons for X-Cart 4 (https://forum.x-cart.com/forumdisplay.php?f=45)
-   -   Site problems after installing CDSEO mod from websitecm, help needed!!! (https://forum.x-cart.com/showthread.php?t=26749)

dolaghan 11-20-2006 08:15 AM

Site problems after installing CDSEO mod from websitecm, help needed!!!
 
hi all,
have installed theabove mentioned mod to help with seo of the site.
seems a good mod with some benefits but it has caused an error within my site
basically all pages are now just blank white pages, ive gone through and checked the installation and all is correct.
as per the install instructions i deleted my catalog and now cant even generate a new one now, everything just remains blank?

any ideas would be really appreciated.
ive tried ontacting the site www.websitecm.com but they have not replied at all :(

regards

balinor 11-20-2006 08:28 AM

Re: Site problems after installing CDSEO mod from websitecm, help needed!!!
 
Welcome to X-Cart! Please start by reading the forum guidelines (http://forum.x-cart.com/viewtopic.php?t=6489), and posting your X-Cart version in your signature (click the User CP link at the top of the forum). You can find your version by clicking on the 'Summary' link in your admin area.

Moving this to the Third Party Add-Ons forum

Jon 11-20-2006 08:29 AM

Re: Site problems after installing CDSEO mod from websitecm, help needed!!!
 
The error would indicate a definite problem with the installation. A PHP error would create the white pages and prevent the catalog from generating. Please ensure your support ticket has provided FTP information and we will address this issue asap.

dolaghan 11-20-2006 08:33 AM

Re: Site problems after installing CDSEO mod from websitecm, help needed!!!
 
Jon
yes i have posted ticket with ftp detailscouple of days ago.

regards

Jon 11-20-2006 08:39 AM

Re: Site problems after installing CDSEO mod from websitecm, help needed!!!
 
We will have this fixed for you shortly.

Jon 11-20-2006 08:58 AM

Re: Site problems after installing CDSEO mod from websitecm, help needed!!!
 
Hi,

There was a couple installation errors which we have corrected. We'll update your support ticket with details and reply to your PM in the ticket as well.

Jon Peters

Spy3K 02-14-2008 01:20 AM

Re: Site problems after installing CDSEO mod from websitecm, help needed!!!
 
I have a similar problem, my product pages don't load.
Everything works perfectly links are being rewritten, the admin part works but when I go to a productpage I receive a message:

File not found
The requested file cannot be found on the server.
Click here to visit our main page.

Have a look yourself
http://www.spy3k.be/surveillance-equ...-recorder.html

I triple checked the inserting before/after and replacement parts and everything should be fine.

I'm totally stuck here.

Can comeone help?

Thx
Kris

Spy3K 02-14-2008 01:25 AM

Re: Site problems after installing CDSEO mod from websitecm, help needed!!!
 
Problem might be the .htaccess file
I didn't backup this one because it was hidden and overwrote it with:

DirectoryIndex index.html index.php
RewriteEngine On
RewriteRule ^surveillance-equipment/(.*)$ home.php [L]
RewriteRule ^surveillance-equipment/(.*)$ product.php [L]

Also, the manual of CDSEO points out some changes to product_details.tpl

FIND:

<tr>
{if $geid ne ''}<td width="15" class="TableSubHead">&nbsp;</td>{/if}
<td colspan="2"><br />{include file="main/subheader.tpl" title=$lng.lbl_details}</td>
</tr>


ADD BEFORE:

...


BUT there was already a code from altered cart before this.
So I don't know where to past the code: Before / after altered cart code?

Problem has been posted to Jon as well ...

Jon 02-14-2008 07:10 AM

Re: Site problems after installing CDSEO mod from websitecm, help needed!!!
 
You have to have a different subfolder value for categories and for products, so they both cannot be surveillance-equipment. You should change one (perhaps for example change $cdseo_prod to surveillance-products) in your cdseo_config.php file and then update your .htaccess as follows:

DirectoryIndex home.php index.html index.php
RewriteEngine On
RewriteRule ^surveillance-equipment/(.*)$ home.php [L]
RewriteRule ^surveillance-products/(.*)$ product.php [L]

Spy3K 02-14-2008 07:19 AM

Re: Site problems after installing CDSEO mod from websitecm, help needed!!!
 
Ooo you're right.
That solved it!
Sick :D

Thanks Jon!


All times are GMT -8. The time now is 06:37 PM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.