I just installed a mod and there is no help with the database part. As I hav eno experience with them, I need help! here is what the instructions I have say: Now submit the new component Submit all queries in 'guestmsg_table.sql' to your database That is all it says about databases! The mod won't work without it. I get a mysql error. Please help ! Thanks!
I managed to get the tables made (phpmyadmin import). Now though, you can't use the pm system on the board! You get this error: Fatal error: Cannot instantiate non-existent class: components_ucp_guestmsg in /home/celebswa/public_html/pics/sources/lib/func_msg.php on line 133
the error is php related: you probably have to include a file where the components_ucp_guestmsg class is located. The error says that it can't find that class anywhere in the included files.