studio224
Forum Replies Created
-
Forum: Installing WordPress
In reply to: Language set up problem (portuguese)Well, I have solved it. But it’s really weird. I have applied a solution that’s supposed to solve problems with PHP5, although my server is using Version 4.4.2.
So in gettext.php I replaced:
// $MAGIC1 = (int)0x950412de; //bug in PHP 5
$MAGIC1 = (int) – 1794895138;
// $MAGIC2 = (int)0xde120495; //bug
$MAGIC2 = (int) – 569244523;with:
$MAGIC1 = (int)0x950412de; //bug in PHP 5
//$MAGIC1 = (int) – 1794895138;
$MAGIC2 = (int)0xde120495; //bug
//$MAGIC2 = (int) – 569244523;I found the solution at the french support forum for WP.
Forum: Installing WordPress
In reply to: Language set up problem (portuguese)I have just made another test, I have tried to localize WP in french, it doesn’t work either.
Forum: Installing WordPress
In reply to: Language set up problem (portuguese)It must have because when I installed b2bevolution to test it, the localized portuguese version worked perfectly. I have other sites in portuguese on this server (I have a shared hosting) and it works perfectly.
I am baffled! If I don’t solve this I’ll have to work with b2bevolution although I don’t like it, but my blog needs to be in portuguese. Damn! WordPress is a much stabler application…
Forum: Installing WordPress
In reply to: Language set up problem (portuguese)I have just checked it, yes Gettext is enabled.
Forum: Installing WordPress
In reply to: Language set up problem (portuguese)Hmmm, I don’t know, let me check.