RE: Upgrading ZPanel 10.1.* to Sentora - Alpha/Beta
10-01-2015, 07:43 AM
(This post was last modified: 10-01-2015, 08:00 AM by Ilia.
Edit Reason: a
)
Everything went Good after upgrade !
4 problem found :
1st one change theme name in database after upgrading from /etc/sentora/panel/etc/styles/zpanelx
to
/etc/sentora/panel/etc/styles/Sentora_Default
2nd one : the vhosts probleme :
tried twice and the same errors .
3rd problem, the version shown in sentora is the same version of Zpanel means 10.1.1 Knowing that we are on 1.0.3.
4rth problem : when i launch run daemon the link doesn't exist, when i searched on /panel/modules/ i found a subforlder called modules ,/panel/modules/modules/ wich contain all zpanel modules .
and there is no rundaemon.php under modules/sentoraconfig/code/rundaemon.php
but exists under : modules/modules/zpanelconfig/code/rundaemon.php
That's all
4 problem found :
1st one change theme name in database after upgrading from /etc/sentora/panel/etc/styles/zpanelx
to
/etc/sentora/panel/etc/styles/Sentora_Default
2nd one : the vhosts probleme :
PHP Code:
<Directory "/etc/zpanel/panel/">
DocumentRoot "/etc/zpanel/panel/"
NameVirtualHost *:
NameVirtualHost *:80
Listen
Listen 80
# Configuration for Sentora control panel.
<VirtualHost *:>
ServerAdmin webmaster@......
DocumentRoot ""
ServerName
ErrorLog "/var/zpanel/logs/sentora-error.log"
CustomLog "/var/zpanel/logs/sentora-access.log" combined
CustomLog "/var/zpanel/logs/sentora-bandwidth.log" common
AddType application/x-httpd-php .php
<Directory "">
Options +FollowSymLinks -Indexes
AllowOverride All
Order allow,deny
Allow from all
</Directory>
# Custom settings are loaded below this line (if any exist)
</VirtualHost>
....and my other domaine .....
3rd problem, the version shown in sentora is the same version of Zpanel means 10.1.1 Knowing that we are on 1.0.3.
4rth problem : when i launch run daemon the link doesn't exist, when i searched on /panel/modules/ i found a subforlder called modules ,/panel/modules/modules/ wich contain all zpanel modules .
and there is no rundaemon.php under modules/sentoraconfig/code/rundaemon.php
but exists under : modules/modules/zpanelconfig/code/rundaemon.php
That's all