Quote:
Originally Posted by Gardener
lierduh,
Great work on this hack. I had it up and running on the beta release. Then I upgraded to gamma and reinstalled the hack and the latest gateway.php file you have and this is the error I'm getting:
Fatal error: Call to undefined function: convert_url_to_bbcode() in \www\vb3\gateway.php on line 181
|
I have this line on the top:
require_once("includes/functions_bbcodeparse.php");
The function is in that file. If it is not there anymore, please do a search for that function (convert_url_to_bbcode). If you use Linux, you can try:
#grep "function convert_url_to_bbcode" * -r
If this function does not exist anymore. Just delete the line containing this function in the gateway.php. It is only used to convert url to bbcode.