Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No Joomla CMS found here! #17

Open
TLWebdesign opened this issue Oct 12, 2017 · 4 comments
Open

No Joomla CMS found here! #17

TLWebdesign opened this issue Oct 12, 2017 · 4 comments

Comments

@TLWebdesign
Copy link

Hi,

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

Kind regards,

Tom

@peterpeter
Copy link

peterpeter commented Oct 16, 2017

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())

@taoufiqaitali
Copy link

taoufiqaitali commented Oct 19, 2017

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

@peterpeter
Copy link

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

@landed1
Copy link

landed1 commented Nov 5, 2017

Yep found this as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants