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

Pages: [1]
1
CentOS-WebPanel GUI / Re: CWP User Addons Scripts Blank Page
« on: December 04, 2021, 10:30:35 AM »
I managed to fix the GDBus.Error by temporary disabling "Hide all processes if not owned by the user" and the CWP update command worked fine:

Quote
====================================================
============= CentOS Web Panel Cron ================
====================================================


###########################
Firewall Flush Daily Blocks
###########################


######################
Update Server Packages
######################
Redirecting to /bin/systemctl restart cwpsrv.service
Redirecting to /bin/systemctl restart httpd.service
Redirecting to /bin/systemctl reload httpd.service
Redirecting to /bin/systemctl reload nginx.service
Redirecting to /bin/systemctl reload httpd.service
Redirecting to /bin/systemctl restart httpd.service

I restarted all CWP Services but still all addons scripts doesn't work :(

Any other idea to fix this issue?

Thanks

2
CentOS-WebPanel GUI / Re: CWP User Addons Scripts Blank Page
« on: December 02, 2021, 05:12:52 PM »
Code: [Select]
sh /scripts/update_cwp

I tried that and the response was the following:
Quote
====================================================
============= CentOS Web Panel Cron ================
====================================================


###########################
Firewall Flush Daily Blocks
###########################


######################
Update Server Packages
######################
Redirecting to /bin/systemctl restart cwpsrv.service

** (pkttyagent:2763): WARNING **: 17:05:17.729: Unable to register authentication agent: GDBus.Error:org.freedesktop.PolicyKit1.Error.Failed: Cannot determine user of subject
Error registering authentication agent: GDBus.Error:org.freedesktop.PolicyKit1.Error.Failed: Cannot determine user of subject (polkit-error-quark, 0)
Redirecting to /bin/systemctl restart httpd.service

** (pkttyagent:2905): WARNING **: 17:05:18.034: Unable to register authentication agent: GDBus.Error:org.freedesktop.PolicyKit1.Error.Failed: Cannot determine user of subject
Error registering authentication agent: GDBus.Error:org.freedesktop.PolicyKit1.Error.Failed: Cannot determine user of subject (polkit-error-quark, 0)
Redirecting to /bin/systemctl reload httpd.service

** (pkttyagent:3052): WARNING **: 17:05:27.937: Unable to register authentication agent: GDBus.Error:org.freedesktop.PolicyKit1.Error.Failed: Cannot determine user of subject
Error registering authentication agent: GDBus.Error:org.freedesktop.PolicyKit1.Error.Failed: Cannot determine user of subject (polkit-error-quark, 0)

** (pkttyagent:3172): WARNING **: 17:05:30.442: Unable to register authentication agent: GDBus.Error:org.freedesktop.PolicyKit1.Error.Failed: Cannot determine user of subject
Error registering authentication agent: GDBus.Error:org.freedesktop.PolicyKit1.Error.Failed: Cannot determine user of subject (polkit-error-quark, 0)
Redirecting to /bin/systemctl reload nginx.service

** (pkttyagent:3215): WARNING **: 17:05:30.593: Unable to register authentication agent: GDBus.Error:org.freedesktop.PolicyKit1.Error.Failed: Cannot determine user of subject
Error registering authentication agent: GDBus.Error:org.freedesktop.PolicyKit1.Error.Failed: Cannot determine user of subject (polkit-error-quark, 0)

** (pkttyagent:3226): WARNING **: 17:05:30.654: Unable to register authentication agent: GDBus.Error:org.freedesktop.PolicyKit1.Error.Failed: Cannot determine user of subject
Error registering authentication agent: GDBus.Error:org.freedesktop.PolicyKit1.Error.Failed: Cannot determine user of subject (polkit-error-quark, 0)
Redirecting to /bin/systemctl reload httpd.service

** (pkttyagent:3296): WARNING **: 17:05:30.784: Unable to register authentication agent: GDBus.Error:org.freedesktop.PolicyKit1.Error.Failed: Cannot determine user of subject
Error registering authentication agent: GDBus.Error:org.freedesktop.PolicyKit1.Error.Failed: Cannot determine user of subject (polkit-error-quark, 0)
Redirecting to /bin/systemctl restart httpd.service

** (pkttyagent:3444): WARNING **: 17:05:33.447: Unable to register authentication agent: GDBus.Error:org.freedesktop.PolicyKit1.Error.Failed: Cannot determine user of subject
Error registering authentication agent: GDBus.Error:org.freedesktop.PolicyKit1.Error.Failed: Cannot determine user of subject (polkit-error-quark, 0)

I tried this fix:
https://forum.centos-webpanel.com/index.php?topic=9168.0

Code: [Select]
shutdown -r now

Then
Code: [Select]
sh /scripts/update_cwp

Still got the same GDBus.Error :/

3
CentOS-WebPanel GUI / Re: CWP User Addons Scripts Blank Page
« on: December 02, 2021, 03:04:49 PM »
It is up to date.

Yum update has no package, also tried yum reinstall many times still the same issue.

4
CentOS-WebPanel GUI / CWP User Addons Scripts Blank Page
« on: December 02, 2021, 11:42:28 AM »
Hello,

I'm trying to install WordPress from the Addons Script on the CWP User Panel, It is throwing a blank page.

After Inspecting with Console i found out this:    
GET https://mywebsite.com:2083/favicon.ico [HTTP/1.1 404 Not Found 0ms]

Any idea how to fix this?

Thank you

5
CWP API / Re: 503 Service Unavailable on Creating Account With Api
« on: April 25, 2021, 09:13:36 AM »
Did you guys manage to fix that? I'm also having same issue. thanks

6
CWP API / API answer return 503 Service Unavailable
« on: April 25, 2021, 09:10:44 AM »
Hello,

I have a CWP - WiseCP API connection that was working fine until recently. Whenever a client make a new order from WiseCP, the account is being successfully created on CWP but then the API answer "503 Service Unavailable". Going back to client area in WiseCP i see the order is still in the cart, the amount is paid, and the service is activated.

My webserver is  NGINX-Varnish-Apache.

Any help would be much appreciated. thanks

Pages: [1]