Joomla-Anti-Malware-Scan-Script--JAMSS- icon indicating copy to clipboard operation
Joomla-Anti-Malware-Scan-Script--JAMSS- copied to clipboard

No Joomla CMS found here!

Open TLWebdesign opened this issue 7 years ago • 4 comments

Hi,

I tried this but it is not working. it gives this error on J3.8.1. Maybe Joomla changed something.

Kind regards,

Tom

TLWebdesign avatar Oct 12 '17 14:10 TLWebdesign

Since Joomla >= 3.8 the version file has moved to the new location ./libraries/src/Version.php and thus jamss.php can't detect it until the new path is added in the function wichJoomla() (and another if (file_exists())

peterpeter avatar Oct 16 '17 13:10 peterpeter

change line 447 $f3 = "./libraries/cms/version/version.php"; to $f3 = "./libraries/src/Version.php";

taoufiqaitali avatar Oct 19 '17 14:10 taoufiqaitali

I would rather change $f1 than $f3. Better skip detection of the older Versions than the newer ones :smiley:

peterpeter avatar Oct 20 '17 05:10 peterpeter

Yep found this as well.

landed1 avatar Nov 05 '17 22:11 landed1