bocagua @Adam Hi, I have an environment with 350 websites and 15 servers in production. Do you recommend that I upgrade now or should I wait a little longer? Thank you very much
Adam Laravel is just a PHP framework, it will work fine on Enhance. The upgrade tool sets all document root permissions when you run v12-upgrade upgrade-app-server but it could be that the document root is symlinked to another location. If so, set the group owner of that directory to www-data and it should fix the problem.
aymanaaoun Adam I was able to find the problem, it was file permission errors. On another note, unique_id_module was commented in my apache2 conf, not sure why, I re-enabled it. this was needed for ModSecurity
boltflare aymanaaoun Thank you for your response. I was able to fix my issue using @Adam recommendation Adam If so, set the group owner of that directory to www-data and it should fix the problem. Thank you dear, Everything is fixed. Adam Send a support ticket, we will help you.
boltflare Adam aymanaaoun Still haven't figured out. I am using Openlitespeed and other websites on this server are working fine. Just WHMCS has issue *****@*******:/# tail -f /var/local/enhance/webserver_logs/eff636c5-f**************bb24b8.log "209.222.107.178" "1739458265" "GET / HTTP/2" "403" "0" "712" "-" "HetrixTools Uptime Monitoring Bot. https://hetrix.tools/uptime-monitoring-bot.html" "185.174.110.102" "1739458273" "GET / HTTP/2" "403" "0" "712" "-" "HetrixTools Uptime Monitoring Bot. https://hetrix.tools/uptime-monitoring-bot.html" "116.71.167.107" "1739458276" "GET / HTTP/1.1" "403" "0" "0" "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36" "116.71.167.107" "1739458277" "GET /favicon.ico HTTP/1.1" "403" "0" "0" "https://my.boltflare.com/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36"
aymanaaoun boltflare Check tail -f /var/log/apache2/error.log does it show any errors? Most probably it could be permission errors (that was for my case). I had to: cd /var/www/<website_uuid>/public_html chmod -R 755 . find . -type f -exec chmod 644 {} \; find . -type d -exec chmod 755 {} \; chown -R <user>:99 . Run above with cautious, as you have to correctly replace the website uuid and <user>
Zoinkies Thank you @Adam @Aliysa_Enhance, going to wait a day or so for fixes to be pushed before updating though!
Kosta Congratulations to the team by the way as I said I done all updates in less than hour with cup of coffee. Without any issues!
franco So far I've had problems with offline sites. The FTP accounts have disappeared and no one can access them. Some customers complain that some websites don't work well. Some sites have database coding problems, etc.
netzen cPFence It also helped me get my sites up and running. But the panel still doesn't work. Probably watch out for the update when you use MariaDB.
netzen Adam orchd is already the newest version (12.0.1) I wrote a support ticket. The websites on the cluster servers were made operational by the mariadb-server installation.