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

Pages: [1]
1
PHP Selector / Re: PHP8 Ioncube not working
« on: July 20, 2023, 07:19:00 AM »
If I'm not mistaken, ionCube Loader does not currently support PHP 8.0

2
Installation / Re: PHP Version Switcher v2 not changing version
« on: February 01, 2022, 07:06:37 PM »
 am have 3 test servers VPS with centos stream 8.5 preinstalled Centos Stream 8 and use sandeep setup from step 2 step 3 step 4
 
https://www.mysterydata.com/convert-centos-8-to-centos-8-stream-install-cwp-control-panel-in-centos-8-stream/

PHP-FPM Selector works fine PHP Version Switcher v2 works  now olso after today automatic updated 

https://prnt.sc/26n0n2d
https://prnt.sc/26n0nif

3
Installation / Re: PHP Version Switcher v2 not changing version
« on: December 07, 2021, 02:22:17 PM »
PHP-FPM Selector works fine PHP Version Switcher v2 after they added the php version 8.10 am not able to switch to 8.10 only on the php-fpm works

this my results what am got on centos stream 8.5 and almalinux 8.5

https://prnt.sc/225zw5q
https://prnt.sc/225zxss

4
CSF Firewall / Re: Firewall Disabled (CSF cannot be started suddenly)
« on: December 04, 2021, 02:49:48 PM »
restart configserver firewall left menu in cwp panel maybe sett it up all give a try

csf -uf

5
Updates / Re: 0.9.8.1104
« on: November 30, 2021, 12:03:15 PM »
am have the same proplem am did rebuild  the  8.0.13 again so its work on it again am have centos stream 8.5 and almalinux 8.5 both have same issue olso on the PHP Version Switcher v2 dont change

6
FFMPEG / Re: using ffmpeg with php
« on: April 28, 2021, 04:53:22 PM »

am use this tutorials works super for me : centos 8 : centos stream 8 and centos 7 and almalinux


https://www.mysterydata.com/how-to-install-latest-ffmpeg-4-in-centos-8-7-ubuntu-20-04-18-04-cwp-cpanel-plesk-ispconfig/

7
MySQL / Re: Need to disable MySQL strict mode
« on: January 26, 2021, 05:27:05 PM »
filemanager find etc/my.cnf
add text under [mysqld]


#
# This group is read both by the client and the server
# use it for options that affect everything
#
[client-server]
[mysqld]
sql_mode=NO_ENGINE_SUBSTITUTION
#
# include *.cnf from the config directory
#
!includedir /etc/my.cnf.d


and after restart in panel MySQL Database Server or SHH systemctl restart mysqld

Pages: [1]