vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   Problem after upgrade (https://vborg.vbsupport.ru/showthread.php?t=210130)

muscle-fit 04-02-2009 11:52 AM

Problem after upgrade
 
Hello!

I've recently upgraded to the 3.8.1 from 3.6, but I now have a big problem..

I try to explain it: now it happens that if you look for example to the "daily posts", strangely the last posters became who started the thread (even if the thread has started from someone else..)

How can I resolve it? :(

www.musclefit.it/forums to see the problem http://www.musclefit.it/forums/searc...earchid=151497

Lynne 04-02-2009 01:01 PM

Links to searches don't last long at all.

Try this:
Create a new style with no parent:
  • Styles & Templates > Style Manager > Add New Style
  • Parent Style: No Parent Style
  • Title: Default vBulletin
  • Allow User Selection: Yes
  • Save
Then browse the site using that totally default vbulletin style - do you still have the same problem?

snakes1100 04-02-2009 03:21 PM

If i read that right, you mean its displaying newest posts 1st on the 1st page of the thread, you can change the "sort" order in the forum manager for each forum that is effected as well as do a query to change the users en mass to "oldest first" you must have your userid set in config.php to use the query manager in the admincp --> maintenance --> Execute SQL Query --> select from the drop menu

Lynne 04-02-2009 04:34 PM

Ahhh, I think snakes understood the problem. Listen to him.

muscle-fit 04-06-2009 01:23 PM

It seems that I am not authorized to execute query SQL....

Lynne 04-06-2009 01:40 PM

You need to enter your userid into the config.php file.

muscle-fit 04-07-2009 04:30 AM

Please see below how I have modified:

PHP Code:

    //    The users specified below will have permission to access the administrator permissions
    //    page, which controls the permissions of other administrators
$config['SpecialUsers']['superadministrators'] = '4'

my USER ID is #4

but nothing is changed, I still cannot run the query SQL...

Lynne 04-07-2009 01:36 PM

All that does is make you a superadmin. You need to look at the line regarding running queries.
Code:

//    ****** USERS WITH QUERY RUNNING PERMISSIONS ******
    //    The users specified here will be allowed to run queries from the control panel.
    //    See the above entries for more information on the format.
    //    Please note that the ability to run queries is quite powerful. You may wish
    //    to remove all user IDs from this list for security reasons.
$config['SpecialUsers']['canrunqueries'] = '';



All times are GMT. The time now is 02:39 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.02529 seconds
  • Memory Usage 1,726KB
  • 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
  • (1)bbcode_code_printable
  • (1)bbcode_php_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (8)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