Author Topic: After update cannot install any php versions  (Read 86 times)

mitecnico and 1 Guest are viewing this topic.

Offline
*
After update cannot install any php versions
« on: Today at 05:27:31 AM »
After updating I notice that my php selector 3 is not working

If I select the versiones for instance php 7.4, the button "save and build" stays disabled

And if I want to "Mange options" it stays loading the options but any show up

I cannot install any php version, can you guys help me out.

Online
**
Re: After update cannot install any php versions
« Reply #1 on: Today at 09:40:11 AM »
# 1. Temporarily remove the immutable flag on the design directory
chattr -i /usr/local/cwpsrv/htdocs/admin/design

# 2. Create the missing directory path
mkdir -p /usr/local/cwpsrv/htdocs/admin/design/charts/sparklines

# 3. Symlink the existing plugin file to the expected path
ln -s /usr/local/cwpsrv/htdocs/admin/design/plugins/charts/sparkline/jquery.sparkline.js /usr/local/cwpsrv/htdocs/admin/design/charts/sparklines/jquery.sparkline.js

# 4. Re-enable immutable flag to protect the directory
chattr +i /usr/local/cwpsrv/htdocs/admin/design

try this worked on my test maschine