• This is a great plugin and very much needed especially for my project. However, I am having some issues after applying the upgrade. I am using this plugin on WPMU 2.8.4 with the multi-db structure, and I get the following message in the backend, “WP invites table could not be installed! Please check database permissions. Error:” Also, on wp-signup.php, the rest of the signup form is cutoff after “Email Address”, which is due to the plugin.

    https://www.ads-software.com/extend/plugins/wp-invites/

Viewing 7 replies - 1 through 7 (of 7 total)
  • 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.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘[Plugin: WP-Invites] Plugin Error’ is closed to new replies.