vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   Browser on Who's Online (https://vborg.vbsupport.ru/showthread.php?t=103996)

bashy 02-04-2006 06:37 PM

PM on way...

As for installing out to do with the sessions, not sure, i cant emember sorry, but i am sure you can see for ya self m8, I have 1 or 2 installed pmsl....

Quote:

Originally Posted by derekivey
Hmm, thats a weird error. Want to PM me admin access details so I can take a look? Also have you installed any hacks that modify user sessions?

Thanks,
Derek


bashy 02-04-2006 07:36 PM

Hi m8

I have got to the bottom of this..

Its his firewall blocking ya script....
He is using sygate

derekivey 02-04-2006 08:40 PM

Thats really weird lol. It just uses vB's is_browser function to determine the browser, so I guess your right. His firewall must be blocking access to your forum somehow.

bashy 02-04-2006 09:01 PM

Very m8 lol...Like i say, turn ya hack off and he gets in no problem lol

Quote:

Originally Posted by derekivey
Thats really weird lol. It just uses vB's is_browser function to determine the browser, so I guess your right. His firewall must be blocking access to your forum somehow.


rza733 02-05-2006 05:31 PM

I have a huge problem... When i try to uninstall this it gives me a DB error

Code:

Database error in vBulletin 3.5.0:

Invalid SQL:
ALTER TABLE `session` DROP `browser`;;

MySQL Error  : Can't DROP 'browser'; check that column/key exists
Error Number : 1091
Date        : Sunday, February 5th 2006 @ 12:30:31 PM
Script      : http://www.rzasspot.com/admincp/plugin.php
Referrer    : http://www.rzasspot.com/admincp/plugin.php?do=productdelete&productid=browser_on_wol&s=
IP Address  : 70.228.161.236
Username    : RzA
Classname    : vb_database

any suggestion on what to do?? Im using 3.5.0

derekivey 02-05-2006 06:30 PM

You can ignore that error. That just means that field doesn't exist in your database.

If it won't let you uninstall completely, just edit the product and remove the uninstall code.

Derek

rza733 02-05-2006 07:55 PM

Quote:

Originally Posted by derekivey
You can ignore that error. That just means that field doesn't exist in your database.

If it won't let you uninstall completely, just edit the product and remove the uninstall code.

Derek


Ok that seemed to work thank you...

for some reason when i had it installed i kept gettin DB errors :(

rza733 02-05-2006 09:44 PM

I am now getting this error

Code:

Database error in vBulletin 3.5.0:

Invalid SQL:
UPDATE session SET browser='internet_explorer' WHERE userid='80';

MySQL Error  : Unknown column 'browser' in 'field list'
Error Number : 1054
Date        : Sunday, February 5th 2006 @ 02:46:38 PM
Script      : http://www.rzasspot.com/vbshout.php
Referrer    : http://www.rzasspot.com/index2.php?
IP Address  : 66.245.131.35
Username    : Wild1LORI
Classname    : vb_database

any idea why?

derekivey 02-05-2006 11:27 PM

That means it didn't insert the browser field to the session table. To fix it run this query in PHPMyAdmin or vB's Query page in the AdminCP:
[sql]
ALTER TABLE `session` ADD `browser` VARCHAR( 50 ) DEFAULT '' NOT NULL;
[/sql]

rza733 02-06-2006 01:13 AM

Quote:

Originally Posted by derekivey
That means it didn't insert the browser field to the session table. To fix it run this query in PHPMyAdmin or vB's Query page in the AdminCP:
[sql]
ALTER TABLE `session` ADD `browser` VARCHAR( 50 ) DEFAULT '' NOT NULL;
[/sql]

thanks again man!!!


All times are GMT. The time now is 11:50 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.01322 seconds
  • Memory Usage 1,740KB
  • 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_code_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)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