Please try version 1.1 i made specially for you just now – it should fix some possible errors.
If not then detailed message with SQL query will be printed – please post it here.
Version 1.1 will be available on wordpress repository in 20 minutes.
Thread Starter
joshmac
(@parkstreet)
Jehy, thank you for working on this. I get the following error message:
Parse error: syntax error, unexpected '{' in /var/www/clients/client1/web1/web/wp-content/plugins/wp-invites/wp-invites.php on line 154
Thread Starter
joshmac
(@parkstreet)
Actually, I found where the error was on that line.
One line 153, it was
f($result===FALSE)
but it should have been this
if($result===FALSE)
Since that issue is fixed, the database error I get is
WP invites table could not be installed! Please check database permissions.
Query:
CREATE TABLE wp_invites ( 'id' int(11) unsigned NOT NULL AUTO_INCREMENT PRIMARY KEY, 'value' varchar(255) NOT NULL, 'datetime' datetime default NULL );
Error:
However, this database table already exists.
Please, download the last version again, I made a little fix so that there shouldn’t be false check for table.
It should also be available in 20 minutes from now.
Thread Starter
joshmac
(@parkstreet)
Thanks. Below is the new error message that I am getting:
No MySQL table found. Installing...WP invites table could not be installed! Please check database permissions.
Query:
CREATE TABLE wp_invites ( <code>id</code> int(11) unsigned NOT NULL AUTO_INCREMENT PRIMARY KEY, <code>value</code> varchar(255) NOT NULL, <code>datetime</code> datetime default NULL );
Error:
That’s strange that there’s no actually SQL error…
If query failed, it should be shown after the word “Error”.
Ok, I’ll look through this one more time.
Sorry for a long time with no answer…
Thread Starter
joshmac
(@parkstreet)
That’s ok. Thanks for taking the time to look into it.