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.


Topics - fatihalp

Pages: [1]
1
CentOS 7 Problems / Sudo user uses PHP 5.4!
« on: January 30, 2021, 01:17:15 PM »
Installed new fresh CWP. When I type sudo su on console:

[root@ip-172-31-26-130 public_html]# php -v
PHP 5.4.16 (cli) (built: Apr  1 2020 04:07:17)


I'm just using PHP 7.4 only actually

2
CentOS 7 Problems / Reboot in x minutes doesn't works
« on: October 08, 2020, 09:59:24 AM »
I've CWP pro and when I used that feature it's redirecting login page with CSRF error.

3
CentOS 7 Problems / Nginx Curl Request
« on: June 10, 2020, 03:01:09 PM »
Hi we are using Pro version of CWP

Using NGINX + Php-fpm7.2

We are trying to add new account over API, Our problem is we can do curl request inside the server over bash command, We can do over with "php -r " command all working but doesn't work over Nginx.

Gaves bad gateway 502 error.

Code: [Select]
<?php
$name 
"test";
$data = array("key" => "KCs6xZUAv6TON49lKdGt0ImcReHX36Snuku43eOD3xRP7",
    
"action" => "add",
    
"user" => $name,
    
"pass" => $name,
    
"email" => $name."@account.com",
    
"package" => "default",
    
"lang" => "en",
    
"inode" => "0",
    
"limit_nproc" => "40",
    
"domain" => $name.".test.com",
    
"limit_nofile" => "150",
    
"server_ips" => "3.14.124.220");
//print_r($data);
$url "https://server.test.com.tr:2304/v1/account";
$ch curl_init();
curl_setopt($chCURLOPT_URL$url);
curl_setopt($chCURLOPT_RETURNTRANSFERtrue);
curl_setopt($chCURLOPT_CUSTOMREQUEST"POST");
curl_setopt($chCURLOPT_SSL_VERIFYPEERfalse);
curl_setopt($chCURLOPT_POSTFIELDShttp_build_query($data));
curl_setopt($chCURLOPT_POST1);
$response curl_exec($ch);
print_r($response);
curl_close($ch);

Any Ideas we are stucked.

4
CentOS 7 Problems / PHP Version Switcher v2 not chaning PHP version
« on: May 07, 2020, 01:06:17 PM »
Just installed CWP. Installed 5.6 on it. Using switcher v2 it's not chaning php to 7.2.30.

I clicking to save & build and restarting server it's still PHP 5

5
CentOS 7 Problems / CWP -> CWP Migration can't list accounts in 2. step
« on: January 21, 2019, 07:32:46 PM »
I've used cwp migration several times. But this time I'm connecting origin server successfully , it isn't listing accounts. Screenshot:

http://prntscr.com/ma8dum

I seems there is response. There is any error in console tab.


Origin CWP version: 0.9.8.762
New CWP version  : 0.9.8.763

6
CWP -> CWP migration working perfect! But every time I select multiple sites, only first is migrated. I'm migrating sites one by one.

http://prntscr.com/kxfwtl

7
CentOS 7 Problems / AutoSSL is not working with DigitalOcean DNS
« on: September 09, 2018, 12:07:11 AM »
I want to install SSL with new SSL sertifcates screen

1- I'm testing pure HTML site without htaccess file.
2- Site is working with in it's domain. But it's giving this error:

"DNS of your domain doesn't point to this server or you have htaccess restrictions"

Digitalocean DNS IP address is NOT directly pointing my server IP. I think because of CWP thinks this domain is not pointing this server. I couldn't migrate to new server because of problem.

Best Regards, Thanks

8
I've CWP6 and created new Google Cloud Server CWP7. I'm tring to move new one using CWP -> CWP transfer.

1- CWP6 test says my configuration is :  "Connection successfully"
2- When I click transfer one account it says: "Transfer in progress ...!" see: http://prntscr.com/iro4pn

3- Waited for hours nothing happened. But in chrome network tab it says: Error, en el acceso al API (Translated it means : error in API)
see: http://prntscr.com/iro57f

4- I've given all in permissions remote server API  : http://prntscr.com/iro49j
http://prntscr.com/iro6aw

Thanks for best control panel software!

9
 I've upgraded bandwidth to 999999 and rebooted server several times.

My site is still closed
:(

Pages: [1]