X1C3W5, could you try something for me? Not sure why I didn't encounter this error on my server, anywho
Open inferno_engine.php, find the line:
PHP Code:
while ($shout = $this->vbulletin->db->fetch_array($shouts))
Above this add:
PHP Code:
if (!function_exists('convert_url_to_bbcode'))
{
require_once(DIR . '/includes/functions_newpost.php');
}
Save and upload, lemme know how that goes for you, if it works I'll update the package with this patch
Thanks for reporting everyone,
- Zero Tolerance