View Full Version : Threads Closed After Import
Itworx4me
Sat 22nd Oct '05, 10:09pm
After I imported the ubb classic 6.5.0 to 3.5.0vb it shows all the threads as closed. I have checked all the settings and they all look good. How do I fix all the threads from being closed???
Thanks,
Itworx4me
Steve Machol
Sun 23rd Oct '05, 5:24pm
Run this query to open all threads:
UPDATE thread SET open='1';
UDPride
Mon 2nd Jan '06, 1:47am
What do you mean by "run query". Is that a choice in the admin ctl panel?
Steve Machol
Mon 2nd Jan '06, 1:48am
To run queries from the Admin CP:
Admin CP -> Import & Maintenance -> Execute SQL Query -> Manual Query
Then enter your query in the Manual Query box and click on 'Continue'.
To run queries you first need to give yourself permission to run queries in the Admin CP. To do this, edit this section of config.php:
// ****** 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.
$canrunqueries = 'x';
...with x being your userid number.
UDPride
Mon 2nd Jan '06, 2:05am
worked. muchos gracios!
Powered by vBulletin™ Version 4.0.0 Beta 4 Copyright © 2009 vBulletin Solutions, Inc. All rights