Control Web Panel

WebPanel => Updates => Topic started by: luislegacwp23 on July 29, 2026, 05:27:31 AM

Title: After update cannot install any php versions
Post by: luislegacwp23 on July 29, 2026, 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.
Title: Re: After update cannot install any php versions
Post by: zakrpa on July 29, 2026, 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