<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[PHP version]]></title><description><![CDATA[<p dir="auto">I need to run WordPress in a PHP 8.1 environment<br />
I see that the default is PHP 7.4<br />
How do I switch to PHP 8.1?</p>
]]></description><link>https://forum.cloudron.io/topic/7627/php-version</link><generator>RSS for Node</generator><lastBuildDate>Tue, 14 Jul 2026 09:36:17 GMT</lastBuildDate><atom:link href="https://forum.cloudron.io/topic/7627.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 06 Sep 2022 19:38:42 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to PHP version on Wed, 14 Sep 2022 14:37:38 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/nebulon" aria-label="Profile: nebulon">@<bdi>nebulon</bdi></a> I unzipped before uploading the content via drag &amp; drop into the file manager window.</p>
]]></description><link>https://forum.cloudron.io/post/53397</link><guid isPermaLink="true">https://forum.cloudron.io/post/53397</guid><dc:creator><![CDATA[humpty]]></dc:creator><pubDate>Wed, 14 Sep 2022 14:37:38 GMT</pubDate></item><item><title><![CDATA[Reply to PHP version on Wed, 14 Sep 2022 08:38:30 GMT]]></title><description><![CDATA[<p dir="auto">@humptydumpty <a class="plugin-mentions-user plugin-mentions-a" href="/user/robi" aria-label="Profile: robi">@<bdi>robi</bdi></a> was right. All files had root as owner <img src="https://forum.cloudron.io/assets/plugins/nodebb-plugin-emoji/emoji/android/1f642.png?v=89a4d722c03" class="not-responsive emoji emoji-android emoji--slightly_smiling_face" style="height:23px;width:auto;vertical-align:middle" title=":)" alt="🙂" /></p>
]]></description><link>https://forum.cloudron.io/post/53385</link><guid isPermaLink="true">https://forum.cloudron.io/post/53385</guid><dc:creator><![CDATA[kris]]></dc:creator><pubDate>Wed, 14 Sep 2022 08:38:30 GMT</pubDate></item><item><title><![CDATA[Reply to PHP version on Wed, 14 Sep 2022 08:08:15 GMT]]></title><description><![CDATA[<p dir="auto">@humptydumpty did you upload a zip/tar and used the extract feature or just dropped the folder into the filemanager?</p>
]]></description><link>https://forum.cloudron.io/post/53380</link><guid isPermaLink="true">https://forum.cloudron.io/post/53380</guid><dc:creator><![CDATA[nebulon]]></dc:creator><pubDate>Wed, 14 Sep 2022 08:08:15 GMT</pubDate></item><item><title><![CDATA[Reply to PHP version on Tue, 13 Sep 2022 21:32:30 GMT]]></title><description><![CDATA[<p dir="auto">@humptydumpty because you uploaded it as root (over the web-ui I guess). Open the apps console and upload the file there. Use <code>chown -R www-data:www-data /directory/path</code> to take ownership or use www-data as executing console user in the first place by using <code> sudo su www-data</code> <img src="https://forum.cloudron.io/assets/plugins/nodebb-plugin-emoji/emoji/android/1f642.png?v=89a4d722c03" class="not-responsive emoji emoji-android emoji--slightly_smiling_face" style="height:23px;width:auto;vertical-align:middle" title=":)" alt="🙂" /></p>
]]></description><link>https://forum.cloudron.io/post/53365</link><guid isPermaLink="true">https://forum.cloudron.io/post/53365</guid><dc:creator><![CDATA[subven]]></dc:creator><pubDate>Tue, 13 Sep 2022 21:32:30 GMT</pubDate></item><item><title><![CDATA[Reply to PHP version on Tue, 13 Sep 2022 17:43:32 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/nebulon" aria-label="Profile: nebulon">@<bdi>nebulon</bdi></a> Noted! I uploaded a WP plugin twice (1339 files each run) and it worked without any issues. However, the permissions are set to ROOT unlike the other plugins which are www-data. Changing the file ownership to www-data worked fine so all's good! Is there a technical reason why it defaults to root?</p>
<p dir="auto"><img src="/assets/uploads/files/1663089609348-screenshot-2022-09-13-121332-resized.png" alt="Screenshot 2022-09-13 121332.png" class=" img-fluid img-markdown" /></p>
<p dir="auto"><img src="/assets/uploads/files/1663089620017-screenshot-2022-09-13-121409-resized.png" alt="Screenshot 2022-09-13 121409.png" class=" img-fluid img-markdown" /></p>
<p dir="auto"><img src="/assets/uploads/files/1663089695952-screenshot-2022-09-13-122118.png" alt="Screenshot 2022-09-13 122118.png" class=" img-fluid img-markdown" /></p>
]]></description><link>https://forum.cloudron.io/post/53361</link><guid isPermaLink="true">https://forum.cloudron.io/post/53361</guid><dc:creator><![CDATA[humpty]]></dc:creator><pubDate>Tue, 13 Sep 2022 17:43:32 GMT</pubDate></item><item><title><![CDATA[Reply to PHP version on Tue, 13 Sep 2022 17:10:38 GMT]]></title><description><![CDATA[<p dir="auto">@humptydumpty maybe you could open the webinspector of the browser in that tab an check if the console shows any errors. The console output is always shown even if the inspector is only opened later.</p>
]]></description><link>https://forum.cloudron.io/post/53360</link><guid isPermaLink="true">https://forum.cloudron.io/post/53360</guid><dc:creator><![CDATA[nebulon]]></dc:creator><pubDate>Tue, 13 Sep 2022 17:10:38 GMT</pubDate></item><item><title><![CDATA[Reply to PHP version on Tue, 13 Sep 2022 16:53:52 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/nebulon" aria-label="Profile: nebulon">@<bdi>nebulon</bdi></a> I just reupload the files and it goes through the second time. I don't upload often but I'll give it a shot and report back. It might be a Firefox only issue; ublock origin and privacy settings cause all sorts of weird things that I've learned to ignore which is why I haven't reported this.. officially that is <img src="https://forum.cloudron.io/assets/plugins/nodebb-plugin-emoji/emoji/android/1f642.png?v=89a4d722c03" class="not-responsive emoji emoji-android emoji--slightly_smiling_face" style="height:23px;width:auto;vertical-align:middle" title=":)" alt="🙂" /></p>
<p dir="auto">Here's some more details of what happens though. Say I'm uploading a WP theme through the file manager. The loading bar would get to 40% and then stop. I'll leave it running for a while with no change there. I'm not sure if it's a visual bug or the files aren't actually uploaded but I just refresh the page, drop the files for upload again and it works fine the second time. This has happened more than once (iirc it happens on every upload but like I said, I don't upload often).</p>
]]></description><link>https://forum.cloudron.io/post/53359</link><guid isPermaLink="true">https://forum.cloudron.io/post/53359</guid><dc:creator><![CDATA[humpty]]></dc:creator><pubDate>Tue, 13 Sep 2022 16:53:52 GMT</pubDate></item><item><title><![CDATA[Reply to PHP version on Tue, 13 Sep 2022 16:27:09 GMT]]></title><description><![CDATA[<p dir="auto">@humptydumpty do you have a way to reproduce the filemanager getting stuck? This should ideally get fixed then.</p>
]]></description><link>https://forum.cloudron.io/post/53356</link><guid isPermaLink="true">https://forum.cloudron.io/post/53356</guid><dc:creator><![CDATA[nebulon]]></dc:creator><pubDate>Tue, 13 Sep 2022 16:27:09 GMT</pubDate></item><item><title><![CDATA[Reply to PHP version on Tue, 13 Sep 2022 15:53:18 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/kris" aria-label="Profile: kris">@<bdi>kris</bdi></a> the CR file manager gets stuck sometimes when I'm uploading stuff so it's possible you have missing/corrupted files or the manager assigned the wrong permissions as Robi suggested.</p>
]]></description><link>https://forum.cloudron.io/post/53355</link><guid isPermaLink="true">https://forum.cloudron.io/post/53355</guid><dc:creator><![CDATA[humpty]]></dc:creator><pubDate>Tue, 13 Sep 2022 15:53:18 GMT</pubDate></item><item><title><![CDATA[Reply to PHP version on Tue, 13 Sep 2022 11:35:36 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/robi" aria-label="Profile: robi">@<bdi>robi</bdi></a> I too encountered something like this for the first time. I installed WP manually uploading files through file manager. Standard installation. suddenly such a surprise, I have to enter FTP login credentials <img src="https://forum.cloudron.io/assets/plugins/nodebb-plugin-emoji/emoji/android/1f642.png?v=89a4d722c03" class="not-responsive emoji emoji-android emoji--slightly_smiling_face" style="height:23px;width:auto;vertical-align:middle" title=":)" alt="🙂" /></p>
]]></description><link>https://forum.cloudron.io/post/53328</link><guid isPermaLink="true">https://forum.cloudron.io/post/53328</guid><dc:creator><![CDATA[kris]]></dc:creator><pubDate>Tue, 13 Sep 2022 11:35:36 GMT</pubDate></item><item><title><![CDATA[Reply to PHP version on Tue, 13 Sep 2022 08:42:06 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-group plugin-mentions-a" href="/groups/staff" aria-label="Profile: staff">@<bdi>staff</bdi></a> does the WP dev base image contain PHP 8.1? If not, can you update it?<br />
That would simplify the issue here.</p>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/kris" aria-label="Profile: kris">@<bdi>kris</bdi></a> that's odd about FTP, as all my WP installs never ask for such, and just install plugins with a click.</p>
<p dir="auto">Perhaps your permissions are wrong so it prompts for alternate ways?</p>
<p dir="auto">You can always install things manually through the Cloudron built in File Manager or the Terminal. It's in the App config section of the Cloudron UI (gear icon).</p>
]]></description><link>https://forum.cloudron.io/post/53321</link><guid isPermaLink="true">https://forum.cloudron.io/post/53321</guid><dc:creator><![CDATA[robi]]></dc:creator><pubDate>Tue, 13 Sep 2022 08:42:06 GMT</pubDate></item><item><title><![CDATA[Reply to PHP version on Tue, 13 Sep 2022 08:05:08 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/robi" aria-label="Profile: robi">@<bdi>robi</bdi></a> I tried, but after installing WordPress, when trying to install a plugin, a theme, an update... WordPress wants you to provide FTP / FTPS account credentials.</p>
<p dir="auto">The problem is that LAMP gives access by SFTP so I am unable to install, remove or update anything in WordPress. WordPress as it is is useless <img src="https://forum.cloudron.io/assets/plugins/nodebb-plugin-emoji/emoji/android/1f61e.png?v=89a4d722c03" class="not-responsive emoji emoji-android emoji--disappointed" style="height:23px;width:auto;vertical-align:middle" title=":(" alt="😞" /></p>
]]></description><link>https://forum.cloudron.io/post/53315</link><guid isPermaLink="true">https://forum.cloudron.io/post/53315</guid><dc:creator><![CDATA[kris]]></dc:creator><pubDate>Tue, 13 Sep 2022 08:05:08 GMT</pubDate></item><item><title><![CDATA[Reply to PHP version on Tue, 06 Sep 2022 20:48:56 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/kris" aria-label="Profile: kris">@<bdi>kris</bdi></a> use the LAMP app.</p>
]]></description><link>https://forum.cloudron.io/post/53081</link><guid isPermaLink="true">https://forum.cloudron.io/post/53081</guid><dc:creator><![CDATA[robi]]></dc:creator><pubDate>Tue, 06 Sep 2022 20:48:56 GMT</pubDate></item></channel></rss>