Can you explain the problems you have?
Can you explain the problems you have?
I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me
Also:
your server (linux or windows?)
php version
your current htaccess config
your site link
I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me
Yellow,
i've tried on 2 different configuration :
- one remote testconfig (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
Last edited by Zeiser50; 17 Oct 2008 at 08:29 PM.
Maybe you missed this one when you read the installation guide:
http://code.google.com/p/zencart-mod...downloads/list
Also, make sure to set cache/ssu and all folders under it to 777
I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me
ok, so except from the error:
Fatal error: Call to undefined method su_manager::reset_pages_cache_folder() in www/includes/admin/ssu.php on line 38
which can be resolved easily, what other errors you get? Does it not work on the front end? Do you get 404 page not found or whatever error it is?
I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me
I've activated the SEO mod on my remote site ((www.test.poumi-shop 'dot' com)
-> the first page can be reached
-> all the other pages have a 500 internal server error
I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me
Post the error log on your server + the content of the includes/configure.php on your test site (take out all the passwords etc...)
I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me
I've heard you just have to pick one or the other, either www. or non-www and stick with it. I've found that www. works more easily with Zen-Cart. Now that may just be because of the way the configure files are defaulted but I think most people are still stuck on using www.
This .htaccess set up also points anything going to index.php back to the root. This is all aimed at consolidating all the links and pagerank onto your home page, to increase rankings and avoid any possibility of duplicate content issues.
Bookmarks