Did you restart your web server after changing your configuration? That's necessary on many servers.
Hi Alec,
I hadn't done this, indeed. But I have done it now and have retried. There is another error now:
Fatal error: Maximum execution time of 30 seconds exceeded in [...]/online-journals.org/httpdocs/classes/mail/Mail.inc.php on line 63asmecher wrote:What are you doing when you encounter this error?
I try to use the "notify users" feature (both: notify all users, or only them who indicate that they want to receive information). I do not include the TOC of the current issue, but I insert my own text into the text field and click "Send".
After my google search I have added
ini_set("max_execution_time", "240"); to the config.inc.php as follows:
- Code: Select all
[...]
ini_set("max_execution_time", "240");
;;;;;;;;;;;;;;;;;;;;
; General Settings ;
;;;;;;;;;;;;;;;;;;;;
[general]
[...]
I really don't know where to look for the error. Do you have any idea?
Thank you!
Sebastian.