I downloaded the popular contest plugin but when trying to activate the following error message displayed fatal error. Incorrect table name '' on line: 255. So I found the below solution in a wordpress support forum. But after trying this solution now every time I try to click on anything within my site it goes to a blank white page with the following statment at the top:Table 'ak_popularity_options' already exists on line: 255. So now my site is down until I can fix some how. Please help Below is the solution I tried: Edit the plugin file. Find the SQL statements that create the two tables. It's around line 255. You can do a case sensitive search for the string: "CREATE TABLE" to find the statements as well. Change the first line of each of the two SQL statements from: CREATE TABLE $wpdb->ak_popularity_options ( to: CREATE TABLE ak_popularity_options ( and, a few lines down, from: CREATE TABLE $wpdb->ak_popularity ( to: CREATE TABLE ak_popularity ( Save the file and try again to install. If you get another error saying that a table already exists, as I did, re-edit the plugin file and restore those lines, that is, put the $wpdb-> part back into the SQL statements and try again. It worked for me, I hope you have the same luck.
Use filezilla to access your site via ftp. Then delete the plugin fomr there. Or you can login to your cpanel>File Manager.
Hello 2point2, Please do not panic, the situation is simple to handle. And do not delete or try reinstall at this point. Try to login to your website FTP cpanel and rename the "plugins" folder, i am almost sure that you will get your login page back and you can take it forward. warm regards Josh