vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   Need help PLEASE (https://vborg.vbsupport.ru/showthread.php?t=107182)

prettyboi 02-05-2006 05:12 AM

Need help PLEASE
 
Quote:

Its the administration page that you are accessing, the vbpager administration page. The query that you are trying to execute (changes that you are trying to make) are trying to modify the following rows

`title` = 'Administrators',
`description` = '',
`usertitle` = 'Administrator',
`opentag` = '',
`closetag` = '',
`passwordexpires` = '1000',
`passwordhistory` = '0',
`forumpermissions` = '1048575',
`genericpermissions` = '205520831',
`attachlimit` = '0',
`pmquota` = '100',
`pmpermissions` = '3',
`pmsendmax` = '5',
`calendarpermissions` = '63',
`wolpermissions` = '31',
`adminpermissions` = '3',
`genericoptions` = '31',
`profilepicmaxwidth` = '120',
`profilepicmaxheight` = '120',
`profilepicmaxsize` = '65535',
`avatarmaxwidth` = '120',
`avatarmaxheight` = '120',
`avatarmaxsize` = '30000',
`profileviewpermissions` = '0',
`pagerpermissions` = '1',
`pagerquota` = '0',
`pagerminpost` = '0',
`pagerminpostperday` = '0',
`pagermaxperday` = '0',
`pagersendmax` = '0',
`pagersendmaxchar` = '300'
WHERE usergroupid=6;

in your vb_usergroup table

the rows that vbpager requires are

`profileviewpermissions` = '0',
`pagerpermissions` = '1',
`pagerquota` = '0',
`pagerminpost` = '0',
`pagerminpostperday` = '0',
`pagermaxperday` = '0',
`pagersendmax` = '0',
`pagersendmaxchar` = '300'
WHERE usergroupid=6;

You are getting the error for `profileviewpermissions` as it is the first one in the list. You can try contacting the module developer and ask him if there is any .sql file that can be used to create the necessary entries. If not, you can ask him if you can provide you with the SQL commands that have to be executed.

Best Regards,
John
Support Team
SiteGround.com

Ok, this is the message that my host has given me. Can anyone help me on this issue? What .sql files is he talking about? Can someone provide me with the SQL commands that I need to have it executed? Please, can someone please help?

Marco van Herwaarden 02-05-2006 06:52 AM

Quote:

Originally Posted by prettyboi
You can try contacting the module developer

Also i suggest you post the full error message you are getting.


All times are GMT. The time now is 05:57 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.01018 seconds
  • Memory Usage 1,714KB
  • 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_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (2)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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete