The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Comments |
#167
|
||||
|
||||
Yes, went through them at least 3 times.
I try running these commands in MYSQL and keep receiving errors ALTER TABLE . TABLE_PREFIX . usergroup ADD shoutboxpermissions INT UNSIGNED NOT NULL DEFAULT '0' AFTER forumpermissions gives error "An error occurred while attempting to execute your query. The following information was returned. error number: 1064 error desc: You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near '. "language DROP phrasegroup_shoutbox, DROP phrasegroup_shoutma" and "ALTER TABLE " . TABLE_PREFIX . "language ADD phrasegroup_shoutbox MEDIUMTEXT NOT NULL, ADD phrasegroup_shoutmanager MEDIUMTEXT NOT NULL", gives error "An error occurred while attempting to execute your query. The following information was returned. error number: 1064 error desc: You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'language INSERT phrasegroup_shoutbox MEDIUMTEXT NOT NULL, INSER" and its Shout Box Permissions that I'm have problems with "my best guess anyways" I will go through the manual file edits once again tonight, never know might have missed something |
#168
|
||||
|
||||
O.K. Went through each file mod again, still blank Shout Box, which I believe is due to, no permissions. Also get this error when I click on the SHOUT BOX link on top left of box its self.
"you do not have permission to access this page. This could be due to one of several reasons: Your user account may not have sufficient privileges to access this page. Are you trying to edit someone else's post, access administrative features or some other privileged system? If you are trying to post, the administrator may have disabled your account, or it may be awaiting activation." Now I have set permissions in the Administrator Permissions Manager to YES, only after fixing the errors in the install in the file adminpermissions.php. His install states to put " 'canadmincron' => $vbphrase['can_administer_cron'], 'canadminshouts' => $vbphrase['can_administer_shouts'] 'canadminmaintain' => $vbphrase['can_run_maintenance']," But it should look like " 'canadmincron' => $vbphrase['can_administer_cron'], 'canadminshouts' => $vbphrase['can_administer_shouts'], 'canadminmaintain' => $vbphrase['can_run_maintenance']," Note the missing "," after the "]" Now like I have been suggesting, I believe the lack of permissions and the ability to edit them in the user Group Manager "not showing anything that says Shout Box" is due to the Install Script erroring out at the 2 areas mentioned above. and If I could get somebody to write the edits with the proper SYNTAX so I can install them manually without errors, this should get "might" this darn thing working. Thanks In advance. |
#169
|
||||
|
||||
Maybe I'm off in left field, or just mis-understood, but could the TABLES that the install errors on, be keeping the ShoutBox fields from showing up in the Group Permissions?
anyone??? |
#170
|
|||
|
|||
ok part of your problem is that you can't manually add that query as written "table prefix" is catchall relating to whatever your table prefix is. Run this instead
ALTER TABLE usergroup ADD shoutboxpermissions INT UNSIGNED NOT NULL DEFAULT '0' AFTER forumpermissions and ALTER TABLE language ADD phrasegroup_shoutbox MEDIUMTEXT NOT NULL ALTER TABLE language ADD phrasegroup_shoutmanager MEDIUMTEXT NOT NULL Now, if your tables DO have a prefix...you must add it to the table name ie prefix.language or whatever it is you use. Most probably don't have a specific prefix and just use the server default..so you should be ok to run the above |
#171
|
||||
|
||||
First off, THANK YOU for responding. )
I ran the Queries, and it looks like they are already installed. Quote:
From the above errors, I have to assume that the tables are correct, or should I remove and re-install them? I'm at a loss. |
#172
|
|||
|
|||
Quote:
Same Here very strange i also had to set permission to NO update then back to YES and it all works fine now :ermm: :ermm: |
#173
|
||||
|
||||
I have this hack installed...and I do not see a place where it allows for Admins to see the shouts. This really sucks because they should be able to no problem
|
#174
|
|||
|
|||
You need to edit your "index.php" to see the shoutbox shouts.
|
#175
|
||||
|
||||
I just made my Admins primary and then registered usergroup an extra it worked out !
|
#176
|
||||
|
||||
How you go about uninstalling this?
|
#177
|
||||
|
||||
O.K. I know when to say enoughs enough, no help from the coder, I've removed this puppy!
|
#178
|
|||
|
|||
wow
i guess i did wrong installing this hack, but i read the thread after i installed it... well it works fine, and i'm going to keep it but need to touch a thing or two how i can set a font size of the time? [30-09-2004 03:32 AM] i want to make it smaller |
#179
|
||||
|
||||
Invalid SQL:
SELECT s.*, u.username FROM shout s LEFT JOIN user u ON (u.userid = s.userid) ORDER BY dateline , shoutid LIMIT What this mean? |
#180
|
||||
|
||||
How do you uninstall this hack safely?
|
#181
|
|||
|
|||
the IE started crashing, may this hack be the reason?
the weird is that it crashes only when i load the url with www. in front |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|