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 - Igor S.

Pages: 1 ... 87 88 [89] 90 91 ... 95
1321
Apache / Re: mod_rewrite is not working properly
« on: October 06, 2015, 07:01:14 AM »
Hi.

The mod_rewrite is same everywhere, just check you rewrite rules.

1322
CentOS-WebPanel Bugs / Re: Auto Responder not working
« on: October 06, 2015, 06:58:11 AM »
Hi.

Did you tried maybe last suggestion?

Code: [Select]
chown postfix /usr/local/cwpsrv/htdocs/resources/admin/include/postfix.php
chmod 644 /usr/local/cwpsrv/htdocs/resources/admin/include/postfix.php
chattr +i /usr/local/cwpsrv/htdocs/resources/admin/include/postfix.php
(last will be disable any maniulations with the file)

1323
SSL / Re: How to use SSL in CWP Centos Webpanel
« on: October 02, 2015, 05:01:09 PM »
Hi.

Do you have some troubles with SSL?

1324
CentOS-WebPanel Bugs / Re: phpmyadmin import not found
« on: October 02, 2015, 04:58:53 PM »
Hi.

You can to try reinstall phpMyAdmin manually. It should be in /usr/local/apache/htdocs/phpMyAdmin and have owner "nobody".
Also do not forget copying the config /usr/local/apache/htdocs/phpMyAdmin/config.inc.php

1325
E-Mail / Re: Auto Responder
« on: October 02, 2015, 04:52:41 PM »
Hi.

Have you maybe used advice from previous post?

1326
CentOS 6 Problems / Re: How to Optimize Wordpress hosting in CWP
« on: October 01, 2015, 07:14:41 AM »
Hi.

Every PHP process using some number of RAM and if you do not use a cache and didn't configure your scripts and settings - yes it is normal.

1327
PHP / Re: Lib JPEG Support php-gd
« on: October 01, 2015, 07:10:45 AM »
Hello,

We need investigate it in your server, you can using the support http://centos-webpanel.com/support-services .
Or you can provide here more details, like what did you do before issue. What you see in PHP info? etc

1328
CentOS-WebPanel Bugs / Re: phpmyadmin import not found
« on: October 01, 2015, 07:07:29 AM »
Hi.

PhpMyAdmin didn't change. How we can reproduce it? As I see it works like and before and I can do import/export.

Code: [Select]
Version information: 4.0.8
Database client version: libmysql - mysqlnd 5.0.11-dev

Database server
Server: Localhost via UNIX socket
Server type: MySQL
Server version: 5.5.44-log - MySQL Community Server (GPL) by Remi

1329
Dovecot / Re: /etc/dovecot/dovecot.conf deleted by accident
« on: September 30, 2015, 04:49:41 PM »
Hi.

Try to recompile your mail server from CWP.

1330
CentOS-WebPanel GUI / Re: Constantly logged out
« on: September 30, 2015, 04:46:17 PM »
Hi.

Unfortunately, we never have same issue.
Could you maybe write more details?

1331
Installation / Re: DNS settings for my domain
« on: September 30, 2015, 04:44:30 PM »
Hello.

If you using internal IP in your server (like: 192.168.x.x or 10.x.x.x ) you shall change you "Shared IP" (CWP settings -> Edit Settings -> Shared IP).

1332
CentOS 6 Problems / Re: How to Optimize Wordpress hosting in CWP
« on: September 30, 2015, 03:27:19 PM »
Hi.

You sent one screenshot a three times. The screenshot does not looks like a problem.

1333
SSL / Re: After Installed SSL how to open site automatic https?
« on: September 30, 2015, 03:22:32 PM »
Hi.

You can using some redirect in .htaccess file.
Something like:

RewriteEngine On
RewriteCond %{HTTPS} !=on
RewriteRule ^.*$ https://%{SERVER_NAME}%{REQUEST_URI} [R,L]

1334
E-Mail / Re: Auto Responder
« on: September 28, 2015, 11:44:51 AM »
Hi.

Before update you can using next fix:
chown postfix /usr/local/cwpsrv/htdocs/resources/admin/include/postfix.php
chmod 644 /usr/local/cwpsrv/htdocs/resources/admin/include/postfix.php
chattr +i /usr/local/cwpsrv/htdocs/resources/admin/include/postfix.php

1335
CentOS-WebPanel Bugs / Re: Auto Responder not working
« on: September 28, 2015, 11:44:05 AM »
Hi everybody who have the issue.
1. Before update you can using next fix:
chown postfix /usr/local/cwpsrv/htdocs/resources/admin/include/postfix.php
chmod 644 /usr/local/cwpsrv/htdocs/resources/admin/include/postfix.php
chattr +i /usr/local/cwpsrv/htdocs/resources/admin/include/postfix.php
(last will be disable any maniulations with the file)

2.
Is this project still active? It seems like developer do not care to fix some basic yet important function... Not even care to reply bug report. This is really bad.

100% Free software = Developer do not care to fix bugs?


actually, we're care about all bugs, but we're can not respond if we do not have any fix.

Pages: 1 ... 87 88 [89] 90 91 ... 95