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

Pages: 1 ... 84 85 [86] 87 88 89
1276
E-Mail / Re: Can send emails but can't receive
« on: August 21, 2017, 01:04:23 PM »
that should be some simple issue but you would need to check logs about an issue (postfix/dovecot).
http://wiki.centos-webpanel.com/service-log-paths

You can also try to rebuild mail server from cwp and then check incoming emails again.

1277
E-Mail / Re: Certificate not valid
« on: August 21, 2017, 01:02:37 PM »
if you have a valid A record set for your hostname try also check that you have rDNS set with your server provider and then change hostname from cwp.
By changing hostname from cwp if you have an A record for it you will get letsencrypt (autoSSL) certificate installed automatically.

It would be also recommended to rebuild mail server after that, you can do that also from cwp.

1278
DNS / Re: Undefined offset
« on: August 21, 2017, 12:58:53 PM »
try checking your dns zone and if something is missing in it, you can do that by comparing it with the other dns zone.

1279
Information / Re: quota in CWP
« on: August 21, 2017, 12:56:07 PM »
why it wouldn't be alive, I don't see any info about stopped updates or development.
What I know is that very soon new big upgrade will be released which will have complete new user system.

1280
Mod_Security / Re: Returned 403 Fordbidden facebook
« on: August 17, 2017, 11:20:50 PM »
for forbidden error you need to check apache error_log it sounds like mod_security rule issue.

1281
Information / Re: PHPBB 3.2 install problem
« on: August 17, 2017, 11:12:08 PM »
try testing mysql connection from shell and if all works then try checking apache error_log
Code: [Select]
mysql -u USERNAME -pPASSWORD
show databases;

1282
try reinstalling it

Code: [Select]
yum reinstall cwpsrv cwpphp

1283
forced renewal of all certs can be done with this command:
Code: [Select]
/root/.acme.sh/acme.sh --home /root/.acme.sh/cwp_certs --cron --force
or single domain
Code: [Select]
/root/.acme.sh/acme.sh --home /root/.acme.sh/cwp_certs --renew -d www.domain.com --force

1284
try checking file /etc/hosts if you have there your server name set.
If not you can edit that file or try to save your hostname again from CWP hostname change module.

1285
CentOS 7 Problems / Re: Ioncube load error
« on: August 08, 2017, 09:36:51 PM »
I followed your instructions, and they executed without any errors, but the error still pops up constantly in the error log.
Do you have anything else I could try?

try to rebuild php via php switcher in cwp and if this issue continues also after then show output of the
Code: [Select]
php -v

1286
CentOS 7 Problems / Re: List Domains
« on: August 08, 2017, 01:05:58 PM »
sorry don't understand, please clarify and provider screen shot and errors you have.

1287
CentOS 7 Problems / Re: Ioncube load error
« on: August 08, 2017, 01:04:07 PM »
ioncube is supporting php 7.1 from 2nd. August so you need to update your ioncube and restart apache
Quote
2nd Aug 2017 - Loader 10.0.0 released
Loader 10.0.0 released.
These are loaders to run files produced by the forthcoming version 10 ionCube PHP Encoder.
Included are loaders for PHP 7.1. Those will only run files produced by
the version 10 encoder for PHP 7.1.

Code: [Select]
sh /scripts/update_ioncube
service httpd restart

1288
CentOS 6 Problems / Re: Host server too many disk
« on: August 04, 2017, 04:37:49 PM »
your output is not full so you can't see all required but by this what I can see try stopping and starting apache and mysql
if that doesn't give result then you will need to copy full output of


Code: [Select]
du -hs /*
lsof |grep deleted 2> /dev/null

1289
CentOS 6 Problems / Re: HELP, Apashe wont start
« on: August 04, 2017, 09:11:17 AM »
if you don't have any ssl installed you can simply delete that file
/usr/local/apache/conf.d/ssl.conf

it will be autocreated when you will install any ssl.

1290
FTP / Re: Nothing shows when i visit my url after uploading files
« on: August 04, 2017, 07:14:33 AM »
follow this instructions you issue should be there :)
http://wiki.centos-webpanel.com/default-page-displayed-for-all-domains

Pages: 1 ... 84 85 [86] 87 88 89