deHakkelaar it has dropped in. Thank you very much.
If it is not to much trouble could you summarise what you think the issue was so i have a better understanding?
Regards
Dan
deHakkelaar it has dropped in. Thank you very much.
If it is not to much trouble could you summarise what you think the issue was so i have a better understanding?
Regards
Dan
Its just a warning
Not sure, got stuck in versions and dependencies.
Other software installs might have done something like I noticed remnants of Apache.
deHakkelaar thank you again.
I had been running it as a web server a while ago and also as a VPN server.
you are a legend!!!!!!!!
Which comment should i mark as the resolution?
This was probably solution:
sudo apt purge php7.0-json php7.0-sqlite3
sudo apt install php7.0-json php7.0-sqlite3
sudo apt install --reinstall php7.0-cli php7.0-cgi
sudo phpenmod json sqlite3
sudo service lighttpd restart
Cheers!
EDIT: For others that read this, it probably is sufficient to purge only the php7.0-json
& php7.0-sqlite3
packages using dpkg -P
and not pulling down other dependencies when running apt purge
:
sudo dpkg -P php7.0-json php7.0-sqlite3
And try reinstall the two:
sudo apt install --reinstall php7.0-json php7.0-sqlite3
And proceed with the other steps above.
9 posts were split to a new topic: Long Term Data Not Displaying
This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.