help to better help you:

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

CSS Manager: Edit File Error

Re: CSS Manager: Edit File Error

1 year 5 months ago
#31532
Could you send me the following files?
/administrator/components/com_jem/models/source.php
/administrator/components/com_jem/controllers/source.php

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

Re: CSS Manager: Edit File Error

1 year 5 months ago - 1 year 5 months ago
#31534
Hello,

PHP files are not permitted for upload, therefore in PDF.
Maybe the error message is related to the fact that I have a multilingual website (6 languages) and the default language is set to Turkish?

Greetings Fikri
Last edit: 1 year 5 months ago by jem_joomla.

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

Re: CSS Manager: Edit File Error

1 year 5 months ago
#31535
Can you make a zip. This is possible

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

Re: CSS Manager: Edit File Error

1 year 5 months ago - 1 year 5 months ago
#31536
Your models\source.php file wasn't updated.
Change this line (179):
Code:
$result = $dispatcher->triggerEvent('onExtensionBeforeSave', array('com_jem.source', $data, false));
For this other:
Code:
$result = $dispatcher->triggerEvent('onExtensionBeforeSave', array('com_jem.source', (object) $data, false));

This change was fixed into github.com/jemproject/JEM-Project/commit/4d8fe1ad3d5c009b82421180c65dde566a9174c5 for next 4.2.1. You can download last file: github.com/jemproject/JEM-Project/blob/JEM-4.2.1-dev/admin/models/source.php


And use CSS Manager. Tell me if it works.
Last edit: 1 year 5 months ago by McKillo.

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

Re: CSS Manager: Edit File Error

1 year 5 months ago - 1 year 5 months ago
#31537
Hi,
thank you very much!
Many thanks for the excellent support,

Greetings
Fikri
Last edit: 1 year 5 months ago by jem_joomla.

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

Re: CSS Manager: Edit File Error

1 year 5 months ago
#31538
Oh dear, I have updated to 4.2.1 :S

But now "Display Counters Data" no longer works. The button is set to "Hide", but the Counters Data is still displayed in the frontend!
But the CSS Manager works!

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

Time to create page: 0.581 seconds