Control Web Panel

WebPanel => DNS => Topic started by: blue-yu on September 20, 2022, 07:55:58 AM

Title: DNS manager GUI not working
Post by: blue-yu on September 20, 2022, 07:55:58 AM
Hi,

Yesterday I noticed that DNS manager GUI on my Slave DNS Server is not working. It was working last time I was checking, but it was long time ago. When I try to access it I got following error:

This page isn’t working
dns1.*****.net is currently unable to handle this request.
HTTP ERROR 500

Any idea what could be wrong?
Title: Re: DNS manager GUI not working
Post by: blue-yu on September 20, 2022, 08:34:10 AM
Also, by looking at Apache error log i see:

PHP Fatal error:  <br>The encoded file <b>/home/slave/public_html/index.php</b> has expired. in Unknown on line 0

Any idea?
Title: Re: DNS manager GUI not working
Post by: Biswashost on May 29, 2023, 12:36:21 AM
Also, by looking at Apache error log i see:

PHP Fatal error:  <br>The encoded file <b>/home/slave/public_html/index.php</b> has expired. in Unknown on line 0

Any idea?

Hi, you need to use PHP-CGI version not PHP-FPM. So, some how your domain PHP version changed to PHP-FPM & it's stop working. Use PHP-CGI with PHP 5.6 or 7.0 not more above version. Thanks.