vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   Chat Modifications - [DBTech] vBShout v6 (vB3) [AJAX] (https://vborg.vbsupport.ru/showthread.php?t=241651)

Taringa! CS 04-25-2011 06:24 PM

Ahi Filip

Thanks for the update, but i've got the same blank page problems as before!

And after upgrading i can't go turn on/off by editing here vbshout.php?do=instance
After submiting i've got a blank page

Thanks

DragonByte Tech 04-25-2011 06:31 PM

Please check any server error logs you may have and post back if you get any errors.

Fillip

Taringa! CS 04-25-2011 06:51 PM

I'm not seeing any particularly error related to this issue :(

Matias

DragonByte Tech 04-25-2011 11:40 PM

In that case I don't think there's anything I can do, unless your server hides PHP errors somehow :(


Fillip

Taringa! CS 04-26-2011 11:10 AM

I found this :D

Fatal error: Cannot redeclare handle_bbcode_video() (previously declared in /var/www/xx.net/xx/foros/includes/class_bbcode.php(2469) : eval()'d code:24) in /var/www/xxx/xxx/foros/includes/class_bbcode.php(2469) : eval()'d code on line 53

DragonByte Tech 04-26-2011 01:02 PM

That's a bug in whatever mod is creating that function, then :)

You need to ask the author of that mod to wrap their function creation in
PHP Code:

if (!function_exists('handle_bbcode_video')) { } 


Fillip

DragonByte Tech 04-26-2011 03:13 PM

To try to end the confusion regarding hotfixes, I've decided to adopt adding "Patch Level" (PL) on to the end of my zip files.

Thus, I present vBShout v5.4.3 PL1 (Patch Level 1):
  • The Shoutbox should no longer fail to parse BBCode in shouts on vB4
  • Posting / editing / deleting a shout in a chatroom tab will no longer briefly flash back to the main shoutbox tab. My original fix for this caused some additional problems - namely the shoutbox didn't properly refresh when someone posted a shout.
  • A new "Automated Message" mode has been added, which ensures that automatically posted shouts (e.g. "has just replied to thread") will skip permission checks and use vBulletin's built-in BBCode parsing list when posting the shouts. This ensures that actions like the Pro-only "Shoutbox PM on forum PM" works correctly for users awaiting email confirmation.
  • Permissions issues with editing others' shouts have been resolved. This was a regression issue that got introduced when trying to fix the above problem.
To update, simply re-download the files and re-upload them. The XML file has not been changed in this version.



Fillip

Taringa! CS 04-26-2011 03:47 PM

Quote:

Originally Posted by DragonByte Tech (Post 2188874)
That's a bug in whatever mod is creating that function, then :)

You need to ask the author of that mod to wrap their function creation in
PHP Code:

if (!function_exists('handle_bbcode_video')) { } 


Fillip

But it only appears when vbshout it's on... it's weird

DragonByte Tech 04-26-2011 03:52 PM

Yeah, but the reason why that would happen is that in order to properly do the BBCode permissions I need to tell vB to fetch ALL BBCodes - which include custom ones - then later vB may request specific ones, which will then cause that error.

Fillip

Taringa! CS 04-26-2011 06:38 PM

It was a "Video-Directory Remixed" issue. I've fixed it :D

Thanks filip


All times are GMT. The time now is 03:04 AM.

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.01542 seconds
  • Memory Usage 1,741KB
  • 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
  • (2)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
  • (2)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