This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
256
PHP Selector / Re: Uninstall PHP 5.6
« on: March 25, 2017, 02:24:32 PM »
simply delete it from /opt folder
257
CentOS-WebPanel Bugs / Re: Issue with CWP Admin interface
« on: March 24, 2017, 12:47:22 PM »
please contact us so we can check it
http://centos-webpanel.com/contact
http://centos-webpanel.com/contact
258
CentOS 6 Problems / Re: CentOS6 Upgrade
« on: March 22, 2017, 02:38:36 PM »
have you checked do you have any issue with the one ?
259
CentOS 6 Problems / Re: CentOS6 Upgrade
« on: March 22, 2017, 02:21:06 PM »The strange part is that the blow fish secret is filled already at
usr/local/apache/htdocs/phpmyadmin/config.inc.php
this location is not in use anymore so you can delete that folder
/usr/local/apache/htdocs/phpmyadmin/
and use new link for phpmyadmin inside your cwp
260
MySQL / Re: After updating CWP get this MySQL errors
« on: March 22, 2017, 11:25:18 AM »Dose not work, get after restart or stop this:
Stopping httpd: [FAILED]
Starting httpd: httpd: Syntax error on line 507 of /usr/local/apache/conf/httpd.conf: Syntax error on line 5 of /usr/local/apache/conf.d/mod_security.conf: Cannot load modules/mod_security2.so into server: /usr/local/apache/modules/mod_security2.so: undefined symbol: apr_crypto_block_cleanup
[FAILED]
you can simply delete that file and then install again mod security from CWP
Code: [Select]
rm -f /usr/local/apache/conf.d/mod_security.conf
service httpd restart
261
CentOS 6 Problems / Re: Unable to reset user account password
« on: March 22, 2017, 11:22:31 AM »
for start try to upgrade your cwp, here are instructions for that
http://forum.centos-webpanel.com/centos-6-problems/centos6-upgrade/
http://forum.centos-webpanel.com/centos-6-problems/centos6-upgrade/
262
CentOS 6 Problems / Re: Unable to reset user account password
« on: March 22, 2017, 08:07:50 AM »
can you include some screenshot ?
264
Information / Re: Note able to open file manager in CWP7
« on: March 20, 2017, 11:45:46 AM »
contact our support to check on your server
http://centos-webpanel.com/contact
http://centos-webpanel.com/contact
265
Information / Re: Note able to open file manager in CWP7
« on: March 20, 2017, 10:20:59 AM »
under users in admin panel try to fix permissions for nobody user....you should also check logs files, all logg files are listed on the wiki
266
CentOS 6 Problems / Re: CentOS6 Upgrade
« on: March 15, 2017, 10:25:26 PM »
have you tried to rebuild apache from cwp ?
check that apr, apr-util and devel packages are installed from cwp repository by using this command
check that apr, apr-util and devel packages are installed from cwp repository by using this command
Code: [Select]
yum list installed|grep apr
267
CentOS 6 Problems / Re: CentOS6 Upgrade
« on: March 15, 2017, 01:38:22 PM »
this is because now different webserver is used for serving server services like phpmyadmin and roundcube so its not more under apache.
But we will check what can be done to have that proxy/alias mode.
But we will check what can be done to have that proxy/alias mode.
268
Updates / Re: CWP6 0.9.8.183 for CentOS 6 released (28.02.2017)
« on: March 15, 2017, 08:27:58 AM »
info for cwp ver 153 upgrade
http://forum.centos-webpanel.com/centos-6-problems/centos6-upgrade/
http://forum.centos-webpanel.com/centos-6-problems/centos6-upgrade/
269
CentOS 6 Problems / CentOS6 Upgrade
« on: March 14, 2017, 08:24:48 PM »
THIS ARE UPGRADE INSTRUCTIONS ONLY FOR CWP VERSION 0.9.8.1xx or lower
This is now critical issue as old version 0.9.8.1xx will completely expire soon and some of the important server services like backups and monitoring will stop working!
Procedure
===============
- Make sure that you are running CWP version 0.9.8.15x before proceedMySQL!!!
- Check your mysql version, you need to have mysql version 5.5 or higher (command: mysql --version)
- If your MySQL version is 5.1 or less than 5.5 then you need to upgrade MySQL by using MySQL upgrade script (instructions are bellow)
- Switch your server to Apache only mode in WebServers menu (you need to disable nginx and varnish, instructions are bellow )
- Download and Run CWP upgrade script (instructions are bellow)
- Download and Run Apache Upgrade script (instructions are bellow)
MySQL Upgrade (NOT required if you have MariaDB or MySQL 5.5 or newer)
- Before running any mysql upgrade please make sure you have backups of your databases, if you have cwp backups enabled then you should also have backups, but please check before proceeding.
CWP Upgrade script
- Download and Run CWP upgrade script
Apache Upgrade script
- Before running apache upgrade script, login into cwp.admin and check that you are running apache only under Apache Settings --> Select WebServers, don't forget to rebuild vhosts also.
- Download and Run Apache upgrade script
If something goes wrong with you apache try also this command
RESTORE
If something goes wrong you can restore your apache/cwpsrv with the command
*** Please note that it would be good that you have some system admin at your side before proceeding
If you stuck somewhere you can restore your current version and/or contact our support for assistance.
http://centos-webpanel.com/contact
This is now critical issue as old version 0.9.8.1xx will completely expire soon and some of the important server services like backups and monitoring will stop working!
Procedure
===============
- Make sure that you are running CWP version 0.9.8.15x before proceedMySQL!!!
- Check your mysql version, you need to have mysql version 5.5 or higher (command: mysql --version)
- If your MySQL version is 5.1 or less than 5.5 then you need to upgrade MySQL by using MySQL upgrade script (instructions are bellow)
- Switch your server to Apache only mode in WebServers menu (you need to disable nginx and varnish, instructions are bellow )
- Download and Run CWP upgrade script (instructions are bellow)
- Download and Run Apache Upgrade script (instructions are bellow)
MySQL Upgrade (NOT required if you have MariaDB or MySQL 5.5 or newer)
- Before running any mysql upgrade please make sure you have backups of your databases, if you have cwp backups enabled then you should also have backups, but please check before proceeding.
Code: [Select]
cd /usr/local/src
wget http://dl1.centos-webpanel.com/files/el6/cwpupgrade/mysql.sh
sh mysql.shCWP Upgrade script
- Download and Run CWP upgrade script
Code: [Select]
cd /usr/local/src
wget http://dl1.centos-webpanel.com/files/el6/cwpupgrade/cwpsrv.sh
sh cwpsrv.shApache Upgrade script
- Before running apache upgrade script, login into cwp.admin and check that you are running apache only under Apache Settings --> Select WebServers, don't forget to rebuild vhosts also.
- Download and Run Apache upgrade script
Code: [Select]
cd /usr/local/src
wget http://dl1.centos-webpanel.com/files/el6/cwpupgrade/apache.sh
sh apache.shIf something goes wrong with you apache try also this command
Code: [Select]
yum reinstall cwp-httpd cwp-suphp
RESTORE
If something goes wrong you can restore your apache/cwpsrv with the command
Code: [Select]
cd /usr/local/src
sh cwpsrv.sh restore
sh apache.sh restore*** Please note that it would be good that you have some system admin at your side before proceeding

If you stuck somewhere you can restore your current version and/or contact our support for assistance.
http://centos-webpanel.com/contact
270
Installation / Re: Installation FAILED at pure-ftpd
« on: March 14, 2017, 07:36:18 PM »
contact us here and we will install it, please make sure you have clean system before
http://centos-webpanel.com/contact
http://centos-webpanel.com/contact
