Forums » eXtplorer & Joomla! »
PHP 7.4 throws several errors with eXTplorer
Added by Magh S almost 4 years ago
Hello,
I recently upgraded my Joomla site to PHP 7.4.13. Afterwards eXTplorer gave a huge list with "deprecated" errors AND wasn't loading anything - it simply got stuck.
Two problems: brackets, and magic quotes function.
I replaced the brackets in the relevant files and commented out all instances of magic quotes function. After these fixes, eXTplorer works normally.
I am uploading the error list, as well as the fixed eXTplorer files, in case others need a solution. It would be a good idea to have an update out at some point.
error list.txt (16.4 KB) error list.txt | The error list after PHP upgrade | ||
FTP.php (86.8 KB) FTP.php | fixed | ||
functions.php (44.4 KB) functions.php | fixed | ||
inputfilter.php (62.2 KB) inputfilter.php | fixed | ||
JSON.php (36.9 KB) JSON.php | fixed |
Replies (4)
RE: PHP 7.4 throws several errors with eXTplorer - Added by Jc M almost 4 years ago
Hi
thx for the reply but we can donwload your php files
can you put them in txt ?
best regards
RE: PHP 7.4 throws several errors with eXTplorer - Added by Jc M almost 4 years ago
Magh S wrote:
Hello,
I recently upgraded my Joomla site to PHP 7.4.13. Afterwards eXTplorer gave a huge list with "deprecated" errors AND wasn't loading anything - it simply got stuck.
Two problems: brackets, and magic quotes function.I replaced the brackets in the relevant files and commented out all instances of magic quotes function. After these fixes, eXTplorer works normally.
I am uploading the error list, as well as the fixed eXTplorer files, in case others need a solution. It would be a good idea to have an update out at some point.
Hi
thx for the reply but we can donwload your php files
can you put them in txt ?
best regards
RE: PHP 7.4 throws several errors with eXTplorer - Added by Magh S almost 4 years ago
Ok, I upload them as .txt also. Files go to:
[JOOMLA_SITE]/administrator/components/com_extplorer/libraries/FTP.php
[JOOMLA_SITE]/administrator/components/com_extplorer/libraries/JSON.php
[JOOMLA_SITE]/administrator/components/com_extplorer/libraries/inputfilter.php
[JOOMLA_SITE]/administrator/components/com_extplorer/include/functions.php
FTP.php.txt (86.8 KB) FTP.php.txt | |||
functions.php.txt (44.4 KB) functions.php.txt | |||
inputfilter.php.txt (62.2 KB) inputfilter.php.txt | |||
JSON.php.txt (36.9 KB) JSON.php.txt |
RE: PHP 7.4 throws several errors with eXTplorer - Added by njov webmaster about 3 years ago
Hi,
I had the same issues on my site and replaced the files accordingly. I don't have the errors now, but extplorer doesn't fully work either. I'm running on debian 10, docker 10.10.8, docker-compose 1.29.0, joomla:3.10.2-php7.4-apache (php 7.4.24), mysql:5.7.
Regards