mrbister
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: ChenPress and FCKeditorAlso in need of a good WYSIWYG-editor for 2.x 🙂
Forum: Plugins
In reply to: FCKeditor Plugin ChenPressI get a 404 error when I try to download url. Has it been removed?
Forum: Themes and Templates
In reply to: Blog frame aligment bad when using FireFoxThanks – that did the trick 😀
Forum: Fixing WordPress
In reply to: Swedish translationI’ve the same setup with the sv_SE.mo file from the URL macmanx wrote in an earlier reply. Admin interface is in swedish, but not the search function and the sidebar titles (Meta, Blogroll, etc). I’m using the default theme.
I run it on a IIS server so .htaccess is out of the question here.Can someone assist me in this matter, please?
Br,
JonasForum: Fixing WordPress
In reply to: switched host – mysql error #1064 – nearly figured outI found a solution that you can use if you are able to run mysqldump at the server itself:
“mysqldump -u username -ppassword –compatible=mysql40 database_name >FILENAME.sql”
–compatible=mysql40 makes it compatible with older versions.
Forum: Fixing WordPress
In reply to: switched host – mysql error #1064 – nearly figured outI’ve the same problem as the other guys have. I use the same mysql versions on both servers, but the other server is located in US and the one I try to import is in Sweden (my own server) and when I try to import using:
“mysql -u -p dbname < dump.sql” I get the following error:
“ERROR 1064 at line 21: You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near ‘DEFAULT CHARSET=latin1’ at line 18”
I’ve tried removing lines, searched the ‘net and so on for ten hours now, I really need some help with this. Can someone please help me? You can send a mail to sm3vvz@gmail.com if you’re willing to help me. 🙂
Br,
Jonas, Sweden