![]() |
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 |
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 |
woo hoo! First one to notice somethin! :P Thanks that worked nicely! :D
|
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 |
Hmm. That must be from an old hack? Let me go look at a couple of things. BRB.
Amy |
For now, change that line to
Code:
$db->query_write("INSERT INTO ".TABLE_PREFIX."usergroup (title,usertitle,ispublicgroup) VALUES ('$title','$usertitle',$ispublicgroup)"); |
Yep that works thanks! :D
|
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 |
|
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:
|
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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|