
05-23-2007, 07:47 PM
|
|
|
Join Date: Nov 2005
Posts: 1,232
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Yes, this fixed it for me.
Quote:
Originally Posted by Zero Tolerance
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
|
|