Page 1 of 1

Integra mod not creating tables

PostPosted: Sun May 06, 2007 4:36 am
Author: zion
Your phpBB Version: 2.0.
phpBB Type: Integramod 132
MODs: No
Your knowledge: Basic Knowledge
Board URL: http://wii-homebrew.com

PHP Version:
MySQL Version:


What was done before the problem appeared?



What was done to try to solve the problem?




De.scription and Message

domain - http://www.wii-homebrew.com

I start by posting the error messages im recieving.

this is the one i get when you try to register :

""Could not insert data into im_prefs table

DEBUG MODE

SQL Error : 1146 Table 'wii-homebrew.phpbb_im_prefs' doesn't exist

INSERT INTO phpbb_im_prefs (user_id, themes_id) VALUES (3, 1)

Line : 290
File : profilcp_register.php"


if you try and delete the user you get this message :
"Could not delete user IM prefs

DEBUG MODE

SQL Error : 1146 Table 'wii-homebrew.phpbb_im_prefs' doesn't exist

DELETE FROM phpbb_im_prefs WHERE user_id = 3

Line : 257
File : admin_users.php"

and it doesnt delete it.


so, why isnt integra mod creating all the tables it needs? im a novice web programmer (know what im talking about) but i dont know how to create new tables in mysql.

is there any .script that can create the missing ones for me? or can someone tell me how i can create those tables myself?

any help is much appriciated <img>

Re: Integra mod not creating tables

PostPosted: Sun May 06, 2007 12:17 pm
Author: Helter
those tables are from Prillian. The easiest way to get rid of them is to upload the prill_install folder, then in your web browser go to http://www.yoursite.com/prill_install/im_install.php and follow the directions