Reply To: Nothing happens when creating any search instance

Home Forums Product Support Forums Ajax Search Pro for WordPress Support Nothing happens when creating any search instance Reply To: Nothing happens when creating any search instance

#16494
Ernest Marcinko
Ernest Marcinko
Keymaster

Hi,

I believe it means, that the database user associated with your WordPress installation does not have privileges to create a database table.

Solution 1
I highly recommend granting the table creation permission to the database user, then de-activating and activating the plugin again will create the tables automatically.
Usually this can be granted via cPanel or phpMyAdmin tools as well.

Solution 2
You can create the database tables manually as well, running this SQL code via phpMyAdmin or your preferred database tool.
WARNING: This will only work if your table prefix is set to the default ‘wp_’ value. Also, make sure to have a full database back-up, before running any SQL queries on your database, in case anything goes wrong!

Best,
Ernest Marcinko

If you like my products, don't forget to rate them on codecanyon :)