New hosting problem

Permalink
I have been asked to host a website built in concrete - I received the site via ftp and uploaded it to my new hosting account. When unpacked it is showing an error and will not display. The error is:


7 bamptonclinic.co.uk [Thu Jan 10 16:44:36 2019] [error] [client 160.153.26.224:0] AH01215: PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/php-5.6.37-flock/lib/php/extensions/no-debug-non-zts-20131226/gd.so' - /usr/local/php-5.6.37-flock/lib/php/extensions/no-debug-non-zts-20131226/gd.so: cannot open shared object file: No such file or directory in Unknown on line 0: /home/sites/bamptonclinic.co.uk/public_html/index.php
2117 bamptonclinic.co.uk [Thu Jan 10 16:44:36 2019] [error] [client 160.153.26.224:0] AH01215: PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/php-5.6.37-flock/lib/php/extensions/no-debug-non-zts-20131226/imap.so' - /usr/local/php-5.6.37-flock/lib/php/extensions/no-debug-non-zts-20131226/imap.so: cannot open shared object file: No such file or directory in Unknown on line 0: /home/sites/bamptonclinic.co.uk/public_html/index.php
2122 bamptonclinic.co.uk [Thu Jan 10 16:44:36 2019] [error] [client 160.153.26.224:0] AH01215: PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/php-5.6.37-flock/lib/php/extensions/no-debug-non-zts-20131226/curl.so' - /usr/local/php-5.6.37-flock/lib/php/extensions/no-debug-non-zts-20131226/curl.so: cannot open shared object file: No such file or directory in Unknown on line 0: /home/sites/bamptonclinic.co.uk/public_html/index.php

Im looking for someone to fix this issue.

James Wildman

 
edbeeny replied on at Permalink Reply
edbeeny
Have you PHP 5.6 installed on the server?
jasteele12 replied on at Permalink Reply
jasteele12
Let's hope not, since PHP 5.6 was End Of Life over 2 weeks ago (so last year).

Let's also hope it's not a 4-year-old version of concrete5 to match ;-P
edbeeny replied on at Permalink Reply
edbeeny
True, but the error code looks like it’s asking for 5.6

My guess it is an old version of c5 built on concrete 5.6.
jasteele12 replied on at Permalink Reply
jasteele12
My best "guess" is a misconfiguration of PHP from the previous hosting provider and his actual PHP installation.

Hard to say, since the page doesn't completely load, but the stylesheet does:

http://bamptonclinic.co.uk/concrete/themes/concrete/main.css...

Doesn't look that old, but the DOCTYPE is XHTML.

I'm thinking .htaccess and php.ini mismatch with current hosting... a simple phpinfo(); could tell.
pixelmargin replied on at Permalink Reply
pixelmargin
Hey

Which hosting you got? Is it having ssh or cPanel access??

Tinku Tharasing
Pixelmargin Software Pvt Ltd
jasteele12 replied on at Permalink Reply
jasteele12
Looks like Host Europe Group (acquired by GoDaddy last April).
mhawke replied on at Permalink Reply
mhawke
I would simply open a support ticket with your host to see what's missing from their PHP setup.
JohntheFish replied on at Permalink Reply
JohntheFish
Yes, looks like some php extensions are missing.
jasteele12 replied on at Permalink Reply
jasteele12
Since I have never seen a /usr/local/php-5.6.37-flock/ directory anywhere, I'm going to stick with my initial "guess" that there is a php.ini, php.rc or such left over from the previous host.

The new host may not even have PHP 5.6 installed. You would get the same results running PHP 7.2 and using an old 5.6 php.ini file.

If such basic extensions as GD and curl were broken, they would be swamped in PHP support tickets...
mhawke replied on at Permalink Reply
mhawke
Regardless, I don't think this is a concrete5 issue so the support ticket remains the most viable solution, I think.
jasteele12 replied on at Permalink Reply
jasteele12
Some people don't want to deal with their hosting support ;)

Weird that someone marked this posting as spaham?