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
CentOS 7 Problems / Re: Suhosin uninstal help?
« on: March 16, 2022, 11:00:40 PM »
Thank you for your interest. you are great

2
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

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

4
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

5
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

6
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]