XF 2.3 Oh man, completely borked my site trying to do an upgrade (by accident) :( Can anyone help?

maethlin

Member
So I was running version ummm.... 2.2 something. I saw that there was a version 2.3.

Like an idiot I just went clicking through to do the upgrade... but I actually didn't mean to trigger it, just to see if it was even possible via admin console.

At the point where it gave me the warning "This is a major upgrade, please do a backup first" with a continue button, I of course chickened out. Certainly felt like the wording indicated I could still validly chicken out and do a backup first.

But nope, I never hit that continue button, just tried browsing back to the regular site, and it was already down.

1732853557425.webp

Restarting apache and even rebooting didn't help.

I saw some forum post talking about doing $config['enableListeners'] = false; to revive it, and that didn't work either.

Man I'd really like to just get back to prior state, but have not done a backup in ages.

Am I just fully hosed now?

Do the xenforo guys do pro-serve? I'd actually pay someone to help me revive this as I don't have an enormous amount of time to sink into troubleshooting right now.
 
These are errors showing in apache error.log since things went south... not sure if useful.


Code:
[Fri Nov 29 03:46:49.977997 2024] [mpm_prefork:notice] [pid 353450] AH00170: caught SIGWINCH, shutting down gracefully
[Fri Nov 29 03:46:50.192037 2024] [mpm_prefork:notice] [pid 1206646] AH00163: Apache/2.4.52 (Ubuntu) OpenSSL/3.0.2 configured -- resuming normal operations
[Fri Nov 29 03:46:50.192100 2024] [core:notice] [pid 1206646] AH00094: Command line: '/usr/sbin/apache2'
[Fri Nov 29 03:55:38.483128 2024] [mpm_prefork:notice] [pid 1206646] AH00170: caught SIGWINCH, shutting down gracefully
[Fri Nov 29 03:55:38.662216 2024] [mpm_prefork:notice] [pid 1206955] AH00163: Apache/2.4.52 (Ubuntu) OpenSSL/3.0.2 configured -- resuming normal operations
[Fri Nov 29 03:55:38.662279 2024] [core:notice] [pid 1206955] AH00094: Command line: '/usr/sbin/apache2'
[Fri Nov 29 03:56:04.393988 2024] [mpm_prefork:notice] [pid 1206955] AH00170: caught SIGWINCH, shutting down gracefully
[Fri Nov 29 03:56:23.549305 2024] [mpm_prefork:notice] [pid 604] AH00163: Apache/2.4.52 (Ubuntu) OpenSSL/3.0.2 configured -- resuming normal operations
[Fri Nov 29 03:56:23.554279 2024] [core:notice] [pid 604] AH00094: Command line: '/usr/sbin/apache2'
[Fri Nov 29 04:04:46.683348 2024] [mpm_prefork:notice] [pid 604] AH00170: caught SIGWINCH, shutting down gracefully
[Fri Nov 29 04:04:46.844681 2024] [mpm_prefork:notice] [pid 1330] AH00163: Apache/2.4.52 (Ubuntu) OpenSSL/3.0.2 configured -- resuming normal operations
[Fri Nov 29 04:04:46.844756 2024] [core:notice] [pid 1330] AH00094: Command line: '/usr/sbin/apache2'
[Fri Nov 29 04:11:59.445868 2024] [php:error] [pid 1344] [client 64.227.149.149:58515] script '/var/www/html/xmlrpc.php' not found or unable to stat
 
Back
Top Bottom