Author Topic: New version bugs  (Read 7344 times)

0 Members and 1 Guest are viewing this topic.

Offline
*
New version bugs
« on: December 13, 2017, 05:15:09 PM »
I can't login as root: http://prntscr.com/hn1m0g

PHPMyAdmin won't work: http://prntscr.com/hn1mz7
Nor will webmail: http://prntscr.com/hn1ngt

I can't see if I can fix it by opening port 2030 because I can't login as root.

My server was used on production, powering applications that are exposed to hundreds of thousands of people. This has rendered the entire server as broken and I have no clue where to start to fix it.

I am extremely dissatisfied. I've used CWP for years, donated many times, and I pay for CWPPro. I've also recommended it to all my friends. This should've been either tested more, or something you have to opt-in for. It's broken everything.

Offline
***
Re: New version bugs
« Reply #1 on: December 13, 2017, 06:28:16 PM »
what url you are using to loggin as root?

Offline
*
Re: New version bugs
« Reply #2 on: December 13, 2017, 06:31:12 PM »
I should note that in the old, previously working version of CWP I changed a few things. From what I remember, here's what I did:
Changed to port 2083,
Modified log rotations,
Changed PhpMyAdmin URL to 2083, and made it use SSL,
Added some extra tools to the "Developer Tools" or whatever it was called; appears to be scrapped in the new CWP version
Modified apache a little bit, was always a pain because everytime CWP updated I'd have to re-upload my changes,
Did something (forgot) to make RoundCube work properly.

As far as I know that's it. Not sure if this is why I'm having so many issues or not. If someone could confirm with me that the new version is stable on fresh installs, then I will gladly spend the dozens of hours downloading the terrabytes of data on my server, wiping it clean, and fresh installing CentOS 7/CWP. I don't want to do all that work to no avail though. I like how the new CWP LOOKS, but it doesnt FUNCTION properly AT ALL for me. If it's not stable enough for production (someone confirm please), I will just reinstall CentOS 7 and throw the old version of CWP on there. Me, and my entire staff team loved it and had no complaints.

Offline
*
Re: New version bugs
« Reply #3 on: December 13, 2017, 06:32:35 PM »
what url you are using to loggin as root?

https://www.xeptix.com:2083/login/

I've moved CWP to port 2083 to (securely) work with CloudFlare. I did this before the new version came out.

Offline
***
Re: New version bugs
« Reply #4 on: December 13, 2017, 06:44:56 PM »
this is redirecting to user account thats why root is not working. Try port 2087 with IP.

Offline
*
Re: New version bugs
« Reply #5 on: December 13, 2017, 07:00:34 PM »
this is redirecting to user account thats why root is not working. Try port 2087 with IP.

Okay, you are my hero. In the old one, there was one login for both. I'm now able to access the root account, which is great progress towards not having to wipe my server.

I've now discovered what's wrong with apache, fixing it currently.

The problem with PMA/Webmail is that it's trying to use port 2030, it redirects to www.xeptix.com:2030/pma/ and www.xeptix.com:2030/roundcube/

Unfortunately, www.xeptix.com:2083/pma/ doesn't work so I'm not sure how to go about fixing these just yet, but I'll continue investigating.