i checked my server info and found its running PHP 5.2.9
Printable View
If so you should check if you uploaded all files correctly. This debug tool will also give you some hint:
https://www.zen-cart.com/tutorials/index.php?article=82
Installed debug tool and got this error :
[25-Aug-2009 03:39:35] PHP Warning: require_once(includes/classes/module_installer.php) [<a href='function.require-once'>function.require-once</a>]: failed to open stream: No such file or directory in home/public_html/admin/ssu.php on line 11
[25-Aug-2009 03:39:35] PHP Fatal error: require_once() [<a href='function.require'>function.require</a>]: Failed opening required 'includes/classes/module_installer.php' (include_path='.:/php/includes:/usr/local/lib/php:/usr/local/php/lib/php') in home/public_html/admin/ssu.php on line 11
Please suggest
Thanks
Failed opening required 'includes/classes/module_installer.php
This file is missing so I guess you have not installed the module manager first.
Check the installation instructions:
http://wiki.rubikintegration.com/zen...u/installation
Requirements:
Module Manager installed (please make sure this module is installed, or you will run into errors)
Find the module manager here:
http://code.google.com/p/zencart-mod...downloads/list
I never tried it the another way round. But it should be ok when you install the module manager without removing SSU first.
Either way will work, no need to uninstall SSU then install the manager, tho the correct way is always preferred :)
When I try to view the main root of my products:
/index.php?main_page=index&cPath=0
it just sends me to the main page.. Is there a way around this?
This is essential to my site working properly.
I've tried this on 2 installations and it doesn't work, so this is some kind of default.
Here's what I'm trying to do:
The user clicks on a link called "products" , then the categories are displayed...
So the only way I can accomplish this is by making a master category "products" and then throw everything in there..
This works great , but it makes my URLS unfriendly, since "products" doesn't really benefit my items in searches.
www.website.com/products/laptops/small
www.website.com/products/laptops/large
www.website.com/products/desktops/tower
www.website.com/products/desktops/mini
It will use valuable URL space to say products.. I suppose you could just have a category called "P" or something, but this seems kind of mickey-mouse... is there another way around this?
I know you can make a link to index.php?main_page=index&cPath=0
to display the categories... but it's giving me trouble in simple SEO, is there a simple way to do this that I'm overlooking?
Probably the best way to do this is to eliminate "/products/" in the url with .htaccess or maybe through a built-in feature of Simple SEO?