![]() |
|
Problems After PHP7 upgrade - Printable Version +- Sentora Support Forums (https://senforums.mach-hosting.com) +-- Forum: Sentora Forum Archives (https://senforums.mach-hosting.com/forumdisplay.php?fid=5) +--- Forum: Sentora Public Support Forums v1.0.x (https://senforums.mach-hosting.com/forumdisplay.php?fid=32) +---- Forum: General Support Forum v1.0.x (https://senforums.mach-hosting.com/forumdisplay.php?fid=36) +---- Thread: Problems After PHP7 upgrade (/showthread.php?tid=11690) |
Problems After PHP7 upgrade - bloods - 11-21-2019 Hi all sorry for my bad english, i know sentora developers dont support php 7 upgrade, but new version of wp required it. i am updated my php to 7.3 via link (centos 6.8) https://github.com/Dukecitysolutions/sentora-php7-upgrade and my domain working fine before php7 upgrade redirected directly to sentora panel, i check dns records and all is ok please help me. ps: i am added new other domains, but not connecting to host(all dns records is correct) thank you RE: Problems After PHP7 upgrade - Ron-e - 11-22-2019 Trying to notify @[Jettaman] , it's his script RE: Problems After PHP7 upgrade - FernandoGarcia - 11-23-2019 Hi! It should be wrong Vhost config. Take a look at: /etc/sentora/configs/apache/httpd-vhosts.conf Maybe for centOS the path is different. The panel section should be like this: Code: # Configuration for Sentora control panel.
<VirtualHost *:80>
ServerAdmin zadmin@localhost
DocumentRoot "/etc/sentora/panel/"
ServerName panel.domain.com
<Directory "/etc/sentora/panel/">
Options +FollowSymLinks -Indexes
AllowOverride All
Require all granted
</Directory>
AddType application/x-httpd-php .php
php_admin_value sp.configuration_file "/etc/sentora/configs/php/sp/sentora.rules"
ErrorLog "/var/sentora/logs/sentora-error.log"
CustomLog "/var/sentora/logs/sentora-access.log" combined
CustomLog "/var/sentora/logs/sentora-bandwidth.log" common
ErrorDocument 510 /etc/static/errorpages/510.html
ErrorDocument 404 /etc/static/errorpages/404.html
ErrorDocument 403 /etc/static/errorpages/403.html
ErrorDocument 500 /etc/static/errorpages/500.html
</VirtualHost>Best regards. RE: Problems After PHP7 upgrade - Jettaman - 12-03-2019 (11-21-2019, 02:57 PM)bloods Wrote: Hi all sorry for my bad english, i know sentora developers dont support php 7 upgrade, but new version of wp required it. Hi Bloods, I see you are testing out the unreleased version of my new Sentora with php7. Surprised you didnt just reach out to me directly. Sentora Team will not help with custom code. Im here to tho. Please contact me by email by clicking here for support on this matter. Also i have to ask. Is this a test system or production system??? I hope you read the Warning about this is not for production systems testing only. SUPPORT PAGE : http://sentora.dukecitysolutions.com |