I will have a look in that.
Printable View
Hi yellow1912,
Just trying to install this contribution, but receive the following errors when trying to access my Zen Cart Admin (after installing your Module Manager, rev15 I believe).
I've tried reinstalling several times with no luck. Any idea how to fix this?Quote:
Warning: include(includes/auto_loaders/config.yclass.php) [function.include]: failed to open stream: No such file or directory in C:\Inetpub\wwwroot\simple_seo_url\admin\includes\initsystem.php on line 34
Warning: include() [function.include]: Failed opening 'includes/auto_loaders/config.yclass.php' for inclusion (include_path='.;C:\PHP\pear') in C:\Inetpub\wwwroot\simple_seo_url\admin\includes\initsystem.php on line 34
Warning: require(includes/extra_datafiles/module_manager.php) [function.require]: failed to open stream: No such file or directory in C:\Inetpub\wwwroot\simple_seo_url\admin\includes\init_includes\init_file_db_name s.php on line 40
Fatal error: require() [function.require]: Failed opening required 'includes/extra_datafiles/module_manager.php' (include_path='.;C:\PHP\pear') in C:\Inetpub\wwwroot\simple_seo_url\admin\includes\init_includes\init_file_db_name s.php on line 40
Yup, seem like you missed this
http://code.google.com/p/zencart-mod...downloads/list
BTW, if you use the SSU version in the download section, that one is old
Thanks for the prompt reply.
I have already installed Module Manager Rev 15 and that's caused the errors I previously posted. Is there something else I need to install (before installing SSU)?
Also, can you advise me where I can get the latest SSU release please?
This version should be a stable version:
http://www.zen-cart.com/forum/showpo...&postcount=781
And Module Manager is the only thing needed. Let me know if the problem still persists.
PS: your errors tell that you are missing:
includes/auto_loaders/config.yclass.php
admin/includes/extra_datafiles/module_manager.php
Both files are in the correct locations, yet the error messages still show.
At present I've only installed Module Manager. I was planning on testing this before installing SSU - just to make sure everything is working fine.
Those errors should not be there, even with ssu in place or not. I suspect this is a brand new cart you set up just to test the module right? So we can take out the possibility that it is in conflict with anything else.
Perhaps you can check again, for example check this link below:Because if the file is there, you should not get that error that saying that file is missing.
C:\Inetpub\wwwroot\simple_seo_url\admin\includes\auto_loaders\config.yclass.php
Yep, it's a brand new cart - just to test SSU.
I can access the file via the link... and you've just prompted me to check my permissions.
Resetting the permissions for the site root folder seemed to work. Obviously PHP wasn't 'allowed' to access the files it needed. :mellow:
I'll continue the install now.
Thanks for jogging my memory!
When installing SSU, MySQL threw the following error.
I'm running MySQL 5.0 in strict mode.Quote:
1366 Incorrect integer value: '' for column 'configuration_group_id' at row 1
Replacing the following code in admin\includes\module_installation\yellow1912_ssu\db\0.sql fixed this.
With:Code:INSERT INTO configuration_group VALUES ('', 'Simple SEO URL', 'Set SSU Options', '1', '1');
Code:INSERT INTO configuration_group VALUES (NULL, 'Simple SEO URL', 'Set SSU Options', '1', '1');