Posted on February 21st 2009 by mipo in Advice
blog , jquery , js , wordpress
After a break I told myself to write something on the blog. But surprise surprise!
I found an error.
Script: http://www.mipo.ro/wp-includes/js/jquery/jquery.js?ver=1.2.6:11
and ask me 'stop' or 'continue'??
[Ad]
Whatever you do blocheza your browser and you are forced to close. After some searching and found I get in phpadmin solutia.Trebuie, select the database that corresponds to blog and run SQL:
DELETE FROM wp_postmeta WHERE post_id = 0;
And that's it! 
Posted on 15th February 2009 by mipo in Advice
Blog , diactrice , wordpress
2 days ago I was made to write with diactrice stain on another blog. Although I found the translation of the cnet.ro , that version does nothing to translate your admin menu and turn home into Home. 
The problem is related to encryption in the database, which must be UTF-8.
[Ad]
The steps are simple. Login to phpMyAdmin, select the database that corresponds WordPress blog, click on the SQL and insert:
ALTER TABLE wp_comments convert to character set utf8;
ALTER TABLE wp_posts convert to character set utf8;
and GO.
