Try to move a domain from older domain to new domain
was getting error ERROR #1
BIND DNS domain : The following errors were found in the DNS records : zone pcpluscomputing.com/IN: NS 'ns1.pcpluscomputing.com' has no address records (A or AAAA) zone pcpluscomputing.com/IN: not loaded due to errors
ERROR#2 [Sun Oct 09 20:37:30.149198 2016] [fcgid:warn] [pid 25998] (104)Connection reset by peer: [client 66.249.79.105:39161] mod_fcgid: error reading data from FastCGI server Sun Oct 09 20:37:30.149242 2016] [core:error] [pid 25998] [client 66.249.79.105:39161] End of script output before headers: day.php
ERROR #3 NO PHP VERSION FOUND
.. configuration failed : No PHP versions found for mode fcgid at /usr/libexec/webmin/web-lib-funcs.pl line 1427.
ERROR 1 and 2 show one I try to restore something
i was able to fix the error a by adding A record to the bind dns fcgid erro was comming from magic_quotes_gpc Apache website : PHP configuration errors were found in version 5 : Directive 'magic_quotes_gpc' is no longer available in PHP
seems like the message gone away from the screen but website was still not loading so i try to restore a different backup
I am not sure what i did
now i am getting this error no php version found
Please help
Comments
Submitted by andreychek on Sun, 10/09/2016 - 23:16 Comment #1
Howdy -- I believe some of those issues were addressed in your other request. However, I don't believe we discussed this one in your other request:
PHP configuration errors were found in version 5 : Directive 'magic_quotes_gpc' is no longer available in PHP
That's an issue with migrating from an older PHP version to a new one. PHP doesn't support all older config directives.
My suggestion would be to edit the php.ini file for that domain, and to comment out the "magic_quotes_gpc" line. That should enable PHP to work properly.