FIXED

I have CS3 Final installed. Everything was fine. I enabled SEO…now when I try to go to a catagory, I get “Error_Occurred” message. So I disabled SEO. Same thing. I tried ?cc in admin, and still does it. Any ideas??

I recently had the same error and turned out i had run out of disk space because of a huge backup (long story). But i've seen this error lots of times, always caused by something silly.

do you have the rewrite base rule in your .htaccess.



John

[quote name='johnbol1' timestamp='1338749083' post='137956']

do you have the rewrite base rule in your .htaccess.



John

[/quote]



Not sure…What should I add to it, and where at?

[quote name='parodius420' timestamp='1338764759' post='137970']

Not sure…What should I add to it, and where at?

[/quote]

The default should be:


```php

DirectoryIndex index.html index.php





RewriteEngine on

Some hostings require RewriteBase to be uncommented

Example:

Your store url is http://www.yourcompany.com/store/cart

So “RewriteBase” should be:

RewriteBase /store/cart

RewriteBase /

RewriteCond %{REQUEST_FILENAME} !.(png|gif|ico|swf|jpe?g|js|css)$

RewriteCond %{REQUEST_FILENAME} !-f

RewriteCond %{REQUEST_FILENAME} !-d

RewriteRule . index.php?sef_rewrite=1 [L,QSA]





```



Uncomment “RewriteBase /” by removing the # prefix. If your store is in a subfolder, then modify accordingly as per the instruction in the code.

Nope that didnt fix it =(

Did you contact support team, they will help you regarding this matter or post your problem on bug tracker http://forum.cs-cart.com/tracker/

[quote name='miracles' timestamp='1338788385' post='137985']

Did you contact support team, they will help you regarding this matter or post your problem on bug tracker [url=“http://forum.cs-cart.com/tracker/”]Bug tracker - CS-Cart Community Forums

[/quote]



Yep, have not heard back from them after submitting a ticket…tick tock tick tock