vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   Add-On Releases - [ITech] [AJAX] Inferno vBShout Lite 2.5.0 (https://vborg.vbsupport.ru/showthread.php?t=147346)

Devil Woman 05-23-2007 07:11 PM

I got the same error CNBAforo, I just completely uninstalled the shoutbox and reinstalled it again and all is working fine now :)

X1C3W5 05-23-2007 07:19 PM

Same error here, I'll try what Devil_Woman did.

EDIT

That made it work again :).

X1C3W5 05-23-2007 07:35 PM

Serious bug!

When having any of the BBCodes enabled (in particular, I enable basic, link and font code) I get the following error in the ShoutBox itself:

Fatal error: Call to undefined function: convert_url_to_bbcode() in /home/content/f/R/3/user/html/infernoshout/engine/inferno_engine.php on line 181

Disabling those options makes the error disappear.

Please fix this.

CNBAforo 05-23-2007 07:36 PM

Working :D

EDIT: I activated "Font" and "Link" bb code and it showed the same error again. Then I deactivated them and I stopped.

Caiman 05-23-2007 07:41 PM

Yes, even with an uninstall and reinstall, it seems that the convert_url_to_bbcode error occurs if you allow the URL bbcode?

Zero Tolerance 05-23-2007 07:41 PM

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

da420 05-23-2007 07:47 PM

Yes, this fixed it for me.

Quote:

Originally Posted by Zero Tolerance (Post 1253415)
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


Zero Tolerance 05-23-2007 07:48 PM

Thanks da420 for confirming that, I'll update the package now :)

- Zero Tolerance

Tanabe 05-23-2007 07:48 PM

Awsome job. I'll have to wait to install the pro version though since my members can't go without the smilies. Hope its at a reasonable price as well :)

TTG 05-23-2007 07:53 PM

Can we increase the font size in the shoutbox .. some of the older members were tired of using a magnifying glass to read the shouts :D


All times are GMT. The time now is 02:34 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01642 seconds
  • Memory Usage 1,747KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (4)bbcode_php_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (3)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete