THT Community

Full Version: Upgrade... question
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
When upgrading from 1.1.1 to 1.1.2 i got this:

Complete!
There were 0 errors while executing the SQL!
There was a problem re-writing to the config!
Your upgrade is now complete! You can use the script as normal.

Is there something i should be aware of? o.o

PS. For example, the cron now gets to this:

Fatal error: Call to a member function query() on a non-object in /home/user/public_html/tht/includes/types/p2h.php on line 31
I had the same problem. Sad

*Just* fixed it. Add this manually to your conf file:
PHP Code:
$sql['install'] = true

You're getting that error because the compiler didn't globalize the $db because that line wasn't added to your conf file.
Then... it's over? Or should i re-run the upgrader?
Shouldn't need to. Does it work now?
Yep, it does. Thanks! For a moment i thought the db was... well, corrupted xD
Yeah, same with me. Tongue Glad I could help! Hmm... This should be stickied or something.
Use the upgrade version provided here: http://thehostingtool.com/forum/thread-1...tml#pid991
to eliminate this problem.