Yellow,
i've tried on 2 different configuration :
-
one remote testconfig (https://www.test.poumi-shop 'dot' com) (linux 2.6.24.5, php 5.2.6, mysql 5, apache 2.2.x). The seo url is not currently activated
-
one local testconfig, on my local pc (easyphp on windows xp sp2, php5.2.0, mysql 5, apache 2.2.3)
On both sites, i have the same htaccess :
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 SSU
Below the sequence done (my last test, done on the local config):
-> fresh new installation with zencart 1.3.8a
-> copy all the module manager file
-> test on /admin if the manager has been installed
-> copy all the seo url files (and replace some of the module manager files)
-> "install new modules" option on module manager
-> "extra - SEO manager" option
-> then "reset cache option"
-> "reset all cache" and "reset only categories cache" seems to be ok (no error message)
-> "reset product cache" and "reset manufacturer cache " gives me the error "cache/ssu is not writable" "could not open dir" (i've checked that cache directory has the777 property)
-> The "reset only page cache " gives me an error :
Fatal error: Call to undefined method su_manager::reset_pages_cache_folder() in www/includes/admin/ssu.php on line 38
i'm 99.99% sure that all the files has been copied (i've done it 10 times maybe ..). As the test done on a fresh zencart config is not ok, i should make a BIG mistake somewhere .....
Thanks for your support and your help