Jump to content

Restart broken upgrade?


Recommended Posts

Hey all..

I'm upgrading a server 4.x and am getting an exception thrown on the last step:

/var/www/forums/system/File/File.php::180

The options are "Retry?" and "Continue". Neither button moves any further and redisplays the error. Line 180 in File.php is:

if ( ! isset( static::$storageConfigurations[ $configurationId ] ) )
 {
       throw new \RuntimeException;
 }

Any ideas what I can do to start fresh with the install?

Here's a screenshot of where I am in the process.

Screen Shot 2019-12-05 at 1.13.40 PM.png

Link to comment
Share on other sites

7 minutes ago, CorneredRatSoftware said:

Hey all..

I'm upgrading a server 4.x and am getting an exception thrown on the last step:

/var/www/forums/system/File/File.php::180

The options are "Retry?" and "Continue". Neither button moves any further and redisplays the error. Line 180 in File.php is:

if ( ! isset( static::$storageConfigurations[ $configurationId ] ) )
 {
       throw new \RuntimeException;
 }

Any ideas what I can do to start fresh with the install?

Here's a screenshot of where I am in the process.

Screen Shot 2019-12-05 at 1.13.40 PM.png

Unless you have backup then you need submit ticket via client area because no way back with a backup.

Link to comment
Share on other sites

26 minutes ago, CorneredRatSoftware said:

Hey all..

I'm upgrading a server 4.x and am getting an exception thrown on the last step:

/var/www/forums/system/File/File.php::180

The options are "Retry?" and "Continue". Neither button moves any further and redisplays the error. Line 180 in File.php is:

if ( ! isset( static::$storageConfigurations[ $configurationId ] ) )
 {
       throw new \RuntimeException;
 }

 

This code is located on line 186 in this file - I even compared version 4.4.5 - the same.
Row 180 is

	$storageConfigurations = static::$storageConfigurations;

Try and download the whole 4.4.9 package from your client area and upload all files.
Then restart the upgrade from
...your site/admin/upgrade

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...