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

Pages: 1 ... 5 6 [7] 8 9 ... 79
91
There are certain installation steps that are needed for CWP on AL9.

Code: [Select]
dnf install spamassassin amavis
Otherwise you'll be chasing your tail.

To fix OpenDKIM on CWP & AL9 see:
https://kb.starburstservices.com/control-web-panel-cwp/control-web-panel-cwp-admin-tutorials/dkim-not-working-on-almalinux-9-with-cwp/

92
Suggestions / Re: usernames
« on: September 16, 2024, 06:06:39 PM »
WHMCS, Clientexec, Blesta all create a random lowercase/numeric username for the accounts.
This also can be seen when a customer logs into said management system, and also has a reset password there as well.

Or the customer could open a support ticket asking what their username is.

You can also choose a custom un if you are creating the account manually, as long as it in no longer than 8 characters.
Usernames can only be lower case letters & numbers.

93
Mod_Security / Re: MOD SECURITY issue on new CWP PRO INSTALLATION
« on: September 13, 2024, 10:28:59 PM »
Go figure https://waf.comodo.com/ is down, again...

94
Mod_Security / Re: MOD SECURITY issue on new CWP PRO INSTALLATION
« on: September 13, 2024, 10:24:49 PM »
Which ruleset are you using?

Comodo is at 1.241 that has fixes in it for WooCommerce.
The ones CWP installs are 1.240.

OWASP isn't bad, but isn't good either.
It seems to gives ALOT of false positives.

95
Installation / Re: Cannot login to admin CWP
« on: September 12, 2024, 03:06:11 PM »
Install AlmaLinux 8, as suggested above and that should take care of the problems.

Unless you want to deal with a beta OS for testing purposes that will give weird errors.

96
Installation / Re: Cannot login to admin CWP
« on: September 11, 2024, 11:46:52 PM »
There is no longer CentOS, RH killed it.

It just their beta version OS called CentOS Stream.

The recommended version like Jose mentioned is AlmaLinux 8.x

But AlmaLinux 9.x is working well also, even thought CWP is in beta on that OS.

97
PHP / Re: FYI - ionCube Release new loaders 13.3.1
« on: September 11, 2024, 11:44:39 PM »
Download an extract the new 13.3.1 ionCube loaders. Current version as of 2024-09-11

If you are using Bitvise for your SSH, then you can us ethe built-in SFTP, the button on the left is labeled 'New SFTP Window"

For Local Path, select your directory where you extracted the new loaders.

For the Remote Path, enter:
Code: [Select]
/usr/local/ioncube
Then just copy over, and overwrite the loaders.

After this has completed, you will nee dto reboot the server, or it will lock up.

When it reboots, run:
Code: [Select]
php -v
You will see your PHP version, and the new version of ionCube loaders.

98
Information / Re: How to create a second account for the Admin Panel
« on: September 10, 2024, 01:19:02 PM »
As far as I know there can only be 1... (Highlander music playing)

As the Admin account uses the root login credentials.

100
It was the firewall blocking pecl.php.net

Unblocked the hacker filled DO network, and it recompiled via selector without problems.

Could be why this and Imagek is random.
DO really needs to clean up their network, or php.net needs to move off it.

101
Well that's annoying...

So apparently is Imagek

It can't reach the required pecl.php.net

So if a ping to the above fails, so will your PHP build.

102
I installed them after the CWP compiler said they where missing.
What's weird, it's only on this 1 new server. Others are OK.

Shouldn't the CWP backend PHP compiler do this automatically?

But I will try that, and see what happens.
Do you have a quick cheat to compile sodium like Imagek?

103
PHP / Kinda the same problem with Imagek, but with PHP Sodium on AlmaLinux 9
« on: September 06, 2024, 11:49:35 PM »
Getting a similar error on AlmaLinux 9.4 and CWP 0.9.8.1186 with what is going on with Imagek.

Quote
PHP Warning:  PHP Startup: Unable to load dynamic library 'sodium' (tried: /usr/local/lib/php/extensions/no-debug-non-zts-20220829/sodium (/usr/local/lib/php/extensions/no-debug-non-zts-20220829/sodium: cannot open shared object file: No such file or directory), /usr/local/lib/php/extensions/no-debug-non-zts-20220829/sodium.so (/usr/local/lib/php/extensions/no-debug-non-zts-20220829/sodium.so: cannot open shared object file: No such file or directory)) in Unknown on line 0

The supporting packages are installed:

Quote
Package php-sodium-8.0.30-1.el9.x86_64 is already installed.
Package php-pecl-zip-1.19.2-6.el9.x86_64 is already installed.

Wondering if something with the backend PHP compiler isn't broken.

104
Updates / Re: How to update Imagick?
« on: September 06, 2024, 11:38:48 AM »
On some systems, using dnf to remove & install and rebuilding PHP fixes the problem.

But doesn't seem 100%.

Pages: 1 ... 5 6 [7] 8 9 ... 79