Hi Matti,
Thank you very much for your message and that you have tried to install ATUM.
It is very strange for ATUM to behave or fail this way. Of course, we will try to help you out, however, we need little more info about the issue.
– If you have the PHP error log enabled, send us the error_log file to [email protected], please?
– If the error log is not enabled, please add these lines to your wp-config.php file and email to the address above the error_log.txt file generated in the site root directory.
These are the lines to enable PHP error logging:
@ini_set(‘log_errors’,’On’);
@ini_set(‘error_reporting’, E_ALL & ~E_DEPRECATED & ~E_STRICT );
@ini_set(‘error_log’, dirname(__FILE__) . ‘/error_log.txt’);
We are running the same configuration as you are so we believe the problem must be outside ATUM.
Hope to hear from you soon.
Best Regards,
Pavel