help to better help you:

Please: add always Joomla / JEM version and details to your posts, so we can try to reproduce your issue!

Install JEM 2.1.5 on Joomla 3.5+

Install JEM 2.1.5 on Joomla 3.5+

8 years 8 months ago - 8 years 8 months ago
#21634
If you try to install on Joomla 3.5+, there's a problem.
It's because component's installer script doesn't know Joomla! 3.5.

You can manually fix it by changing the file script.php within com_jem.zip inside the package (yes, inside the zip inside the zip - sorry :( )[/code]

Change line 212 from
Code:
if (!(($jversion->RELEASE == '3.4' && $jversion->DEV_LEVEL >= '0') ||

to
Code:
if (!(($jversion->RELEASE >= '3.4' && $jversion->DEV_LEVEL >= '0') ||

(allow 3.4 or greater) and then recreate the component and package zip files.

In the coming JEM 2.1.6 this will be resolved
Last edit: 8 years 8 months ago by jojo12.
The following user(s) said Thank You: Hoffi, HaPott

Please Log in or Create an account to join the conversation.

Re: Install JEM 2.1.5 on Joomla 3.5+

1 year 9 months ago
#30070
JEM 2.1.5 is far away from being actual
JEM 2.3.5 for Joomla 3.10.11 and
JEM 2.3.14 Beta2 for Joomla 4.0+

Please Log in or Create an account to join the conversation.

Time to create page: 0.704 seconds