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)
-   -   Hideaways (https://vborg.vbsupport.ru/showthread.php?t=92397)

aethro 07-20-2005 07:25 PM

Actually i've hit a snag :(

I followed the instructions and when I try to edit the permissions for usergroups it spouts out the following mysql error:

MySQL Error : Unknown column 'hideawaypermissions' in 'field list'
Error Number : 1054

amykhar 07-20-2005 07:29 PM

I love it. :D 8 installs and you're the first one to notice I forgot to put the query in the install file.

Run this query:
Code:

ALTER TABLE usergroup ADD hideawaypermissions INT( 10 ) UNSIGNED DEFAULT '0' NOT NULL

aethro 07-20-2005 07:31 PM

woo hoo! First one to notice somethin! :P Thanks that worked nicely! :D

aethro 07-20-2005 07:33 PM

COURSE after I speak lol

Invalid SQL:
INSERT INTO usergroup (title,usertitle,showinlist,ispublicgroup) VALUES ('PaulForum Group','Registered Member',0,1);

MySQL Error : Unknown column 'showinlist' in 'field list'
Error Number : 1054

Guess theirs more queries :P

amykhar 07-20-2005 07:37 PM

Hmm. That must be from an old hack? Let me go look at a couple of things. BRB.

Amy

amykhar 07-20-2005 07:50 PM

For now, change that line to

Code:

$db->query_write("INSERT INTO ".TABLE_PREFIX."usergroup (title,usertitle,ispublicgroup) VALUES ('$title','$usertitle',$ispublicgroup)");

aethro 07-20-2005 07:54 PM

Yep that works thanks! :D

john1744 07-21-2005 05:07 AM

Invalid SQL:
UPDATE usergroup SET

### UPDATE QUERY GENERATED BY fetch_query_sql() ###
`title` = 'Administrators',
`description` = '',
`usertitle` = 'Administrator',
`opentag` = '',
`closetag` = '',
`passwordexpires` = '180',
`passwordhistory` = '360',
`hideawaypermissions` = '1',
`forumpermissions` = '1048575',
`attachlimit` = '0',
`pmquota` = '500',
`pmpermissions` = '3',
`pmsendmax` = '0',
`calendarpermissions` = '63',
`wolpermissions` = '31',
`adminpermissions` = '3',
`genericpermissions` = '205520831',
`genericoptions` = '31',
`profilepicmaxwidth` = '1000',
`profilepicmaxheight` = '1000',
`profilepicmaxsize` = '65535000',
`avatarmaxwidth` = '800',
`avatarmaxheight` = '800',
`avatarmaxsize` = '2000000'
WHERE usergroupid=6;

MySQL Error : Unknown column 'hideawaypermissions' in 'field list'
Error Number : 1054
Date : Thursday, July 21st 2005 @ 02:06:37 AM

I keep getting this error

aethro 07-21-2005 05:32 AM

Read https://vborg.vbsupport.ru/showpost....9&postcount=12

john1744 07-21-2005 06:31 AM

Ok, now i have the same issue as that second error you posted, but Amy says to change that line, what line is she referring to?

PHP Code:

$db->query_write("INSERT INTO ".TABLE_PREFIX."usergroup (title,usertitle,ispublicgroup) VALUES ('$title','$usertitle',$ispublicgroup)"); 



All times are GMT. The time now is 09:41 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.01027 seconds
  • Memory Usage 1,738KB
  • 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
  • (1)bbcode_php_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (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