Author Topic: CWP PRO Panel White blank page cause of cron.php has expired.  (Read 969 times)

0 Members and 1 Guest are viewing this topic.

Offline
*
Good Morning Brothers

CWP PRO Panel White blank page cause of cron.php has expired.
i want to fix it

Code: [Select]
The encoded file /usr/local/cwpsrv/htdocs/resources/admin/include/cron.php has expired.

Online
****
Re: CWP PRO Panel White blank page cause of cron.php has expired.
« Reply #1 on: June 02, 2023, 01:22:59 PM »
You've updated CWP?
Code: [Select]
/scripts/update_cwpAnd make sure IonCube is up to date, as the "encoded" portion of the error refers to CWP's IonCube encoded files:
Code: [Select]
/scripts/update_ioncubeAnd may as well make sure the whole system is up to date:
Code: [Select]
yum -y update

Offline
*
Re: CWP PRO Panel White blank page cause of cron.php has expired.
« Reply #2 on: June 02, 2023, 02:16:49 PM »
when updated CWP
with
/scripts/update_cwp

Get

Code: [Select]
The encoded file /usr/local/cwpsrv/htdocs/resources/admin/include/cron.php has expired.
and after update it manually too

Offline
*
Re: CWP PRO Panel White blank page cause of cron.php has expired.
« Reply #3 on: June 02, 2023, 05:41:06 PM »

Online
****
Re: CWP PRO Panel White blank page cause of cron.php has expired.
« Reply #4 on: June 03, 2023, 02:17:27 AM »
You followed rcschaff's post, following the CentOS 7 steps (carefully)?