You’re still calling the wrong table prefix. Look at the database in phpmyadmin and check the table prefixes and check each _options table to find the correct database.
Hi I checked the tables and this is what i found.
Each one is a litte different. How can i hookup the database the newfashionstrends.com site?
The wp_1options gives http://newfashionstrends.com/wordpress
The wp_2options gives http://newfashionstrends.com/
The wp_options gives http://www.cellphonesupdates.com
Dave
What should i do? Is this right?
wp_options -> siteurl, and wp_options -> home should be updated to your website address
Is this correct?
Dave
It’s impossible to say at this point, looking at what you have and the unknown changes you have made directly to the databases.
Consider looking for a reputable person to fix it correctly on jobs.wordpress.net or freelancing sites such as Elance. (It’s not a good idea to respond to unsolicited emails from forums users offering to work for you.)
I made these changes
wp_options -> siteurl, and wp_options -> home should be updated to your website address
Plus i added this $table_prefix = ‘wp_2’;
and now the site is up and working.
Thanks Dave