When i execute the script it always stops with this
output: Fatal error: Maximum execution time of 30
seconds exceeded in /home/htdocs/convert_functions.php
on line xxx
The line the sript stops changes everytime.
I use the German UBB v6.05.
Thanks in advance.
Basti
Logged In: NO
As per the other error statement commenting out the
following in the convert_functions.php file will fix this.
Quote:
As was noted, simply removing or commenting out line
number two that reads:
include("convert_functions.php");
will fix this glitch.
End Quote: