Log in

View Full Version : Problem after upgrade


muscle-fit
04-02-2009, 12:52 PM
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/search.php?searchid=151497

Lynne
04-02-2009, 02: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, 04: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, 05:34 PM
Ahhh, I think snakes understood the problem. Listen to him.

muscle-fit
04-06-2009, 02:23 PM
It seems that I am not authorized to execute query SQL....

Lynne
04-06-2009, 02:40 PM
You need to enter your userid into the config.php file.

muscle-fit
04-07-2009, 05:30 AM
Please see below how I have modified:

// 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, 02:36 PM
All that does is make you a superadmin. You need to look at the line regarding running queries.
// ****** 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'] = '';