Forums / Cotonti / Extensions / Support / PHPBB Converter

Update

Kilandor
#24727 2010-05-27 10:53
The prefix's are not used in the code.

It should always be outputting some data to see.

try replacing all "echo" with "$log_msg .="
And then on the line before "?>" at the end
Put "file_put_contents('log.txt', $log_msg);"

And see what the file contains.