I am trying to get my site fixed so that when and if my webhost changes to php 5.3 it will still function.
It seems that a conflict involving my add ons is causing the site not to load correctly, so I am testing them one at a time.
I have created a fully patched version (php 5.3, security patches etc) of zencart 1.38a with no other add ons installed.
I have added module_manager_rev16zip and Simple SEO URL3.7.1
I get a blank store page when running it on wamp 2.0 on my local server.
I can pull up the admin (simple seo url manager), but I get Fatal error: Multiple access type modifiers are not allowed in G:\wamp2\www*\includes\classes\ssu\cores\parser.php on line 17
I can go into includes\classes\ssu\cores\parser.php and remove:
protected protected static function getClass() {
$implementing_class = self::$CLASS;
$original_class = CLASS;
if ($implementing_class === $original_class)
throw new Exception("You MUST provide a <code>protected static \$__CLASS__ = __CLASS__;</code> statement in your Singleton-class!");
return $implementing_class;
}
This will cause the home page to load, but then the category page is blank when I set ssu status to true. This also allows me to see admin (simple seo url manager) and reset the cache.
Do you have any idea what I need to change?
It may be something else I have done wrong, because the installer for the cart results in blank pages during the installation process. I had to paste my configure files in manually and import the database with the sql file. I do have the correct rewritebase in my .htaccess.
Also, is version 3.7.1 the newest version? Where can I look that up?
Thanks