Bug Wordpress Or PHP?

While I was importing my old Textpattern data into Wordpress using the Import tool, I found some interesting bugs or maybe flaws in Wordpress-Textpattern import tools. It's get a script-timeout error while doing the imports, so I've added the set_time_limit(0) into the first line of the file (wp-admin/import/textpattern.php) and finally it works just fine The second, that the import tool cannot find the textpattern table if not in the same database. It seems that PHP cannot create 2 different connection in one application. The solution is, I've copied the textpattern tables into the wordpress database. And it works just fine. So strange, it didn't happenned in localhost. The problem exists only in the server.

4 Comments

  1. gravatar
    Jauhari said:

    Hmmm.... jadi sekarang secara WP ya ;)

    Oct 16, 13:46 | Reply
  2. gravatar
    isdah said:

    laporin aja ke developer WP... ;) weh, font-mu gantien georgia... biar mbois coy...

    Oct 16, 21:46 | Reply
  3. gravatar
    ferdhie said:

    # jauhari: Hmmm…. jadi sekarang secara WP ya ;) anything deh, asal cepat :p # weh, font-mu gantien georgia… biar mbois coy coba set default font di browser ente ke georgia, pasti dia ngikut... konsep desain kali ini: default :p

    Oct 17, 09:13 | Reply
  4. gravatar
    Aryo Sanjaya said:

    Faktor muka aja tuh :-"

    Oct 17, 09:13 | Reply

Add Comment