st0ned
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Page content gone after moving siteWhew I managed to figure it out! Thanks for the help wpfan1000.
Forum: Fixing WordPress
In reply to: Page content gone after moving siteNo worries. I appreciate your help!
I am puzzled also. I tried everything I could think of and can’t seem to find anyone else that has had the same issue.
Forum: Fixing WordPress
In reply to: Page content gone after moving siteI should mention that when importing one of my local DB backups into a completely new DB and changing the config to reflect this DB that the site displays just fine as well. So I know the content is contained within the database somewhere. Yet the post_content field remains empty.
Forum: Fixing WordPress
In reply to: Page content gone after moving sitehttp://tools.pingdom.com/fpt/ ** sorry
Forum: Fixing WordPress
In reply to: Page content gone after moving siteI also have numerous backups on my HD however they all seem to be the same size. When importing one of these into a new database I encountered the same issue. Surely the data is there somewhere since the site works, I just need to figure out where to salvage it from.
Forum: Fixing WordPress
In reply to: Page content gone after moving siteYes I have reviewed Moving_Wordpress. I have done this many times in the past but have never encountered this issue.
I don’t believe they could be being served from my old server. When I use http://fpt.pingdomtools.com I don’t see it serving any remote files or anything.
I also used a serialized search and replace for the URLs in the database.
Unfortunately I made the mistake of doing this on my development server rather than AFTER I moved the database to the new site. I have pulled up both the database on their host and the database on my development server and they all show empty values.
Thank you guys for the help.
Forum: Fixing WordPress
In reply to: Page content gone after moving siteMy post_content field is empty unfortunately. Just like the wp-admin editor. I don’t understand how the site displays correctly but the content seems to be missing from everywhere else.
Forum: Fixing WordPress
In reply to: Page content gone after moving siteI do have access to phpmyadmin. I pulled up the database and was looking at the wp_posts table and selecting the pages in question. However I was unable to view any plain text data including the shortcodes and content I had within the pages.
Any chance you could point me in the right direction? Thanks!
Forum: Fixing WordPress
In reply to: Error when selecting Theme EditorBump for answers
Forum: Fixing WordPress
In reply to: Error when selecting Theme EditorOn another note, when I go to theme editor it says this:
All of this theme’s files are located in /.
And upon checking some of my other blogs that use the same theme it sats
All of this theme’s files are located in /wp-content/themes/theme-name/.
How do I change that in wordpress? I have opened tons of config files and have had no luck.
Forum: Fixing WordPress
In reply to: Error when selecting Theme EditorI moved onto other things after posting this original problem. I just tried upgrading once again, replaced ALL of the files, and I am still having the same issue. Read some other threads which suggested CHMOD, tried that also to no avail.
This is at the bottom of theme-editor.php, telling it to return this error if there is an issue. I don’t know php well enough to distinguish what exactly outputs this error.
<?php } else { echo '<div class="error"><p>' . __('Oops, no such file exists! Double check the name and try again, merci.') . '</p></div>'; } ?>Anyone found a solution yet?
Forum: Fixing WordPress
In reply to: Error when selecting Theme EditorAlright I will give it a shot and return with the results. Thank you!
Forum: Fixing WordPress
In reply to: No categories to ConvertThank you george! Your reply helped me fix mine 🙂