Title: [Plugin: WP-Invites] Plugin Error
Last modified: August 19, 2016

---

# [Plugin: WP-Invites] Plugin Error

 *  [joshmac](https://wordpress.org/support/users/parkstreet/)
 * (@parkstreet)
 * [16 years, 9 months ago](https://wordpress.org/support/topic/plugin-wp-invites-plugin-error/)
 * 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.
 * [http://wordpress.org/extend/plugins/wp-invites/](http://wordpress.org/extend/plugins/wp-invites/)

Viewing 7 replies - 1 through 7 (of 7 total)

 *  [Jehy](https://wordpress.org/support/users/jehy/)
 * (@jehy)
 * [16 years, 9 months ago](https://wordpress.org/support/topic/plugin-wp-invites-plugin-error/#post-1196413)
 * 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](https://wordpress.org/support/users/parkstreet/)
 * (@parkstreet)
 * [16 years, 9 months ago](https://wordpress.org/support/topic/plugin-wp-invites-plugin-error/#post-1196414)
 * 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](https://wordpress.org/support/users/parkstreet/)
 * (@parkstreet)
 * [16 years, 9 months ago](https://wordpress.org/support/topic/plugin-wp-invites-plugin-error/#post-1196423)
 * 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.
 *  [Jehy](https://wordpress.org/support/users/jehy/)
 * (@jehy)
 * [16 years, 9 months ago](https://wordpress.org/support/topic/plugin-wp-invites-plugin-error/#post-1196430)
 * 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](https://wordpress.org/support/users/parkstreet/)
 * (@parkstreet)
 * [16 years, 9 months ago](https://wordpress.org/support/topic/plugin-wp-invites-plugin-error/#post-1196432)
 * 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:
       ```
   
 *  [Jehy](https://wordpress.org/support/users/jehy/)
 * (@jehy)
 * [16 years, 9 months ago](https://wordpress.org/support/topic/plugin-wp-invites-plugin-error/#post-1196463)
 * 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](https://wordpress.org/support/users/parkstreet/)
 * (@parkstreet)
 * [16 years, 9 months ago](https://wordpress.org/support/topic/plugin-wp-invites-plugin-error/#post-1196465)
 * 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.

 * 7 replies
 * 2 participants
 * Last reply from: [joshmac](https://wordpress.org/support/users/parkstreet/)
 * Last activity: [16 years, 9 months ago](https://wordpress.org/support/topic/plugin-wp-invites-plugin-error/#post-1196465)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
