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] 2
1
PostgreSQL / Re: How can i install postgreSQL?
« on: August 11, 2020, 12:35:57 PM »
i solved my problem myself..
first, istall by console this command;
yum install postgresql-server postgresql-contrib
after that this command for create new db;
postgresql-setup initdb
if the see data directory is not empty! error, then remove data directory first
this path;
/var/lib/pgsql/data
after that try again same command;
postgresql-setup initdb
then will be create new database and start services and add autoload;
systemctl start postgresql
systemctl enable postgresql
thats all..
first, istall by console this command;
yum install postgresql-server postgresql-contrib
after that this command for create new db;
postgresql-setup initdb
if the see data directory is not empty! error, then remove data directory first
this path;
/var/lib/pgsql/data
after that try again same command;
postgresql-setup initdb
then will be create new database and start services and add autoload;
systemctl start postgresql
systemctl enable postgresql
thats all..
2
PostgreSQL / How can i install postgreSQL?
« on: August 11, 2020, 07:15:13 AM »
Hi,
i deleted postgres database and cannot use postgresql anymore. So, i uninstalled by terminal with this command
yum remove postgresql-server postgresql postgresql-devel
and when i open cwp admin page, postgresql installer, show click to install postgresql
and i try to install by web but its not working. not installing anything.
i can open phpgadmin page but its empty and cannot login there too.. please help..
i deleted postgres database and cannot use postgresql anymore. So, i uninstalled by terminal with this command
yum remove postgresql-server postgresql postgresql-devel
and when i open cwp admin page, postgresql installer, show click to install postgresql
and i try to install by web but its not working. not installing anything.
i can open phpgadmin page but its empty and cannot login there too.. please help..
3
CentOS 7 Problems / Re: SQLSRV is not running
« on: May 09, 2020, 11:48:20 AM »
im using free version of cwp and i used PHP Version Switcher v2. Now running PHP version of my server 7.3.17 and tried rebuild with sqlsrv plugin but its not working.. if need some log, i can show, just say what should i write on console.

4
CentOS 7 Problems / SQLSRV is not running
« on: May 08, 2020, 11:50:30 PM »
i try to open sqlsrv on php 7.3.17, clicked sqlsrv checkbox and rebuilded but not in list of info.. i tried all steps on cwp-wiki, all of success but still not working.. how can i install driver and run sqlsrv support on cwp?
5
CentOS 7 Problems / Re: php ini not changing
« on: April 26, 2020, 02:04:31 AM »
i solved that like this, maybe the other users need the solve
i created file in /usr/local/php/php.d/user.ini
and i put this in the file,
upload_max_filesize = 40M
post_max_size = 35M
save and exit and now php info looking correct size.
i created file in /usr/local/php/php.d/user.ini
and i put this in the file,
upload_max_filesize = 40M
post_max_size = 35M
save and exit and now php info looking correct size.
6
CentOS 7 Problems / Re: php ini not changing
« on: April 26, 2020, 01:41:32 AM »
i changed 3 files more 2m but still lookin info.php upload_max_filesize 2 m
7
CentOS 7 Problems / Re: php ini not changing
« on: April 26, 2020, 01:36:07 AM »
/etc/php.ini
/opt/alt/php7/usr/php/php.ini
/usr/local/bin/php.ini
/usr/local/cwp/.conf/backups/file_editor_backups/2020-04-22_22-06-59_php.ini
/usr/local/cwp/.conf/backups/file_editor_backups/2020-04-22_22-07-15_php.ini
/usr/local/cwp/.conf/backups/file_editor_backups/2020-04-22_22-25-37_php.ini
/usr/local/cwp/.conf/backups/file_editor_backups/2020-04-25_14-21-01_php.ini
/usr/local/cwp/.conf/backups/file_editor_backups/2020-04-25_14-21-18_php.ini
/usr/local/cwp/.conf/backups/file_editor_backups/2020-04-25_23-25-55_php.ini
/usr/local/cwp/.conf/backups/file_editor_backups/2020-04-26_03-01-49_php.ini
/usr/local/cwp/php71/php.ini
/usr/local/cwp/php71/php.ini.rpmsave
/usr/share/doc/php-common-5.4.16/php.ini-development
/usr/share/doc/php-common-5.4.16/php.ini-production
i checked all of them.. and i will check again now.. hope i can find
/opt/alt/php7/usr/php/php.ini
/usr/local/bin/php.ini
/usr/local/cwp/.conf/backups/file_editor_backups/2020-04-22_22-06-59_php.ini
/usr/local/cwp/.conf/backups/file_editor_backups/2020-04-22_22-07-15_php.ini
/usr/local/cwp/.conf/backups/file_editor_backups/2020-04-22_22-25-37_php.ini
/usr/local/cwp/.conf/backups/file_editor_backups/2020-04-25_14-21-01_php.ini
/usr/local/cwp/.conf/backups/file_editor_backups/2020-04-25_14-21-18_php.ini
/usr/local/cwp/.conf/backups/file_editor_backups/2020-04-25_23-25-55_php.ini
/usr/local/cwp/.conf/backups/file_editor_backups/2020-04-26_03-01-49_php.ini
/usr/local/cwp/php71/php.ini
/usr/local/cwp/php71/php.ini.rpmsave
/usr/share/doc/php-common-5.4.16/php.ini-development
/usr/share/doc/php-common-5.4.16/php.ini-production
i checked all of them.. and i will check again now.. hope i can find

