jaw_23
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: sprained my site (not broke, just sprained)Woohoo!
I disabled and then deleted all the plug-ins and that did the trick. I’m now adding them back one by one to see if there are any conflicts.
You people are amazing and truly appreciated!
Thank you!
Forum: Fixing WordPress
In reply to: sprained my site (not broke, just sprained)Thanks so much everyone!
@blogjunkie – On the advice of my hosting company…
I moved my site by installing a new version of WP in the root. Uploaded my theme. then dropped my database and replaced with my developed database.@esmi – thanks, I will most certainly go through this list. I didn’t see it before.
I’ll be back to report.
Forum: Fixing WordPress
In reply to: adding back databaseWell, I finally figured it out.
I had to delete all the files from the old database in phyMyadmin before I uploaded the new database (including the wp_bp_option_tree). phpMyadmin will not replace files.
Job done. Hope that helps anyone else out there who is stuck!
I just see the site (only because I uploaded the raw files).
Forum: Fixing WordPress
In reply to: adding back databaseOk I did some more digging and per WordPress.org I tried uploading my database to phpMyadmin but now I get an error message:
SQL query:
CREATE TABLE
wp_bp_option_tree(
idmediumint( 9 ) NOT NULL AUTO_INCREMENT ,
item_idvarchar( 50 ) NOT NULL ,
item_titlevarchar( 100 ) NOT NULL ,
item_desclongtext,
item_typevarchar( 30 ) NOT NULL ,
item_optionsvarchar( 250 ) default NULL ,
item_sortmediumint( 9 ) NOT NULL default ‘0’,
PRIMARY KEY (id) ,
UNIQUE KEYitem_id(item_id)
) ENGINE = MYISAM AUTO_INCREMENT =115 DEFAULT CHARSET = utf8;MySQL said: Documentation
#1050 – Table ‘wp_bp_option_tree’ already existsAnyone know how to correct this?
Any and all help would be appreciated as my site is now gone.
Thank you!Forum: Fixing WordPress
In reply to: cannot access wp-adminleoncito1973 – I found this article and once I hard coded the wp-config file I was able to access my dashboard again.
Give it a try: