Problem with the installation

Latest Reply from karlakwist12 at 2012-12-28 19:02:00

I try to upload it through fillezila and also from the same theme page but i still having problems with that because it said something like the style page is missing and when i finally upload it it and i put it the whole page get white and i don't find nothing how to fixed, i really need to use this theme, i also tray diablofun and the same happens!

I really need help!

Hi, Dary!
Try to add into your .htaccess file strings

php_value error_reporting 15
php_flag display_errors On

with it your server will show the message with reason of error. Please paste this message here and we will try to resolve it.

the .htaccess file is in the the theme or where?

Hi, Dary!

No, .htaccess file is located in the root of the site.

Hi, Dary!

No, .htaccess file is located in the root of the site.

Can you be a little more specific please?

Sure. You can find it in your root wordpress directory. Most often it is www or httpdocs directory on your server. If there isn't .htaccess file you can create txt file, rename it to .htaccess and put there strings
php_value error_reporting 15
php_flag display_errors On

I add what you told me and now thats what said:

# Do not remove this line, otherwise mod_rewrite rules will stop working

RewriteBase /

# BEGIN WordPress

# END WordPress

php_value error_reporting 15
php_flag display_errors On

Now where should it told me what the problem is?

Now you can see all errors just refreshing the page. If you still see white page, verify that your php version at least 5 or higher. To see your php version, create php script in your site, put there <?php phpinfo(); ?> code and execute it. You'll see php version in the top of page.

?i still see white page, my PHP version is 5.2.* I just saw it on my host page..

Leave a reply

Add codeAdd image