vanchan
Forum Replies Created
-
it looks like the problem has been solved with the release of WordPress 2.0.3 in which the referrer check has been removed all together… hurray! (?)
Forum: Fixing WordPress
In reply to: switched host – mysql error #1064 – nearly figured outI had this #1064 error as well when moving from my database one from one version of PhpMyAdmin to another (strangely enough the target one was actually higher)
After trying several of the solutions above, removing the whole line that contained the CHARSET=latin1 tag did the problem for me.
That is, I removed everything between the “)” and the “;” in that line for every table in the .sql exported file, including the ENGINE= and AUTO_INCREMENT= variables.
I think the issue is that certain PhpMyAdmin versions don’t support the = sign anymore. Probably, there is a more elegant solution than what I have done, but it sure did the job, working flawlessly again.
Forum: Fixing WordPress
In reply to: Any way to get past posts from Xangahaha, and only now sillyhead me notices that that one is actually linking back here…
Forum: Fixing WordPress
In reply to: Any way to get past posts from Xangaactually… digging a little deeper even brought up a whole tutorial using this method:
http://www.maclean-design.com/xanga_import.htmForum: Fixing WordPress
In reply to: Any way to get past posts from Xangahave a look at this:
http://www.dorja.com/~daveg/entries/2004/12/23/xanga-liberation-front/they are approaching the problem from the other side… and it seems to work.