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

Pages: [1]
1
Installation / Re: Almalinux Cwp install Error
« on: December 15, 2024, 02:06:19 PM »
sh cwp-el8-latest

It gives this error right after the command. Despite the error, I did the installation.


2
Installation / Almalinux Cwp install Error
« on: December 13, 2024, 10:12:13 PM »

Almalinux version 8.10

At the first step, I get an error like this:

cwp-el8-latest: line 83: [: 8.10: integer expression expected
cwp-el8-latest: line 86: [[: 8.10: syntax error: invalid arithmetic operator (error token is ".10")
cwp-el8-latest: line 89: [[: 8.10: syntax error: invalid arithmetic operator (error token is ".10")

please help...  :'(

3
CentOS 7 Problems / Re: Suhosin uninstal help?
« on: March 16, 2022, 11:00:40 PM »
Thank you for your interest. you are great

4
CentOS 7 Problems / Re: PECL Manager Error
« on: March 16, 2022, 10:59:43 PM »
Sir, you are great. Thank you very much. Problem solved

5
CentOS 7 Problems / Re: Suhosin uninstal help?
« on: March 16, 2022, 10:34:17 PM »
I removed it from there. :)

6
CentOS 7 Problems / PECL Manager Error
« on: March 16, 2022, 10:08:51 PM »
out of nowhere i saw this errors when i clicked on the menu

Warning: scandir(/opt/alt/): failed to open dir: No such file or directory in /usr/local/cwpsrv/htdocs/resources/admin/modules/php_pecl.php on line 0

Warning: scandir(): (errno 2): No such file or directory in /usr/local/cwpsrv/htdocs/resources/admin/modules/php_pecl.php on line 0

Warning: count(): Parameter must be an array or an object that implements Countable in /usr/local/cwpsrv/htdocs/resources/admin/modules/php_pecl.php on line 0

7
CentOS 7 Problems / Re: Suhosin uninstal help?
« on: March 16, 2022, 10:05:48 PM »
The module is not already loaded, I think it gave an error. I completely deleted the files. This is the path I followed while installing. gave some errors like zend_hash

Code: [Select]
cd /usr/local/src
wget https://download.suhosin.org/suhosin-0.9.38.tar.gz
tar zxvf suhosin-0.9.38.tar.gz
cd suhosin-0.9.38
phpize
./configure
make
make install
echo extension=suhosin.so >> /usr/local/php/php.ini

8
CentOS 7 Problems / Suhosin uninstal help?
« on: March 16, 2022, 07:34:11 PM »
How can I remove suhosin module from cwp panel. What is the SSH command? Sorry, this question may sound silly, but I just started.
system centos7 cwp7

Pages: [1]