After installing php 7.1 - Cannot access DA control panel

adam2020

Verified User
Joined
Mar 3, 2020
Messages
20
Hi All,

I installed php 7.1.33 as the version I was running was a obsolete. After doing that I could no longer log in to admin on the web panel.

I ran:
Code:
php -v
and got the following output:
Code:
PHP 7.1.33 (cli) (built: Mar  3 2020 16:37:04) ( NTS )
Copyright (c) 1997-2018 The PHP Group
Zend Engine v3.1.0, Copyright (c) 1998-2018 Zend Technologies

I also ran:
Code:
systemctl status directadmin.service
and got the following output:
Code:
 directadmin.service - DirectAdmin Web Control Panel
   Loaded: loaded (/etc/systemd/system/directadmin.service; enabled; vendor preset: disabled)
   Active: active (running) since Tue 2020-03-03 16:50:21 GMT; 35min ago
     Docs: http://www.directadmin.com
  Process: 854 ExecStart=/usr/local/directadmin/directadmin d (code=exited, status=0/SUCCESS)
 Main PID: 1147 (directadmin)
   CGroup: /system.slice/directadmin.service
           ├─1147 /usr/local/directadmin/directadmin d
           ├─1283 /usr/local/directadmin/directadmin d
           ├─1284 /usr/local/directadmin/directadmin d
           ├─1285 /usr/local/directadmin/directadmin d
           ├─1286 /usr/local/directadmin/directadmin d
           ├─1287 /usr/local/directadmin/directadmin d
           ├─1288 /usr/local/directadmin/directadmin d
           ├─1289 /usr/local/directadmin/directadmin d
           ├─1290 /usr/local/directadmin/directadmin d
           ├─1291 /usr/local/directadmin/directadmin d
           └─1292 /usr/local/directadmin/directadmin d

Mar 03 16:50:18 xxx.xxxx.xxxxxxxx.xx.xx systemd[1]: Starting DirectAdmin Web Control Panel...
Mar 03 16:50:20 xxx.xxxx.xxxxxxxx.xx.xx systemd[1]: Can't open PID file /run/directadmin.pid (yet?) after start: No such file or directory
Mar 03 16:50:21 xxx.xxxx.xxxxxxxx.xx.xx systemd[1]: Started DirectAdmin Web Control Panel.

I'm not sure what's happened. Can anyone help out?

Cheers!
 
After spending many hours trying to work out what the problem was - as this was a fresh install on DA the easiest way to rectify the problem was to start from scratch and make sure I upgrade PHP before anything else...

Thanks you for trying to help me @zEitEr
 
Back
Top