rsgrone
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Widgets won't drag and drop in Sidebarwhy don’t you check your error logs (php) or ask your host to check them for you.. the php error log will tell you everything you always wanted to know about what is going on with your wordpress blog…
Forum: Fixing WordPress
In reply to: Widgets won't drag and drop in SidebarYou need to either restart your php, or restart your webserver… when that happens, it means that php is hung and/or throwing errors…
what type of server do you have, or better asked, do you have access to either one of the two above?
Forum: Fixing WordPress
In reply to: database maxing cpu usage after upgrade to 3.1I am running MySQL 5.1.50 on one port and 5.1.11 on a different port and really haven’t seen anything that would indicate any issues other than what has been stated above regarding plugins… alot of the plugins still through depreciated code errors in the php logs…
Forum: Fixing WordPress
In reply to: database maxing cpu usage after upgrade to 3.1oh so you are saying it is a MySQL issue vs. depreciated code?
Forum: Fixing WordPress
In reply to: database maxing cpu usage after upgrade to 3.1FYI, on mySQL 5.0 the old query would take around 3-5seconds compared with 180sec on mySQL 5.1. YMMV
I do not understand this statement….
Forum: Fixing WordPress
In reply to: database maxing cpu usage after upgrade to 3.1I have not witnessed this problem since I disabled the role manager plugin…
What type of server are you running and the specs?
I am running WIndows 2008 R2 on a VPS with four Xeon core processors, and 3 gigs of ram and have not experienced any of the above problems.
How many hits are you taking on your server?
Forum: Fixing WordPress
In reply to: Can't log in to dashboard; previous solutions don't workLooking back at your original post… you state that you set the site up as a “sub-domain” and now moving it to a new domain? Is the new domain, a “sub-domain”?
If it is not then, you still have work to do on the DB….
When you say sub-domain do you mean first.first.com or first.com/first ?
And finally, without having access to what you are doing… is one site using “multi-site” and the other not or vice versa? And what was your original permalink settings?
If all else fails, I would try setting the permalinks to defaults, dump the DB again, and start a fresh…
Good Luck…
Forum: Fixing WordPress
In reply to: Can't log in to dashboard; previous solutions don't workAh, the next thing to look at… is, the new MySQL set-up to handle MyISAM Parameters, or InnoDB Parameters by default?
They are not compatible…. what does it say right at the top of your .sql file?
That is, when you made your “empty” DB to import, they may be of two different flavors…
Forum: Fixing WordPress
In reply to: Can't log in to dashboard; previous solutions don't workWhat are you using to do the DB move? MyPHPAdmin or MySQL Tools/Workbench? The Workbench will do the migration for you, just plugin the new prefixes etc and bada bing…
If you are using MyPHPAdmin, then you will have to go into the imported daabase, and manually change prefixes, etc…
What’s the url to your new site? What’s the “new” prefix that they are forcing you to use? If you have that information, and would link to zip the .sql file, I can see if I can work-up the fix for you…
Forum: Fixing WordPress
In reply to: Can't log in to dashboard; previous solutions don't workwhat it the new “prefix” the server is using? You will have to do a find and replace with the original prefix, and replace it with the new prefix and you should be fine…
The only other solution would be to, make a clean install, and use the WordPress Import/Export tool (if the old site is still there)…
Forum: Fixing WordPress
In reply to: Can't log in to dashboard; previous solutions don't workDo a find and replace using your orignal site name (search for http://http://www.first.com and replace with http://http://www.second.com)
Disregard that… do a search for
www.first.comand replace withwww.second.com(ignore the http as, it will replace all instances referring to your original domain name…Listen I cannot get this thing to post a url with it throwing the http in front of it… do a search and replace with the old site name and replace with new site (domain name) WITHOUT the HTTP://
Forum: Fixing WordPress
In reply to: Can't log in to dashboard; previous solutions don't workIF you have the original database on your PC (I am guessing you downloaded to your PC before you “restored” it to the new server/database)…
Anyway, if you have the database on your PC, open it with NotePad ++
Do a find and replace using your orignal site name (search for http://www.first.com and replace with http://www.second.com)
Next, right at the very top, you will see the original database name. The easiest thing to do is, create an empty database on your new server, using the same db name, db username, and db password.
Once you have that completed, and have changed the site name to the new site name as above, save the file, and restore the corrected file to your new site…
NOTE: MAKE A COPY OF YOUR ORIGINAL DATABASE BEFORE YOU MAKE THE MODIFICATIONS
Once you have made the changes, the -wp-options, blogs, sitemeta, etc will be updated with your new domain name…
Forum: Fixing WordPress
In reply to: Can't log in to dashboard; previous solutions don't workWait a minute… you transferred a WordPress database from one domain to another domain? You cannot do that…
How did you transfer the files? Did you use WordPress Import/Export or did you move the database?
If you moved the database, it still has the old hostname in it and it will never work if the original site is now “down”…
In other words, you can’t take the database from your-original-site.com and simply use it in your-new-site.com as the sitemeta is set-up for the first domain…
You have a lot of work (well not really) to do on the original database… you need to modify the wp-options table, the sitemeta table just to name two…
That is why I asked you to do a dnslookup…
Does this make sense to you?
Forum: Fixing WordPress
In reply to: database maxing cpu usage after upgrade to 3.1Well, the easiest thing to do is simply disable all of them however, I would suspect the Javascript plugin, or the Role Manager plugin
Forum: Fixing WordPress
In reply to: Reply to post not working…getting 404 errorWhat type of access do you have with your database? Sounds like the wp-comments is corrupt…
I have seen this before and manually rebuilt for a customer (it was a lengthy procedure) however, if you have access to say, MyPHPAdmin you may be able to use their built-in functions to automatically repair the table (wp-comments) other than that, if you have a recent back-up of your database you can restore (I backup all my DB’s daily)…
There is a plugin called Delete Revisions that has a built in Database optimization/repair tool in it… you can give that a try otherwise, you will definitely need access to your database to do so..