WordPress will not operate correctly

You probably messed up with the config on the DB

I would like the dump of the config table please, that way i can see the paths to your wp install (i had a similar problem which i solved by manually correcting the fields in DB)

EDIT

Run this sql query and let me know :

UPDATE `wp_options` SET `option_value` = 'http://www.imaspy.com/wordpress' WHERE `option_name` = 'siteurl' OR `option_name` = 'home'

Leave a Comment