|
When I change wp-config.php to Spanish (define('WPLANG', 'es_ES');) and I restart apache, I see a blank (white) screen. I run WP 3.2.1 with Bitnami in EC2. The language file es_ES.mo is in /wp-content/languages/ Thanks! |
|
It is strange. Could you check the Apache log file at /opt/bitnami/apache2/logs/error.log? Here the Apache error log. This error shows repeatedly, for every browser page reload that resulted in a blank screen [Fri Dec 16 15:53:29 2011] [error] [client XX.XXX.X.XXX] PHP Fatal error: require_once(): Failed opening required '/opt/bitnami/apps/wordpress/htdocs/wp-config.php' (include_path='.:/opt/bitnami/php/lib/php') in /opt/bitnami/apps/wordpress/htdocs/wp-load.php on line 29 Thanks Beltran.
(17 Dec '11, 04:56)
Gregor
Maybe did you modified the wp-config permissions file? Run the following command in the server: $ sudo chown bitnami:daemon /opt/bitnami/apps/wordpress/htdocs/wp-config.php $ sudo chmod 750 /opt/bitnami/apps/wordpress/htdocs/wp-config.php
(17 Dec '11, 15:25)
Beltran Rueda ♦♦
|
|
This error it seems was related to a wrong configuration of my sftp client, through which I uploaded / updated the wp-config.php file. I uploaded the modified wp-config.php through a different sftp client (filezilla), and the new language showed correctly. I'm glad to hear that.
(26 Dec '11, 08:44)
Beltran Rueda ♦♦
|