Thanks for the reply, but I checked all those things and that’s not where the problem lies.
The problem, as far as I see, is the plugin changed the prefix to all the tables from wp_ to 74e5_. It changed it in the database tables, and in the wp-config file. If I change the wp-config file “$table_prefix to “$table_prefix = ‘wp_’;”, it now wants to install WP.
I’m thinking there’s a problem in the DB itself, anyone every experience this?