My cache takes an ethernity to clear.
What should it be? I'm waiting, waiting and waiting.
Best regards!
Printable View
My cache takes an ethernity to clear.
What should it be? I'm waiting, waiting and waiting.
Best regards!
Before I asked for help, I was going through the forum, I saw this Mod_rewrite, so I said it maybe Mod_rewrite is not enabled on the server.
They replied with this:
Mod_rewrite is enabled and working on the server. I'm not sure I follow what mod_rewrite has to do with the 'ssu' directory not showing up as writable. What exactly did you ask the developer?
Is my admin setting and .htaccess ok.
@myfootsmells: I can confirm that the urls created when we visit the manufacturers page on your site are wrong.
I then switched to classic theme, cleared cache, and visit the same manufacturer page and I get the correct urls. So my conclusion is that the code that create product links in your new template for the manufacturer page is wrong. Im not sure where this code is called, you will have to look into that.
@weezee: i dont think htaccess has anything to do with cache not writeable. If mod_rewrite is not working the ssu should not work at all.
@Jeet Kune Do: if you have too many urls on site then it will take a long time to clear, that also depends on your server speed. But if you are using a version older than 3.6.5 then i would recommend upgrading to the latest then use the "fix cache" feature, that will help.
TROUBLESHOOTING: After installing itself, this module writes a file named ".keep" in admin\includes\module_installation, if your server doesnt allow it to do so, it may make the module attempting to install itself everytime. The fix is easy though, just manually create a .keep file there (after the module has already installed itself, of course)
As for the xml site map, it does work. Make sure you have the latest version.
hi, i moved my to another host and, for now i'm accessing my website by a temporary adress. in admin everything runs fine until now, but on my catalog i get this error
[26-Jun-2009 12:55:20] PHP Fatal error: Cannot redeclare class simple_seo_url in /xxx/xxxx/public_html/includes/init_includes/init_ssu.php on line 683
what is wrong?
thank you
update
i upgraded the ssu module to 3.6.7 version and now i can see my catalog, but when i click on a link i got a 500 internal server error
this is my .htacess file
#### BOF SSU
Options +FollowSymLinks -MultiViews
RewriteEngine On
# Make sure to change "test_site" to the subfolder you install ZC. If you use root folder, change to: RewriteBase /
RewriteBase /
# Deny access from .htaccess
RewriteRule ^\.htaccess$ - [F]
RewriteCond %{SCRIPT_FILENAME} !-f
RewriteCond %{SCRIPT_FILENAME} !-d
RewriteRule ^(.*) index.php?/$1 [E=VAR1:$1,QSA,L]
#### EOF SSURewriteCond %{HTTP_HOST} ^.*$
this is my configuration page
Set minimum word length 0
Set SSU Status true Info
Set maximum name length 0 Info
Set Link Alias Status false Info (if i leave this on, i can't see my index page on catalog, the adress bar show "http://temporary-ip-adress/~user/~user/
Exclude list advanced_search_result,redirect,popup_image_additional,search,download,wordpress ,popup_image Info
File extension Info
Name delimiter - Info
Set max category level 2 Info
ID delimiter - Info
Set SSU Multi Language Status false Info
Set Query Key's Exclude List zenid,gclid,number_of_uploads,number_of_downloads,action,sort,page,disp_order,fi lter_id,alpha_filter_id,currency Info
Set Auto Alias Status false Info
Set Category Separator / Info
Set default language identifier true Info
Set minimum word length
and there is no erros on my error log on the cp.
thank you very much for the help
everything solved now! i used the ssu_check and followed the instructions.
the problem is, even installing on the root directory, the temporary access to my site have a "sub folder" (http://the.ip.number/~user/)
i changed the configure file and everything worked just fine.
when my domain comes to the new host i change the configure and the .htaccess file again.
thanks!
:clap:
.......