<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Control WebPanel Wiki &#187; CWP Expired</title>
	<atom:link href="https://wiki.centos-webpanel.com/tag/cwp-expired/feed" rel="self" type="application/rss+xml" />
	<link>https://wiki.centos-webpanel.com</link>
	<description>CentOS WebPanel Wiki</description>
	<lastBuildDate>Wed, 12 Feb 2025 20:38:16 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=4.1.1</generator>
	<item>
		<title>CWP Expired: Error 500</title>
		<link>https://wiki.centos-webpanel.com/cwp-expired-error-500</link>
		<comments>https://wiki.centos-webpanel.com/cwp-expired-error-500#comments</comments>
		<pubDate>Fri, 23 Jun 2023 10:43:58 +0000</pubDate>
		<dc:creator><![CDATA[publisher]]></dc:creator>
				<category><![CDATA[Updates]]></category>
		<category><![CDATA[cron.php]]></category>
		<category><![CDATA[CWP Expired]]></category>
		<category><![CDATA[Error 500]]></category>

		<guid isPermaLink="false">http://wiki.centos-webpanel.com/?p=1840</guid>
		<description><![CDATA[If you are getting error 500 when trying to access CWP that means that for some reason your CWP automatic updates don't work Example Error message: PHP Fatal error: The encoded file /usr/local/cwpsrv/htdocs/resources/admin/include/cron.php has expired. in Unknown on line 0 The solution is to manually update CWP from the bash shell. cd /usr/local/cwpsrv/htdocs chattr -i [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>If you are getting error 500 when trying to access CWP that means that for some reason your CWP automatic updates don't work</p>
<p><strong>Example Error message:</strong></p>
<pre>PHP Fatal error: 
The encoded file /usr/local/cwpsrv/htdocs/resources/admin/include/cron.php has expired.
 in Unknown on line 0</pre>
<p>The solution is to manually update CWP from the bash shell.</p>
<pre>cd /usr/local/cwpsrv/htdocs
chattr -i -R /usr/local/cwpsrv/htdocs/admin
wget static.cdn-cwp.com/files/cwp/el7/cwp-el7-0.9.8.1160.zip
unzip -o -q cwp-el7-0.9.8.1160.zip
rm -f cwp-el7-0.9.8.1160.zip

cd /usr/local/cwpsrv/var/services/
wget static.cdn-cwp.com/files/cwp/el7/cwp-services.zip
unzip -o -q cwp-services.zip
rm -f cwp-services.zip</pre>
<p>Don't forget to change the version from this example <strong>0.9.8.1160</strong> to the latest version which you can find on this link:</p>
<p>https://control-webpanel.com/changelog</p>
<p>Make sure that you check after this if your automatic updates work.</p>
]]></content:encoded>
			<wfw:commentRss>https://wiki.centos-webpanel.com/cwp-expired-error-500/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
