vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.0 Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=33)
-   -   BVShoutbox FULLL (https://vborg.vbsupport.ru/showthread.php?t=63562)

danb00 05-19-2005 02:30 PM

i cant even install it right and thus it also puts errors on main site

gah

scottishcruise 05-21-2005 08:48 AM

I got an error thru installation when it tried to put in something into the database, can't remember what it was now as I refreshed, it started again and wouldn't go further as tables had already bn put in so its stuck half installed.

is there a .txt readme to follow thru I can check how far I got and continue manually?

scottishcruise 05-27-2005 07:05 PM

anyone?

Flow Fusion 05-27-2005 07:32 PM

Quote:

Originally Posted by scottishcruise
I got an error thru installation when it tried to put in something into the database, can't remember what it was now as I refreshed, it started again and wouldn't go further as tables had already bn put in so its stuck half installed.

is there a .txt readme to follow thru I can check how far I got and continue manually?

What error?

carpefile 06-01-2005 12:49 AM

Quote:

Originally Posted by Flow Fusion
What error?

I would bet its that his shoutboxpermissions column is already there.

This happens when as in my case, after upgrading the VB software, you have to re add any edits to php files.
Since the BV shoutbox runs off an installer, it tries to reinstall everything instead of just allowing you to see the file edits you have to redo.

If you have it previously installed, it hangs at the mysql query to add the shoutbox permissions column, since its already there.

Then after dropping that column and restarting the installer it hangs at importing the templates, again, since they are already there.

It would be incredibly helpful if the file edits could be posted in a .txt file, as after an upgrade, thats all you need to redo.

TTG 06-01-2005 10:32 AM

Quote:

Originally Posted by carpefile
It would be incredibly helpful if the file edits could be posted in a .txt file, as after an upgrade, thats all you need to redo.

Perhaps this post might help :)

paul41598 06-01-2005 10:57 AM

Im confused. Which shoutbox hack is better/newer? This one or Shoutbox Hack 1.04b ?

carpefile 06-01-2005 06:38 PM

Quote:

Originally Posted by TTG
Perhaps this post might help :)

Exactly what I needed. Thanks very much! :)

axiomotion 06-10-2005 07:50 AM

Quote:

Originally Posted by TTG
Perhaps this post might help :)

Thought I'd point an error in the post

after the following:
Quote:

includes/init.php
Find
Code:

'canadminupgrade'      => 32768,
Code:

Replace with
'canadminupgrade'      => 32768,
'canadminshouts'        => 65536,
Find
// field names for usergroup display options
$_BITFIELD['usergroup']['genericoptions'] = array(
        'showgroup'            => 1,
        'showbirthday'          => 2,
        'showmemberlist'        => 4,
        'showeditedby'          => 8,
        'allowmembergroups'    => 16,
        'isbannedgroup'        => 32
);


Should be:

includes/init.php
Find
Code:

'canadminupgrade'      => 32768,
Replace with
Code:

'canadminupgrade'      => 32768,
'canadminshouts'        => 65536,

Find
Code:

// field names for usergroup display options
$_BITFIELD['usergroup']['genericoptions'] = array(
        'showgroup'            => 1,
        'showbirthday'          => 2,
        'showmemberlist'        => 4,
        'showeditedby'          => 8,
        'allowmembergroups'    => 16,
        'isbannedgroup'        => 32
);

I'm sure most people will catch it as they read it, but better to have a post about it :) (I'm sure there is some mention of it before also, but I just skimmed to the end to see what errors I might encounter with a recent install)

Works fine for me now: http://www.axioentertainment.com/forum/

I do have one annoyance though, when you click Who's Online it displays the following now:
Quote:

Unknown Location
/forum/shoutbox.php?do=main
Is there any way I can fix this?

owner 06-16-2005 01:56 PM

Warning: Cannot modify header information - headers already sent by (output started at /home/public_html/includes/functions_newpost.php:1) in /shoutbox.php on line 130

I get this error whenever iam posting a new shout as iam the admin :( .. Help plz ... Otherwise everything of it works


All times are GMT. The time now is 04:39 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.01416 seconds
  • Memory Usage 1,749KB
  • 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
  • (5)bbcode_code_printable
  • (7)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