RE: ZPanel unable to update to 10.1.1
08-31-2014, 02:42 AM
(This post was last modified: 08-31-2014, 03:11 AM by mhost.)
Hi Both,
When I tried to install curl I got as I expected a message to say it was already installed.
I've followed the instructions re doing the update the old fashioned way and now following the reboot ZPanel is completely unaccessible.
Please help. Thanks in advance
I've just tried to do it again just in case there was a bug anywhere. It asks for the mySQL password which I've entered and it confirms the connection is ok then it says:
Not sure if that helps to diagnose the problem?
Thanks again in advance
Hi,
I've had a look at line 37 of httpd-vhosts.conf as below.
Line 37 states:
Not sure if this is relevant but have included as starts with the same command, line 38 states:
Thanks again
When I tried to install curl I got as I expected a message to say it was already installed.
I've followed the instructions re doing the update the old fashioned way and now following the reboot ZPanel is completely unaccessible.
Please help. Thanks in advance
I've just tried to do it again just in case there was a bug anywhere. It asks for the mySQL password which I've entered and it confirms the connection is ok then it says:
Code:
ZPanel will now update from to , are you sure (y/n)? y
Downloading ZPanel, Please wait, this may take several minutes, the installer will continue after this is complete!
Initialized empty Git repository in /root/zpanelx/.git/
error: while accessing https://github.com/zpanel/zpanelx.git/info/refs
fatal: HTTP request failed
./10_1_1.sh: line 124: cd: zpanelx/: No such file or directory
fatal: Not a git repository (or any of the parent directories): .git
fatal: Not a git repository (or any of the parent directories): .git
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
Error: Cannot find a valid baseurl for repo: zpanel-base
Could not retrieve mirrorlist https://github.com/zpanel/installers/raw/master/install/CentOS/6/mirror/x86_64 error was
14: PYCURL ERROR 77 - "Problem with the SSL CA cert (path? access rights?)"
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
Error: Cannot find a valid baseurl for repo: zpanel-base
Could not retrieve mirrorlist https://github.com/zpanel/installers/raw/master/install/CentOS/6/mirror/x86_64 error was
14: PYCURL ERROR 77 - "Problem with the SSL CA cert (path? access rights?)"
cat: /etc/zpanel/panel/etc/build/config_packs/centos_6_3/zpanelx-update//sql/*.sql: No such file or directory
bash: /etc/zpanel/panel/etc/build/config_packs/centos_6_3/zpanelx-update//shell/*.sh: No such file or directory
sed: can't read /etc/php.ini: No such file or directory
Stopping httpd: [FAILED]
Starting httpd: Syntax error on line 37 of /etc/zpanel/configs/apache/httpd-vhosts.conf:
Invalid command 'php_admin_value', perhaps misspelled or defined by a module not included in the server configuration
[FAILED]
Shutting down postfix: [ OK ]
Starting postfix: [ OK ]
Stopping Dovecot Imap: [ OK ]
Starting Dovecot Imap: [ OK ]
Stopping crond: [ OK ]
Starting crond: [ OK ]
Stopping mysqld: [ OK ]
Starting mysqld: [ OK ]
Stopping named: . [ OK ]
Starting named: [ OK ]
Shutting down proftpd: [ OK ]
Starting proftpd: [ OK ]
Stopping atd: [ OK ]
Starting atd: [ OK ]
./10_1_1.sh: line 179: php: command not found
###################################################################
# Please read and note down any update errors and messages below: #
#
#
# #
###################################################################
Restart your server now to complete the upgrade (y/n)?
Not sure if that helps to diagnose the problem?
Thanks again in advance
Hi,
I've had a look at line 37 of httpd-vhosts.conf as below.
Line 37 states:
Code:
php_admin_value open_basedir "/var/zpanel/hostdata/zadmin/public_html/MYDOMAINDIRECTORY:/var/zpanel/temp/"
Not sure if this is relevant but have included as starts with the same command, line 38 states:
Code:
php_admin_value suhosin.executor.func.blacklist "passthru, show_source, shell_exec, system, pcntl_exec, popen, pclose, proc_open, proc_nice, proc_terminate, proc_get_status, proc_close, leak, apache_child_terminate, posix_kill, posix_mkfifo, posix_setpgid, posix_setsid, posix_setuid, escapeshellcmd, escapeshellarg, exec"
Thanks again