Maximum execution time of 30 seconds exceeded on index.php
Hello,
After installing selfoss on my server I have some issues: when I try to access the root of selfoss' folder, I get this error (both on mycomputer (firefox and elinks) on my android phone)
500 Internal Error
Fatal error: Maximum execution time of 30 seconds exceeded
Here are the apache2 logs:
[Mon May 27 20:33:54 2013] [error] [client 192.168.1.] PHP Fatal error: Maximum execution time of 30 seconds exceeded in /var/www/selfoss/libs/JSMin.php on line 152
[Mon May 27 20:33:54 2013] [error] [client 192.168.1.] Fatal error: Maximum execution time of 30 seconds exceeded
[Mon May 27 20:34:25 2013] [error] [client 192.168.1.] PHP Fatal error: Maximum execution time of 30 seconds exceeded in /var/www/selfoss/libs/JSMin.php on line 133
[Mon May 27 20:34:25 2013] [error] [client 192.168.1.] Fatal error: Maximum execution time of 30 seconds exceeded
[Mon May 27 20:36:10 2013] [error] [client 192.168.1.] PHP Fatal error: Maximum execution time of 30 seconds exceeded in /var/www/selfoss/libs/JSMin.php on line 141
[Mon May 27 20:36:10 2013] [error] [client 192.168.1.] Fatal error: Maximum execution time of 30 seconds exceeded
[Mon May 27 20:37:58 2013] [error] [client 192.168.1.] PHP Fatal error: Maximum execution time of 30 seconds exceeded in /var/www/selfoss/libs/JSMin.php on line 82
[Mon May 27 20:37:58 2013] [error] [client 192.168.1.] Fatal error: Maximum execution time of 30 seconds exceeded
The line looks quite random.
I double checked the .htaccess, it definitly is present.
Thanks in advance.