PHP Fatal error in Mantis

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
karthic1206
Posts: 20
Joined: 25 Oct 2010, 13:42

PHP Fatal error in Mantis

Post by karthic1206 »

when i reset user password i am getting blank screen

Apche error log says:
PHP Fatal error: Maximum execution time of 60 seconds exceeded in C:\\Program Files\\Apache Software Foundation\\Apache2.2\\htdocs\\Mantis\\core\\session_api.php on line 69, referer: http://192.168.100.101:90/mantis/manage ... user_id=78

how can i solve this issue
we using Apache-2.2.10
PHP-5.2.8
mssql2005
atrol
Site Admin
Posts: 8375
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: PHP Fatal error in Mantis

Post by atrol »

Which version of MantisBT do you use?
Please use Search before posting and read the Manual
karthic1206
Posts: 20
Joined: 25 Oct 2010, 13:42

Re: PHP Fatal error in Mantis

Post by karthic1206 »

we using mantis 1.1.6
atrol
Site Admin
Posts: 8375
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: PHP Fatal error in Mantis

Post by atrol »

search in your php.ini for session.save_path
Check if the directory exists, is writable, there is disk space available ....
Please use Search before posting and read the Manual
karthic1206
Posts: 20
Joined: 25 Oct 2010, 13:42

Re: PHP Fatal error in Mantis

Post by karthic1206 »

i check check.php file
its says
Your current settings will most likely need adjustments to the PHP max_execution_time or memory_limit settings, the MySQL max_allowed_packet setting, or equivalent.
in red colour
what i can i do for this?
Post Reply