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

Pages: 1 ... 6 7 [8] 9 10 ... 55
106
Backup / Re: Beta Backup - SFTP
« on: December 02, 2023, 02:21:55 AM »
I would go through the sftpgo error log and look for hints.   the sftp program on CentOS is what CWP uses, so seeing as your getting an error from shell, CWP won't work until you can figure out what's going wrong between the sftp client and your sftpgo server.

107
Backup / Re: Beta Backup - SFTP
« on: December 01, 2023, 01:21:55 AM »
This particular error shows that there is a misconfiguration of the host server, not with the sftp client.   Do you have root access to the host server, or is it something like an aws server?

108
DNS Manager / Re: DNS manager is broken
« on: December 01, 2023, 12:42:25 AM »
No they're not waiting.  There have been 3 full upgrades sinces they encoded the files.  I think they have every intention of staying with PHP7.0 until it's no longer available.  I've offered my services, but they refuse to respond.

109
DNS Manager / Re: DNS manager is broken
« on: December 01, 2023, 12:32:34 AM »
IonCube 13 is out already, and does support 8.3

110
Backup / Re: Beta Backup - SFTP
« on: December 01, 2023, 12:17:46 AM »
please try to sftp from the server using your credentials using an ssh console and report back what it says.

111
The domain in NodeJS creates an apache/nginx configuration that forwards we requests to the Node App.  If you created the NodeJS app using your main domain, Node overwrote your config file in apache for your website.  Here should be your steps to fix the issue.

1)  Update the hostname as you have for nodeJS.  Make sure that your Node Webapp is available from this new URL.
2)  Go the the root CWP Panel -> WebServer Settings -> Webservers Main Config
3)  At the bottom, Click rebuild all vhosts on save
4)  Click save

112
DNS Manager / Re: DNS manager is broken
« on: November 30, 2023, 03:43:38 AM »
I can upgrade my v10 to 13 for $250, so that's not so bad.  But they always seem to release a new major version (Upgrade fee), like a week after my upgrade grace period ends.

113
DNS Manager / Re: DNS manager is broken
« on: November 30, 2023, 02:59:50 AM »
Ioncube v9 allowed PHP 5, and PHP7.0.  Ioncube 10 allowed PHP7.1-PHP7.3

The problem with Ioncube, is that they want an additional $250 every PHP version now.  EX:  I have version 12 that allows PHP 5.6-8.0.  But they now are on Version 13 for PHP 8.1-8.3.

114
DNS Manager / Re: DNS manager is broken
« on: November 29, 2023, 10:43:44 PM »
Anything currently synced on the servers will continue to work.  However, new accounts will not be created automatically.  I can attest that I am running the version on the website, and the license is not expired.  Just make sure your using PHP7.0 or older, as they did not encode this one with a new version of ioncube.

115
It seems that the people having an IP issue, are the ones using Cloudflare as a proxy.  You have SSL through Cloudflare, but the end server does not know this.  If it doesn't have an SSL certificate installed for the hostname on the server, CWP will not change it from IP to hostname.

116
DNS Manager / Re: DNS manager is broken
« on: November 29, 2023, 12:10:09 AM »
Download http://dl1.centos-webpanel.com/files/cwp/addons/cwp-slave_dns.zip

Unzip it, and replace the files.  The new download has an updated license.

Be sure to backup inc/db_conn.php before updating.

117
CentOS-WebPanel Bugs / Re: PHP 8.3.0 on CWP 0.9.8.1172
« on: November 28, 2023, 05:17:11 PM »
I'm going to go out on a limb, and say that 8.3 currently is just a placeholder.  As nothing happens in the background to build anything, and the module config returns to the main screen.

118
CentOS-WebPanel Bugs / Re: PHP 8.3.0 on CWP 0.9.8.1172
« on: November 28, 2023, 05:07:09 PM »
Default settings, or customized modules?

119
MySQL / Re: An issue with Exporting DB
« on: November 20, 2023, 03:27:21 AM »
Are you able to connect to mysql via the user/password?

If yes, add "   --single-transaction  " to mysqldump, as the user doesn't have lock table privileges

120
Other / Re: MSSQL Server Problem
« on: August 23, 2022, 05:12:54 AM »
$serverName = "192.168.1.202, 1433";

or

$serverName = "MSSQLSERVER, 1433";

Not Both

Pages: 1 ... 6 7 [8] 9 10 ... 55