need small help with database

Discussion in 'MySQL' started by lordofthemorning, Jun 24, 2007.

  1. #1
    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!
     
    lordofthemorning, Jun 24, 2007 IP
  2. it career

    it career Notable Member

    Messages:
    3,562
    Likes Received:
    155
    Best Answers:
    0
    Trophy Points:
    270
    #2
    Have you created/configured database yet? what error do you get?
     
    it career, Jun 24, 2007 IP
  3. lordofthemorning

    lordofthemorning Well-Known Member

    Messages:
    435
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    115
    #3
    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
     
    lordofthemorning, Jun 24, 2007 IP
  4. UnrealEd

    UnrealEd Peon

    Messages:
    148
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    0
    #4
    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.
     
    UnrealEd, Jun 24, 2007 IP