03-05-2017, 04:03 AM
you have the proper addons for php and mysql installed this seems like a linux product
you should at minium have
sudo apt-get install php5-mcrypt php5-gd php5-mysql php5-common php5-cli php5-fpm
also do a sys update /upgrade
sudo apt-get update
sudo apt-get upgrade
then do an auto remove to remove unneeded kernels
audo apt-get autoremove
id also manually check that mysql is actually upto date
sudo apt-get install mysql-client mysql-server
note all the commands i list are for my versions of linux ubuntu server 14.04 and a debain 8 jessie w/ cinnamon installed to mirror commands from ubuntu
im starting to wonder if this is not a physical incompatibility with the system its self not interacting correctly
also what webserver is your host running apache2 or nginx in my exp nginx is the least forgiving. most all of your desktop server programs for windows emulates apache
failing all this we can always try connecting to a database that isnt provided by your host
and mudmin i think ive tracked down that issue to just being the difference in how the webprogram serves the data up the data because apache 2 native will run php once php is installed how ever it appears nginx has to be configured to run php naturally.
this is an older post but it should still be relivent http://askubuntu.com/questions/134666/wh...p-on-nginx
you should at minium have
sudo apt-get install php5-mcrypt php5-gd php5-mysql php5-common php5-cli php5-fpm
also do a sys update /upgrade
sudo apt-get update
sudo apt-get upgrade
then do an auto remove to remove unneeded kernels
audo apt-get autoremove
id also manually check that mysql is actually upto date
sudo apt-get install mysql-client mysql-server
note all the commands i list are for my versions of linux ubuntu server 14.04 and a debain 8 jessie w/ cinnamon installed to mirror commands from ubuntu
im starting to wonder if this is not a physical incompatibility with the system its self not interacting correctly
also what webserver is your host running apache2 or nginx in my exp nginx is the least forgiving. most all of your desktop server programs for windows emulates apache
failing all this we can always try connecting to a database that isnt provided by your host
and mudmin i think ive tracked down that issue to just being the difference in how the webprogram serves the data up the data because apache 2 native will run php once php is installed how ever it appears nginx has to be configured to run php naturally.
this is an older post but it should still be relivent http://askubuntu.com/questions/134666/wh...p-on-nginx