Browser hangs when you write an article on wordpress blog

0 comments

Posted on February 21st 2009 by mipo in Advice

, , ,

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! :)

  • Yahoo Messenger
  • Facebook
  • Twitter
  • Yahoo Mail
  • Google Gmail
  • Digg
  • Share / Bookmark

How to write on the blog with WordPress diactrice

3 comments

Posted on 15th February 2009 by mipo in Advice

, ,

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.

sql

  • Yahoo Messenger
  • Facebook
  • Twitter
  • Yahoo Mail
  • Google Gmail
  • Digg
  • Share / Bookmark