Keyword

[SOLVED] Loading problem element Image

  • nicolas depeyre
  • nicolas depeyre's Avatar Topic Author
  • Offline
  • New Member
More
8 years 5 months ago #152821 by nicolas depeyre
Loading problem element Image was created by nicolas depeyre
big loading problem element Image
Joomla 3.5 and K2 v2.7.0

please help

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

More
8 years 5 months ago #152831 by Javi Mata
Replied by Javi Mata on topic Loading problem element Image
when have the problem... and what is the problem?

Twitter: @Javi_Mata
Web: www.javimata.com

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

  • nicolas depeyre
  • nicolas depeyre's Avatar Topic Author
  • Offline
  • New Member
More
8 years 5 months ago #152845 by nicolas depeyre
Replied by nicolas depeyre on topic Loading problem element Image
To me, K2 v2.7 is compatible with Joomla 3.4.8
But K2 v2.7 is not compatible with Joomla 3.5

Explanation picture
(Sorry I'm french, I speak little English)

imgur.com/emhiiUC
http://imgur.com/emhiiUC

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

More
8 years 5 months ago #152846 by Javi Mata
Replied by Javi Mata on topic Loading problem element Image
i think that the problem is for permission in the media/k2 folder...

Twitter: @Javi_Mata
Web: www.javimata.com

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

  • nicolas depeyre
  • nicolas depeyre's Avatar Topic Author
  • Offline
  • New Member
More
8 years 5 months ago #152848 by nicolas depeyre
Replied by nicolas depeyre on topic Loading problem element Image
And for sure it is the best permission for media / k2 file?
And where is the media / k2 file?

thank you for your reply :)

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

  • nicolas depeyre
  • nicolas depeyre's Avatar Topic Author
  • Offline
  • New Member
More
8 years 5 months ago #152849 by nicolas depeyre
Replied by nicolas depeyre on topic Loading problem element Image
the permissions we look ok ?

http://imgur.com/msbKxj2

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

  • Krikor Boghossian
  • Krikor Boghossian's Avatar
  • Offline
  • Platinum Member
More
8 years 5 months ago #152860 by Krikor Boghossian
Replied by Krikor Boghossian on topic Loading problem element Image

JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)

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

More
8 years 5 months ago #152861 by Nurruk
Replied by Nurruk on topic Loading problem element Image
Following helped me:
[your side]/administrator/components/com_k2/models/item.php

Edit line 276
if (($files['image']['error'] === 0 || $existingImage) && !JRequest::getBool('del_image'))
change to
if (($files['image']['error'] == 0 || $existingImage) && !JRequest::getBool('del_image'))
and line 279
if ($files['image']['error'] === 0)
change to
if ($files['image']['error'] == 0)

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

  • nicolas depeyre
  • nicolas depeyre's Avatar Topic Author
  • Offline
  • New Member
More
8 years 5 months ago #152940 by nicolas depeyre
Replied by nicolas depeyre on topic Loading problem element Image
thank you !!!

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


Powered by Kunena Forum