Page 1 of 1
WCMSBlog (SOLVED)
Posted: Mon 4. Dec 2006, 18:42
by lgts
Hi, does anybody know if wcmsblog 0.6 has problems with mysql 5.04 and phpwcms 1.2.8?
Im getting this error:
-----------------------------------------------------------------------------------
Error:
There is a problem with the Blogs Module Database.
Please ensure that you have installed this module correctly and have all the correct permissions on your PhpWcms database.
-----------------------------------------------------------------------------------
I've used the 0.6 version on mysql 4 and phpwcms 1.2.6
Help?
Thank you for helping us all : )
Re: WCMSBlog
Posted: Tue 9. Jan 2007, 22:35
by Rainer G
lgts wrote:Hi, does anybody know if wcmsblog 0.6 has problems with mysql 5.04 and phpwcms 1.2.8?
Im getting this error:
-----------------------------------------------------------------------------------
Error:
There is a problem with the Blogs Module Database.
Please ensure that you have installed this module correctly and have all the correct permissions on your PhpWcms database.
-----------------------------------------------------------------------------------
I've used the 0.6 version on mysql 4 and phpwcms 1.2.6
Help?
When i click on BLOGS in MODULE, i have the same error!
Anybody an idea?
Geteiltes Leid...
Posted: Thu 11. Jan 2007, 00:45
by Nordi
Hallo Leidensgenossen.
Das kommt mir doch irgendwie bekannt vor...
Error:
There is a problem with the Blogs Module Database.
Please ensure that you have installed this module correctly and have all the correct permissions on your PhpWcms database.
Vielleicht kann uns ja jemand helfen,
Gruß Nordi
Ich habs...gefunden
Posted: Thu 11. Jan 2007, 03:10
by Nordi
Hey Leute,
ich habe die Lösung gefunden (nicht ich selbst sondern ein schlauer Kopf in diesem Forum. Bei mir geht es jetzt auf jeden Fall.
In der Datei "include/inc_module/mod_blogs/inc_lib/dbinit.php" müssen die Prefixe des Datenbanknamen berücksichtigt werden. Bei einem Blick in die "config/phpwcms/config.inc.php" müsste es klar werden. Bei dem Eintrag "db_prepend" muss irgendentwas stehen.
Wie das hier: $phpwcms["db_prepend"] = "Muster";
Und so muss es dann auch in der "include/inc_module/mod_blogs/inc_lib/dbinit.php" eingetragen sein also Muster_phpwcms_blogcomment und so weiter.
Viel Glück
Posted: Sun 14. Jan 2007, 23:19
by Rainer G
Super, jetzt komme ich weiter - großes DANKE!