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

Pages: 1 ... 40 41 [42] 43
616
Backup / Re: Backup Issue
« on: February 13, 2018, 06:24:09 PM »
As far as I understand, the backup of the administrator has nothing to do with the backup generated by the users

For once you generate your backup as a user, you can download it in / home / USER / backupcwp / via ftp

617
try to run script by console and then let me know
sh /scripts/cwpsrv_rebuild_user_conf

618
CentOS-WebPanel Bugs / Re: Themes and Languages module totally messed up!
« on: February 07, 2018, 01:09:00 PM »
This module is about to be updated in the next days, with new improvements

619
CentOS-WebPanel GUI / Re: No labels on user gui
« on: January 25, 2018, 08:12:20 PM »
When updating to version 0.9.8.436 the problem is repaired

620
Do you still have this problem?

621
How to / Re: Change the main logo for a custom one
« on: January 07, 2018, 02:40:14 AM »
try with

/ var / www / html / cwp7 / usr / local / cwpsrv / var / services / users / cwp_theme / design / img

622
Information / Re: CWP files?
« on: January 07, 2018, 02:35:19 AM »
try with

/ var / www / html / cwp7 / usr / local / cwpsrv / var / services / users / cwp_theme / design / img

623
New Modules / Re: Where post translation..?!
« on: December 24, 2017, 01:03:39 AM »
Excellent, I think you can send it to CWP to be added to its new versions, or hang it in the cloud for download

624
Information / Re: Regarding API
« on: December 21, 2017, 01:24:20 PM »
Try this way in PHP


$data = array("key" => "MYKEY","action"=>'list');
$url = "https://IPSERVERAPI:2304/v1/packages";
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, $url);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
curl_setopt($ch, CURLOPT_CUSTOMREQUEST, "POST");
curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false);
curl_setopt ($ch, CURLOPT_POSTFIELDS, http_build_query($data));
curl_setopt ($ch, CURLOPT_POST, 1);
$response = curl_exec($ch);
curl_close($ch);
echo $response; die;

625
Addons / Re: Language Edit
« on: December 03, 2017, 12:21:00 AM »
Hello, There is a module in the admin where you can edit, Clone or create new languages, the route of this module is:

-> Admin Panel -> Plugins -> Themes and Languagues -> Languagues ->

in my practice, clone the English language first and change the translation, it worked well ..!

626
CentOS-WebPanel GUI / Re: User panel Spelling error
« on: November 30, 2017, 07:17:19 PM »
regards

I'm sure CWP will solve this soon, but you can do it yourself from the administrator

Plugins -> Themes and Languages -> Languages -> Edit -> User / en -> email_account

627
New Modules / Re: Migrate CWP->CWP
« on: June 16, 2017, 08:22:19 AM »
There is already a module for this but you are giving the last touches, please be patient ...!

628
SSL / Re: AutoSsl installation failed!
« on: April 12, 2017, 01:05:32 AM »
Resolved with cwp to version 302

629
SSL / AutoSsl installation failed!
« on: April 11, 2017, 10:48:09 PM »
After an update I see that they do not recommend using Letsencrypt Manager but SSL Cert Manager and AutoSSL. But this when trying to generate a ssl throws the following error

AutoSsl installation failed!
AutoSSL Issue Failed! [Tue Feb 11 22:44:10 UTC 2017] Single domain = 'MIDOMINIO.COM' [Tue Apr 11 22:44:10 UTC 2017] Getting domain auth token for each domain [Tue Apr 11 22:44 : 10 UTC 2017] Getting webroot for domain = 'MIDOMINIO.COM' [Tue Apr 11 22:44:10 UTC 2017] Getting new-authz for domain = 'MIDOMINIO.COM' [Tue Apr 11 22:44:12 UTC 2017 ] The new-authz request is ok. [Tue Feb 11 22:44:12 UTC 2017] new-authz error: {"type": "urn: acme: error: rateLimited", "detail": "Error creating new authz :: Too many invalid authorizations recently." , "Status": 429} [Tue Apr 11 22:44:12 UTC 2017] Please add '--debug' or '--log' to check more details. [Tue Apr 11 22:44:12 UTC 2017] See: https://github.com/Neilpang/acme.sh/wiki/How-to-debug-acme.sh

They have idea how to solve this!


630
Other / Re: Wordpress Installation
« on: April 04, 2017, 01:36:30 AM »
Sorry for not explaining well, please run this (tail -f / usr / local / apache / log / errorlog), then open the wp to get the error, and then send the last lines of error logs related to wp

Pages: 1 ... 40 41 [42] 43