Bug in 3.8.1

Stranger

New Member
Im using vBulletin 3.8.1
I got this error when ever i open a specific topic.

Code:
[b]Fatal error: Maximum execution time of 30 seconds exceeded in /home/******/public_html/******/includes/functions.php(5721) : eval()'d code on line 68[/b]

can anybody please help me telling what causing this problem and how can i fix it.


Thanks in Advance.
 
Edit php.ini.

Find: max_execution_time or max_execution_time = 30

And replace with: max_execution_time = 60

*60 can be 90 or 120...
 
I get this error also whenever i upload a avatar.

Code:
Warning: tempnam() [function.tempnam]: open_basedir restriction in effect. File() is not within the allowed path(s): (/home/xxxxxx:/usr/lib/php:/usr/php4/lib/php:/usr/local/lib/php:/usr/local/php4/lib/php:/tmp) in [path]/includes/class_dm_userpic.php on line 204

Warning: fopen() [function.fopen]: Filename cannot be empty in [path]/includes/class_image.php on line 333

How to fix this :( please help.
 
Back
Top