On convert_functions.php, at the top there is a line to include convert_functions.php. This causes the script run infinately. I had to comment this out to get it to run properly.
Logged In: YES user_id=341351
As was noted, simply removing or commenting out line number two that reads:
include("convert_functions.php");
will fix this glitch.
Log in to post a comment.
Logged In: YES
user_id=341351
As was noted, simply removing or commenting out line
number two that reads:
include("convert_functions.php");
will fix this glitch.