8
CentOS 7 Problems / Re: php ini not changing
« on: April 26, 2020, 01:24:05 AM »
i changed /usr/local/bin/php.ini name ph.i but still working.. then, its not using this file.. but which one?
9
CentOS 7 Problems / Re: php ini not changing
« on: April 26, 2020, 01:22:10 AM »
no such file or directory
10
CentOS 7 Problems / Re: php ini not changing
« on: April 26, 2020, 12:29:56 AM »
i have free licence cwp and nginx+apache+varnish
phpinfo command says that;
Configuration File (php.ini) Path /usr/local/php
Loaded Configuration File /usr/local/bin/php.ini
Scan this dir for additional .ini files /usr/local/php/php.d
i opened that file php.ini with console nano and changed.. restarted the server but still looking size like that;
upload_max_filesize 2M 2M
phpinfo command says that;
Configuration File (php.ini) Path /usr/local/php
Loaded Configuration File /usr/local/bin/php.ini
Scan this dir for additional .ini files /usr/local/php/php.d
i opened that file php.ini with console nano and changed.. restarted the server but still looking size like that;
upload_max_filesize 2M 2M
11
CentOS 7 Problems / php ini not changing
« on: April 25, 2020, 11:43:59 PM »
hello,
I want to change my php ini settings about upload max filesize.
when i try to change on php simple editor or php.ini configurator, its look good but when i try to open php info, its not changing. which file need to change? whats problem about that?
i try to change its 20 megs, but still lookin 2 megs.
I want to change my php ini settings about upload max filesize.
when i try to change on php simple editor or php.ini configurator, its look good but when i try to open php info, its not changing. which file need to change? whats problem about that?
i try to change its 20 megs, but still lookin 2 megs.
12
CentOS 7 Problems / Re: php-fpm not installed
« on: April 25, 2020, 11:42:35 PM »
i solved the problem like this,
removed all accounts and domains on my server and changed apache settings then all services working fine.
removed all accounts and domains on my server and changed apache settings then all services working fine.
13
CentOS 7 Problems / Re: CWP 7 can't login to user panel
« on: April 23, 2020, 10:30:35 PM »
just try to address of hostname:2083 not any tags or address..
14
CentOS 7 Problems / Re: Change Server Date & Time
« on: April 23, 2020, 10:29:08 PM »
i have same problem, always have 1 hours difference. i changed php.ini and trying to change on panel too.. but always difference. how can i solve?
15
CentOS 7 Problems / php-fpm not installed
« on: April 23, 2020, 10:28:02 PM »
hello,
i lost partition home and need to re-install my centos and cwp. now, i tried to change server apache&nginx&varnish but, nginx not starting. bcos, its always says that error,
when i try to change webserver main cfg, show always everywhere php-fpm not install and directing php-fpm selector. its not workin on free version. always says cwppro required. how can i solve that problem?
i lost partition home and need to re-install my centos and cwp. now, i tried to change server apache&nginx&varnish but, nginx not starting. bcos, its always says that error,
Code: [Select]
Apr 24 02:14:21 cwp.inegoladsm.gov.tr nginx[9501]: nginx: [warn] the "ssl" directive is deprecated, use the "listen ... ssl" directive instead in /etc/nginx/conf.d/vhosts/inegoladsm.gov.tr.ssl.conf:148
Apr 24 02:14:21 cwp.inegoladsm.gov.tr nginx[9501]: nginx: [warn] the "ssl" directive is deprecated, use the "listen ... ssl" directive instead in /etc/nginx/conf.d/vhosts/intranet.inegoladsm.gov.tr.ssl.conf:9
Apr 24 02:14:21 cwp.inegoladsm.gov.tr nginx[9501]: nginx: [warn] the "ssl" directive is deprecated, use the "listen ... ssl" directive instead in /etc/nginx/conf.d/vhosts/intranet.inegoladsm.gov.tr.ssl.conf:74
Apr 24 02:14:21 cwp.inegoladsm.gov.tr nginx[9501]: nginx: [warn] the "ssl" directive is deprecated, use the "listen ... ssl" directive instead in /etc/nginx/conf.d/vhosts/intranet.inegoladsm.gov.tr.ssl.conf:111
Apr 24 02:14:21 cwp.inegoladsm.gov.tr nginx[9501]: nginx: [warn] the "ssl" directive is deprecated, use the "listen ... ssl" directive instead in /etc/nginx/conf.d/vhosts/intranet.inegoladsm.gov.tr.ssl.conf:148
Apr 24 02:14:21 cwp.inegoladsm.gov.tr nginx[9501]: nginx: [emerg] cannot load certificate "/etc/pki/tls/certs/intranet.inegoladsm.gov.tr.bundle": PEM_read_bio_X509_AUX() failed (SSL: error:0906D06C:PEM routines:PEM_read_bio:no start line:Expecting: TRUSTED CERTIFICATE)
Apr 24 02:14:21 cwp.inegoladsm.gov.tr systemd[1]: nginx.service: control process exited, code=exited status=1
Apr 24 02:14:21 cwp.inegoladsm.gov.tr systemd[1]: Failed to start nginx - high performance web server.
Apr 24 02:14:21 cwp.inegoladsm.gov.tr systemd[1]: Unit nginx.service entered failed state.
Apr 24 02:14:21 cwp.inegoladsm.gov.tr systemd[1]: nginx.service failed.
when i try to change webserver main cfg, show always everywhere php-fpm not install and directing php-fpm selector. its not workin on free version. always says cwppro required. how can i solve that problem?
Pages: [1] 2