Error after upgrading from Buster to Bullseye

Current Development version likely to have breaking changes
Post Reply
sammyke007
Posts: 9
Joined: Mon Jul 15, 2019 11:18 am

Error after upgrading from Buster to Bullseye

Post by sammyke007 »

Hi

After being stupid and updating my server from Buster to Bullseye my zoneminder won't load anymore.
I get a text page when loading my console.
It starts with:

Code: Select all

<?php
//
// ZoneMinder main web interface file, $Date$, $Revision$
// Copyright (C) 2001-2008 Philip Coombes
// 
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
// as published by the Free Software Foundation; either version 2
// of the License, or (at your option) any later version.
// 
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
// GNU General Public License for more details.
// 
// You should have received a copy of the GNU General Public License
// along with this program; if not, write to the Free Software
// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
// 
Any idea what went wrong please?
Magic919
Posts: 1381
Joined: Wed Sep 18, 2013 6:56 am

Re: Error after upgrading from Buster to Bullseye

Post by Magic919 »

Have a look here - viewtopic.php?p=122834

I'd start with the dependencies like php and related.
-
sammyke007
Posts: 9
Joined: Mon Jul 15, 2019 11:18 am

Re: Error after upgrading from Buster to Bullseye

Post by sammyke007 »

Followed it, but no change.
Zoneminder is running fine as a service, but instead of the login screen in my browser, I get the txt
Magic919
Posts: 1381
Joined: Wed Sep 18, 2013 6:56 am

Re: Error after upgrading from Buster to Bullseye

Post by Magic919 »

ZM running or not makes no difference to this, it's an Apache thing.

If you've done all those and restarted Apache, then maybe something ike

Code: Select all

sudo a2enmod php7.*
Assuming that's your PHP version.
-
Post Reply