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.
Pages: [1]
1
CentOS-WebPanel Bugs / Cant log into RoundCube after installing a latest CWP
« on: January 24, 2019, 07:59:40 AM »
Hi,
I have installed a new and latest CWP on CentOs 6, all goes well, but I cannot log into RoundCube; it goes to a blank page:
This page isn’t working
xxx.xxx.xxx.xxx is currently unable to handle this request.
HTTP ERROR 500
I have tried to configure an email account in ThunderBird, it is working - but it can only receive emails; not able to send.
I tried that latest CWP on CentOs 7, the issue remain the same.
I have used previous version of CWP on CentOs 7, it is still working with RoundCube.
I have followed this guide here:
https://forum.centos-webpanel.com/centos-webpanel-bugs/(bug)-roundcube-failed-login-after-upgrade/msg18567/#msg18567
it cant still resolve my above issue as I cannot see "alias" in RoundCube's user.
Can you please help advise how to fix it?
Cheers
Daro
I have installed a new and latest CWP on CentOs 6, all goes well, but I cannot log into RoundCube; it goes to a blank page:
This page isn’t working
xxx.xxx.xxx.xxx is currently unable to handle this request.
HTTP ERROR 500
I have tried to configure an email account in ThunderBird, it is working - but it can only receive emails; not able to send.
I tried that latest CWP on CentOs 7, the issue remain the same.
I have used previous version of CWP on CentOs 7, it is still working with RoundCube.
I have followed this guide here:
https://forum.centos-webpanel.com/centos-webpanel-bugs/(bug)-roundcube-failed-login-after-upgrade/msg18567/#msg18567
it cant still resolve my above issue as I cannot see "alias" in RoundCube's user.
Can you please help advise how to fix it?
Cheers
Daro
2
CentOS-WebPanel Bugs / folder cannot be accessed by IP
« on: July 21, 2018, 06:32:04 PM »
Hi sir,
I am a newbie to CWP panel, but I have great support from this community which is amazing.
I managed to install and configure (including DNS) CWP successfully with the support from the community. However, I still have another issue whether it is a bug or I have missed some configurations.
The issue: after successful installation & config of CWP, I both my domain and its IP can display default CWP page; they are:
http://www.mydomain.com
http://my_server_IP
However, after I uploaded an application to a folder for example:
http://www.mydomain.com/apps/
I can only access that folder via my domain for example: http://www.mydomain.com/apps/
but I cannot access it by IP: http://my_server_IP/apps/ which generates this errors:
Not Found
The requested URL /apps/ was not found on this server.
Here is my DNS record settings:
; Panel %version%
; Zone file for ns1.mydomain.com
$TTL 14400
mydomain.com. 86400 IN SOA ns1.mydomain.com. admin.mydomain.com. (
2013071600 ; serial, todays date+todays
86400 ; refresh, seconds
7200 ; retry, seconds
3600000 ; expire, seconds
86400 ) ; minimum, seconds
mydomain.com. 86400 IN NS ns1.mydomain.com.
mydomain.com. 86400 IN NS ns2.mydomain.com.
ns1 86400 IN A 167.114.xxx.xxx
ns2 86400 IN A 167.114.xxx.xxx
mydomain.com. 86400 IN A 167.114.xxx.xxx
localhost 86400 IN A 127.0.0.1
mydomain.com. 86400 IN MX 0 mydomain.com.
server IN A 167.114.xxx.xxx
www IN A 167.114.xxx.xxx
What config or settings are required so that I can access that folder via both domain and IP?
Cheers
Daro
I am a newbie to CWP panel, but I have great support from this community which is amazing.
I managed to install and configure (including DNS) CWP successfully with the support from the community. However, I still have another issue whether it is a bug or I have missed some configurations.
The issue: after successful installation & config of CWP, I both my domain and its IP can display default CWP page; they are:
http://www.mydomain.com
http://my_server_IP
However, after I uploaded an application to a folder for example:
http://www.mydomain.com/apps/
I can only access that folder via my domain for example: http://www.mydomain.com/apps/
but I cannot access it by IP: http://my_server_IP/apps/ which generates this errors:
Not Found
The requested URL /apps/ was not found on this server.
Here is my DNS record settings:
; Panel %version%
; Zone file for ns1.mydomain.com
$TTL 14400
mydomain.com. 86400 IN SOA ns1.mydomain.com. admin.mydomain.com. (
2013071600 ; serial, todays date+todays
86400 ; refresh, seconds
7200 ; retry, seconds
3600000 ; expire, seconds
86400 ) ; minimum, seconds
mydomain.com. 86400 IN NS ns1.mydomain.com.
mydomain.com. 86400 IN NS ns2.mydomain.com.
ns1 86400 IN A 167.114.xxx.xxx
ns2 86400 IN A 167.114.xxx.xxx
mydomain.com. 86400 IN A 167.114.xxx.xxx
localhost 86400 IN A 127.0.0.1
mydomain.com. 86400 IN MX 0 mydomain.com.
server IN A 167.114.xxx.xxx
www IN A 167.114.xxx.xxx
What config or settings are required so that I can access that folder via both domain and IP?
Cheers
Daro
3
CentOS-WebPanel Bugs / Php errros in CWP panel
« on: July 17, 2018, 10:28:44 AM »
Hi sir,
I have installed CWP on both CentOs 6 64bits and CentOs 7 64bits, both generate php errors in CWP panel. I can confirm that the installation went well without errors, and I managed to create DNS records, a Database, username with password for an application in PhpMyAdmin.
However, these errors are shown in CWP panel for some reasons:
Warning: mysqli::__construct(): (HY000/1049): Unknown database 'oauthv2' in /usr/local/cwpsrv/htdocs/resources/admin/include/functions.php on line 0
Notice: Trying to get property of non-object in /usr/local/cwpsrv/htdocs/resources/admin/include/functions.php on line 0
I also can confirm that I have checked the password in these two files:
$ cat /usr/local/cwpsrv/htdocs/resources/admin/include/db_conn.php
$ cat /root/.my.cnf
they are the same and the same as root mysql password generated by CWP after the installation is complete.
Can you please help guide me how to fix that?
Cheers
Thon
I have installed CWP on both CentOs 6 64bits and CentOs 7 64bits, both generate php errors in CWP panel. I can confirm that the installation went well without errors, and I managed to create DNS records, a Database, username with password for an application in PhpMyAdmin.
However, these errors are shown in CWP panel for some reasons:
Warning: mysqli::__construct(): (HY000/1049): Unknown database 'oauthv2' in /usr/local/cwpsrv/htdocs/resources/admin/include/functions.php on line 0
Notice: Trying to get property of non-object in /usr/local/cwpsrv/htdocs/resources/admin/include/functions.php on line 0
I also can confirm that I have checked the password in these two files:
$ cat /usr/local/cwpsrv/htdocs/resources/admin/include/db_conn.php
$ cat /root/.my.cnf
they are the same and the same as root mysql password generated by CWP after the installation is complete.
Can you please help guide me how to fix that?
Cheers
Thon
Pages: [1]