Fatal error: Cannot redeclare class menumanager in
Posted: Fri Aug 18, 2006 7:28 pm
Hi I have installed the latest version and set up the database but have run into some trouble,
firstly I was getting Cannot redeclare class fckeditorx, so I checked out this post http://forum.cmsmadesimple.org/index.ph ... 000.0.html and deleted the duplicate FCKeditorX rows.
Now here is the error message I am getting
Fatal error: Cannot redeclare class menumanager in D:\hshome\quingbs\quinonline.com\cmsmadesimple\modules\MenuManager\MenuManager.module.php on line 21
I have changed the config.php file to no avail, here is the current path section
#-------------
#Path Settings
#-------------
#Document root as seen from the webserver. No slash at the end
#e.g. http://blah.com
$config['root_url'] = 'http://www.quinonline.com';
#Path to document root. This should be the directory this file is in.
#e.g. /var/www/localhost
$config['root_path'] = '/quingbs/quinonline.com/cmsmadesimple';
#Name of the admin directory
$config['admin_dir'] = '/admin';
#Where do previews get stored temporarily? It defaults to tmp/cache.
$config['previews_path'] = 'D:/hshome/quingbs/quinonline.com/cmsmadesimple/tmp/cache';
#Where are uploaded files put? This defaults to uploads.
$config['uploads_path'] = 'D:/hshome/quingbs/quinonline.com/cmsmadesimple/uploads';
#Where is the url to this uploads directory?
$config['uploads_url'] = 'http://www.quinonline.com/cmsmadesimple/uploads';
Would appreciate any help I can get.
Thanks
firstly I was getting Cannot redeclare class fckeditorx, so I checked out this post http://forum.cmsmadesimple.org/index.ph ... 000.0.html and deleted the duplicate FCKeditorX rows.
Now here is the error message I am getting
Fatal error: Cannot redeclare class menumanager in D:\hshome\quingbs\quinonline.com\cmsmadesimple\modules\MenuManager\MenuManager.module.php on line 21
I have changed the config.php file to no avail, here is the current path section
#-------------
#Path Settings
#-------------
#Document root as seen from the webserver. No slash at the end
#e.g. http://blah.com
$config['root_url'] = 'http://www.quinonline.com';
#Path to document root. This should be the directory this file is in.
#e.g. /var/www/localhost
$config['root_path'] = '/quingbs/quinonline.com/cmsmadesimple';
#Name of the admin directory
$config['admin_dir'] = '/admin';
#Where do previews get stored temporarily? It defaults to tmp/cache.
$config['previews_path'] = 'D:/hshome/quingbs/quinonline.com/cmsmadesimple/tmp/cache';
#Where are uploaded files put? This defaults to uploads.
$config['uploads_path'] = 'D:/hshome/quingbs/quinonline.com/cmsmadesimple/uploads';
#Where is the url to this uploads directory?
$config['uploads_url'] = 'http://www.quinonline.com/cmsmadesimple/uploads';
Would appreciate any help I can get.
Thanks