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 - Jason

Pages: 1 2 3 [4]
46
CentOS 7 Problems / Re: mcrypt
« on: March 06, 2018, 10:34:41 PM »
You need to goto:
PHP Version Switcher

Select PHP 7.1

and add the tick for mycrypt and rebuild PHP 7.1 it can take up to 15 min

47
CentOS-WebPanel Bugs / Re: 502 Bad Gateway - Admin panel
« on: March 04, 2018, 02:58:30 AM »
You rock thanks man!!  8)

With latest cwp7, This can happen after suspend user

Cause : cwp-phpfpm failed to start
Temporary solution delete file /usr/local/cwp/php71/etc/php-fpm.d/users/suspendenuser.conf

systemctl start cwp-phpfpm

will bring your wonderfull cwp running again..

48
Suggestions / Re: Cwp.user branding logo in CWP.Pro systems.
« on: February 25, 2018, 08:59:55 PM »
That's pretty easy right now:

Just replace /usr/local/cwpsrv/var/services/users/cwp_theme/design/img/cwp_logo.png by the logo you'd like ;)

Problem with that is the logo is overwritten with every update so unless you write a Cron to copy a new logo every 5 min the logo will just change back to original logo after CWP update.

Also you need to keep in mind the Dark theme's Logo.

But yes would be nice to be able to make this change on a permanent basis for pro users. :D

49
CentOS 7 Problems / Re: Can't see users website via http://ip/~user
« on: February 25, 2018, 07:32:55 PM »

I created a new user, but now when I try to go to his website via http://ip/~user2 I got 404 error.

My server is running on Amazon, I activated the NAT Local IP configuration and rebuild the Apache vHosts' but still got this error.


On my Host, also using NAT, it is not allowed to use the IP, I got this feedback from support:
Port 80 can be opened using a reverse proxy approach. You will need to provide your domain name if you want it opened.

50
Information / Re: How to transfer website from cPanel server to CWP
« on: February 02, 2018, 02:01:48 PM »
On first time I followed the tutorial from servermoon, worket great.

Same Here CWP just works!!! :)

51
CentOS 7 Problems / Re: PHPMyAdmin giving 502 Bad gateway
« on: February 01, 2018, 11:44:59 PM »
try to reinstall or update this packages
Code: [Select]
yum reinstall cwpsrv
yum reinstall cwpphp

after that restart this services or reboot the server
Code: [Select]
service cwpsrv restart
service cwp-phpfpm restart

I have this same problem I followed your instructions but I am still getting the same 502 Bad Gateway error when opening MyPHPAdmin from CWP admin and user logins.

52
PHP / Re: Phpmyadmin "502 Bad Gateway" Error
« on: February 01, 2018, 11:33:26 PM »
check that your packages are update and then restart the server
yum -y update

if the issue continues try this
yum reinstall cwpsrv
yum reinstall cwpphp
....after that again restart of the services or reboot

Hi,

I did do this but both Admin side of CWP and User is giving BAD Gateway error :( 

Is there any fix to this yet ?

Regards
jason

Pages: 1 2 3 [4]