zerofoolcoder
Forum Replies Created
-
Hi @wfpeter,
Thanks for your help, the function was blocked but not in the php.ini file, it was blocked in the
/etc/php/fpm.d/[website].conffile in thephp_admin_value[disable_functions]section. I was not aware that one could block functions in there too…After removing the function from there and restarting the php service, the scanning process went smooth as always.
Thanks and Best Regards
Forum: Plugins
In reply to: [Redux Framework] Version 4.2.9Hey Kev,
After updating my site today, I have two versions of redux 4.2.10 installed, the active one must be the one that I had to install manually yesterday and the inactive one must be the one that had issues that got updated to 4.2.10 today.
Is it alright to delete the active one (installed manually from github) and activate the inactive one (the one that had issues and got updated today)?
I know that some plugins delete its data from the database and I don’t want to loose any information.
Thnx & Regards
Forum: Plugins
In reply to: [Redux Framework] Version 4.2.9After manually modifying class-redux-field.php as a temporary solution, I found this thread, I can confirm that after installing v4.2.10 the site is working as expected.
Thanks Kev