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.
946
MySQL / Re: Error when importing mysql dump file
« on: March 10, 2015, 11:54:01 PM »Quote
mysql -u bryan_mydata -p bryan_mydata < bryan_mydb.sql
ERROR 1064 (42000) at line 91126: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1
this could be mysql version differences, what is your mysql version on the server and in database ?
you can check the header of the dump file by using:
Code: [Select]
head -n 50 bryan_mydb.sql
947
MySQL / Re: Host 'x.xxx.xx.xxx' is not allowed to connect to this MySQL server
« on: March 10, 2015, 11:46:57 PM »
please specify detailed informations when posting, is this related with the user or root and where do you get this error ?
948
FTP / Re: my frist time installed cwp issue ftp
« on: March 10, 2015, 11:42:13 PM »
go to "FTP Management" in the CWP.admin and problem solved, autoFixer will detect issues
949
Aplications / Re: How to install wordpress to linux server
« on: March 10, 2015, 11:39:11 PM »
you will need to follow all informations regarding this issue specified on our wiki.
950
PostgreSQL / Re: Postgresql 9x
« on: March 10, 2015, 11:36:11 PM »
PostgreSQL is added in the installers, you will need to use PgAdmin to install it.
951
PHP / Re: How to install XCache in PHP on CentOS linux
« on: March 10, 2015, 11:23:22 PM »
this will not work with suPHP handler and you will need to use Varnish as a cache server in front of the apache
http://www.webhostingtalk.com/showthread.php?t=1211457
http://www.webhostingtalk.com/showthread.php?t=1211457
953
PHP / Re: Cron Job not showing in the list,
« on: March 10, 2015, 11:20:21 PM »
is this a user cron and have you set the settings in front of it as stated in the cronTab ?
eg, for every minute you would need to have
eg, for every minute you would need to have
Code: [Select]
* * * * * /usr/local/bin/php -q /home/localcon/public_html/periodic/cron.php
954
PHP / Re: Cron Job not showing in the list,
« on: March 10, 2015, 11:19:10 PM »
is this a user cron and have you set the settings in front of it as stated in the cronTab ?
eg, for every minute you would need to have
eg, for every minute you would need to have
Code: [Select]
* * * * * cd /home/localcon/public_html/periodic; /usr/local/bin/php -q cron.php
955
PHP / Re: PHP Extension Installation
« on: March 10, 2015, 11:16:52 PM »
why do you need it and why are you using yum for installing since CWP has a custom apache & PHP compiled ?
956
Postfix / Re: cant send emails from postfix
« on: March 10, 2015, 11:15:11 PM »
you have rebuilded postfix with reject unknown hostname, as stated in postfix rebuilder you need to be certain that you need this option before enabling it, so are you certain that you need it if its blocking you ?
957
Apache / Re: Disable or Compile without suPHP
« on: March 10, 2015, 11:12:49 PM »
this would we possible with some future versions.
958
E-Mail / Re: Dovecot don't start since CWP 0.9.6
« on: March 10, 2015, 09:11:41 PM »
with 0.9.8.2 version hostname changer in the CWP admin will also regenerate SSL certificates.
Also don't use "Reject Unknown Hostname options" if you are not certain that you need it.
Also don't use "Reject Unknown Hostname options" if you are not certain that you need it.
959
E-Mail / Re: cannot login roundcube and cannot received mail from outside
« on: March 10, 2015, 09:08:28 PM »
try to rebuild your mail server from CWP.admin maybe that helps.
960
E-Mail / Re: spamassassin preferences
« on: March 10, 2015, 09:07:42 PM »
depends what you exactly need to modify, you can search for the instructions for CentOS servers