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!
Modules error on changing database
-
- Power Poster
- Posts: 300
- Joined: Tue Mar 04, 2008 10:37 am
-
- Power Poster
- Posts: 322
- Joined: Sat Feb 04, 2006 1:24 am
Re: Modules error on changing database
Have you updated the paths in config.php?
-
- Power Poster
- Posts: 300
- Joined: Tue Mar 04, 2008 10:37 am
Re: Modules error on changing database
Yes, everything is updated properly, that's what is so weird about it.
Re: Modules error on changing database
You can try to run install wizard once again (without creating tables and writing default content) ...
-
- Power Poster
- Posts: 300
- Joined: Tue Mar 04, 2008 10:37 am
Re: Modules error on changing database
I might try that!
Thanks.
Thanks.
-
- Power Poster
- Posts: 322
- Joined: Sat Feb 04, 2006 1:24 am
Re: Modules error on changing database
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.
Code: Select all
/home/mysite/public_html
-
- Power Poster
- Posts: 300
- Joined: Tue Mar 04, 2008 10:37 am
Re: Modules error on changing database
I triple checked everything, and still doesn't work. I'm going to run the install wizard again first.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.Code: Select all
/home/mysite/public_html