Page 1 of 1
Modules error on changing database
Posted: Thu Jul 03, 2008 8:31 am
by christiaans
Hey guys,
I am bumping into a modules error when changing database. I installed CMSms (1.3.1) on a localhost, and am now trying to upload it to a website, which uses a different database name. This causes all modules to stop working, however, all the content still displays (in the admin section).
How is this possible??
Any help is very much appreciated!
Re: Modules error on changing database
Posted: Thu Jul 03, 2008 2:37 pm
by stopsatgreen
Have you updated the paths in config.php?
Re: Modules error on changing database
Posted: Thu Jul 10, 2008 6:27 am
by christiaans
Yes, everything is updated properly, that's what is so weird about it.
Re: Modules error on changing database
Posted: Thu Jul 10, 2008 7:11 am
by cyberman
You can try to run install wizard once again (without creating tables and writing default content) ...
Re: Modules error on changing database
Posted: Thu Jul 10, 2008 9:01 am
by christiaans
I might try that!
Thanks.
Re: Modules error on changing database
Posted: Thu Jul 10, 2008 2:29 pm
by stopsatgreen
This exact situation happened to me a few days ago and it was because the paths in config.php hadn't been updated. Double-check that server paths, like:
Have been updated to reflect the new details.
Re: Modules error on changing database
Posted: Thu Jul 10, 2008 5:16 pm
by christiaans
stopsatgreen wrote:
This exact situation happened to me a few days ago and it was because the paths in config.php hadn't been updated. Double-check that server paths, like:
Have been updated to reflect the new details.
I triple checked everything, and still doesn't work. I'm going to run the install wizard again first.