[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/session.php on line 561: sizeof(): Parameter must be an array or an object that implements Countable
[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/session.php on line 617: sizeof(): Parameter must be an array or an object that implements Countable
phpBBModders.net • Skype - Installation Errors
Page 1 of 1

Skype - Installation Errors

Posted: 24 Oct 2014, 20:11
by geekingitout
I have downloaded your mod for Skype by going to the download link. I have AutoMOD installed and have it running the install process. It acts as though it installed successfully and then prompts me for some additional settings. I click on the link and I get :

Some queries failed, the statements and errors are listed below.

SQL: ALTER TABLE oh8_users ADD user_skype varchar( 255 ) NOT NULL DEFAULT ''
Error: Duplicate column name 'user_skype'

SQL: ALTER TABLE oh8_users ADD user_skype_type tinyint( 1 ) DEFAULT '0' NOT NULL
Error: Duplicate column name 'user_skype_type'

I am using phpBB 3.0.12 with the most current AutoMod installer.

Re: Skype - Installation Errors

Posted: 25 Oct 2014, 01:44
by RMcGirr83
Means those database entries are already set and there is no reason to run the db file.

Re: Skype - Installation Errors

Posted: 25 Oct 2014, 03:37
by geekingitout
Good deal - thanks much!