gonhark
Member
Posted 2 years ago #
I was using the 2.84 version of WordPress on my computer using XAMPP to work. Well, once I wanted to do a fresh install of WP2.9, the installation is aborted and only see a blank page. The additional facts are:
- I made the new installation in the same database i used, with installations of WordPress 2.84 (managing 2 sites in the same database)
- I tried to move the core files from version 2.9 to install 2.84 that it worked, getting the white screen already mentioned.
Should I create a new database to install WordPress 2.9?
TRy adding these to your .htaccess file and see if it gives you any help
php_flag display_startup_errors on
php_flag display_errors on
php_flag html_errors on
gonhark
Member
Posted 2 years ago #
@hbb I found the "problem", "magically" the problem was solved. The point was that FileZilla was not activated from the control panel at the time of installation. I had another problem: The Spanish version doesn't modify the wp-config.php file if you set it through the browser, sending a "connection error" in it. That has to be another topic.
Thank you very much!