Show Posts

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.


Messages - TheEAK

Pages: [1]
1
PHP / Re: suPHP - 500 Internal Server Error
« on: July 04, 2019, 01:35:29 AM »
Hello Friends.

i solved this error.
our server was giving error Mismatch between target UID (525) and UID (99) of file /usr/local/apache/htdocs/roundcube/index.php.

suPHP_UserGroup nobody needs to be added to suphp.conf.
but when adding this, the system appends the file to the end.
This is the source of the problem.
<Directory />

* other expressions
suPHP_UserGroup nobody nobody
*
</ Directory>
if this happens, the problem is corrected

my suphp.conf file.

LoadModule suphp_module modules / mod_suphp.so
suPHP_Engine on
AddType application / x-httpd-php .php5 .php4 .php .php3
<Directory />
suPHP_AddHandler application / x-httpd-php
        suPHP_AddHandler application / x-httpd-php44
        suPHP_AddHandler application / x-httpd-php52
        suPHP_AddHandler application / x-httpd-php53
        suPHP_AddHandler application / x-httpd-php54
        suPHP_AddHandler application / x-httpd-php55
        suPHP_AddHandler application / x-httpd-php56
        suPHP_AddHandler application / x-httpd-php7
        suPHP_AddHandler application / x-httpd-php70
        suPHP_AddHandler application / x-httpd-php71
        suPHP_AddHandler application / x-httpd-php72
        suPHP_UserGroup nobody nobody
</ Directory>

2
CentOS-WebPanel GUI / Re: User Panel Not Working
« on: February 06, 2018, 05:43:14 PM »
hello,

service cwpsrv restart

and  userpanel is working

Thanks everyone

3
CentOS-WebPanel GUI / User Panel Not Working
« on: February 06, 2018, 02:01:22 PM »
Hello;

My user panel is not working,
-mail account is empty (not showing or not adding)
-mysqlmanager is empty (not showing or not adding)
vs..

cwp user panel not true working.


4
CentOS 6 Problems / Re: CentOS6 Upgrade
« on: September 08, 2017, 12:42:44 AM »
Hi,
My cwp version is  0.9.8.155
trying  upgrade  cwp but not working.

Code: [Select]
extracting: phpMyAdmin-4.6.6-all-languages/themes/pmahomme/screen.png
  inflating: phpMyAdmin-4.6.6-all-languages/themes/pmahomme/sprites.lib.php
  inflating: phpMyAdmin-4.6.6-all-languages/themes/sprites.css.php
  inflating: phpMyAdmin-4.6.6-all-languages/themes/svg_gradient.php
  inflating: phpMyAdmin-4.6.6-all-languages/transformation_overview.php
  inflating: phpMyAdmin-4.6.6-all-languages/transformation_wrapper.php
  inflating: phpMyAdmin-4.6.6-all-languages/url.php
  inflating: phpMyAdmin-4.6.6-all-languages/user_password.php
  inflating: phpMyAdmin-4.6.6-all-languages/version_check.php
  inflating: phpMyAdmin-4.6.6-all-languages/view_create.php
  inflating: phpMyAdmin-4.6.6-all-languages/view_operations.php
Seems like something went wrong
If you have problem with CWP try run cwpsrv.sh restore

Then, http://xxx.xxx.xxx.xxx:2030 is white screen.

i dont upgrade cwp , try , try agin. but not upgrade.

Pages: [1]