Current time: 05-03-2024, 04:59 AM Hello There, Guest! (LoginRegister)


Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Database Update failed with nightly
Author Message
TheCry Away
Member
***

Posts: 851
Joined: Oct 2008
Reputation: 21
Post: #3
RE: Database Update failed with nightly
I found the problem....

In the file /var/www/ispcp/engine/setup/updDB.php is a section where this function is called
Code:
// Perfom all database critical updates if exists
if (criticalUpdate::getInstance()->checkUpdateExists()) {

    criticalUpdate::getInstance()->executeUpdates();

    if ( ($msg = criticalUpdate::getInstance()->getErrorMessage()) != '') {
        print $msg;
        exit(1);
    }

}
After removing this code. Everything works fine. The Updates of your changes, too!

Should i commit the change?
Or do you want to do this on your own?
(This post was last modified: 04-27-2010 04:45 PM by TheCry.)
04-27-2010 04:32 PM
Find all posts by this user Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Database Update failed with nightly - TheCry - 04-27-2010 04:32 PM

Forum Jump:


User(s) browsing this thread: 1 Guest(s)