Thoul-
I hope you are the same person that is on the phpBB Hacks board...
I am having a BIG problem. I can't tell if some of it is due to the phpbbHacks board, or me...
Anyway, details below- I am copying you on some info I have sent to others...
Thanks for any help you can provide with either the SQL query, or explaining how to fix the problem I am having with the phpBB Hacks Board...
***********************************************
I am trying to install Random Custom logo mod on my wife's board on ca_aphrodite template.
I am running into some errors, with some dead ends. I have a problem with SQL, but I also seem to have more problems.
The SQL update file won't run-
When I run "rc_logo_install.php"
I get:
"ERROR!"
When I try to manually run the SQL in Myphp SQL query:
- Code: Select all
CREATE TABLE phpbb_logos (id MEDIUMINT (8) UNSIGNED DEFAULT '0' NOT NULL AUTO_INCREMENT, page INT (11) DEFAULT '0', image VARCHAR (255) DEFAULT '0', cat_id MEDIUMINT(8) UNSIGNED, PRIMARY KEY(id), UNIQUE(id), INDEX(id))
I get:
- Code: Select all
CREATE TABLE phpbb_logos(
id MEDIUMINT( 8 ) UNSIGNED DEFAULT '0' NOT NULL AUTO_INCREMENT ,
page INT( 11 ) DEFAULT '0',
image VARCHAR( 255 ) DEFAULT '0',
cat_id MEDIUMINT( 8 ) UNSIGNED,
PRIMARY KEY ( id ) ,
UNIQUE (
id
),
INDEX ( id )
)
MySQL said:
#1067 - Invalid default value for 'id'
I can't even get onto phpBB Hacks page... I have auto login set, password as well (in my browser), and when I try to sign on there, I get:
phpBB : Critical Error
Error doing DB query userdata row fetch
DEBUG MODE
SQL Error : 1016 Can't open file: 'phpbb_users.MYI'. (errno: 145)
SELECT u.* FROM phpbb_users u, phpbb_sessions_keys k WHERE u.user_id = 35538 AND u.user_active = 1 AND k.user_id = u.user_id AND k.key_id = '652a385530c16f2f7754a7272b5a9579'
Line : 88
File : sessions.php
Is that problem with THEIR board? It looks as though their database has somehow not remembered my sign in/on info...
I don't know what to do now...
Please help or tell me where to go either on this forum or somewhere else where I can get some of this analyzed...
