Error editing articles in "front end"

  • MaxMi
    Inactive member
  • Topic Author
  • Member
  • Member
More
9 years 10 months ago #39387 by MaxMi
Hi Ivan,
even with the JCE editor, that I use normally, the error is the same.

I have setup a sample site just to remove the doubt from my mistakes. I would add that by simply changing the template (eg Beez_20) the error does not occur.

Sorry ... but the error is clear, therefore, I do not understand why you keep telling me to try anything else without first checking if it works. Would not it be better if your team found a solution?

Let me know

thanks

Max

Please Log in to join the conversation.

More
9 years 10 months ago #39391 by ivan.milic
In template folder you have this file:

component.php


if it contains this line:

JHtml::_('bootstrap.framework');

comment it out:

//JHtml::_('bootstrap.framework');

Please Log in to join the conversation.

  • MaxMi
    Inactive member
  • Topic Author
  • Member
  • Member
More
9 years 10 months ago #39402 by MaxMi
Hi Ivan,
I made ​​the change but it has a pop up empty (white). I attach the image.

To you it work? Have you changed anything else?

thanks

Max
Attachments:

Please Log in to join the conversation.

More
9 years 10 months ago #39412 by ivan.milic
Try replacing that line you commented with :

if (preg_match("/2.5/i", JVERSION)) {
JHtml::_('behavior.framework', true);
} else {
JHtml::_('bootstrap.framework');
}

Please Log in to join the conversation.

  • MaxMi
    Inactive member
  • Topic Author
  • Member
  • Member
More
9 years 10 months ago #39420 by MaxMi
I have seen that these are the same instructions contained in "index.php", but unfortunately placed in the "component.php" does not work (blank page :( ).

Please Log in to join the conversation.

More
9 years 10 months ago #39429 by ivan.milic
Are you sure that work normally with other templates?

Please Log in to join the conversation.

Time to create page: 0.353 seconds
Powered by Kunena Forum