Recent content by Berntsen

  1. B

    Plesk 11.5 - Wordpress - 500 error on installation of theme

    THANK YOU!!!!!! :) Only basedir giving me some problems, from log: PHP Warning: is_readable(): open_basedir restriction in effect Should I edit basedir in php.ini to none?
  2. B

    Plesk 11.5 - Wordpress - 500 error on installation of theme

    Thanks FotisM :) Enabled debugging and tried to install the theme. Got the 500 error. Wordpress made no /wp-content/debug.log
  3. B

    Plesk 11.5 - Wordpress - 500 error on installation of theme

    Hi Roman- I think you are correct. Made a php-script echoing for these values. Script: <?php echo 'post_max_size = ' . ini_get('post_max_size') . "\n"; echo 'upload_max_filesize = ' . ini_get('upload_max_filesize') . "\n"; ?> Placed it on C:\inetpub\vhosts\default\htdocs and result...
  4. B

    Plesk 11.5 - Wordpress - 500 error on installation of theme

    Hi FotisM Thank you for your answer. Tried that one already, didn't work. Also, tried to increase memory in php.
  5. B

    Plesk 11.5 - Wordpress - 500 error on installation of theme

    Hi Windows setup: Plesk Panel 11.5 - Server 2012r2 - IIS 8.5 - PHP 5.3/5.4/5.5 - mySQL/MSSQL. Server runs behind firewall (NAT). Setup with local DNS pointing all A records towards public IP. Situation: Installed Wordpress through Plesk applications. (mysql). Site...
Back
Top