- Posts: 8
COMMUNITY FORUM
[SOLVED] Loading problem element Image
- nicolas depeyre
-
Topic Author
- Offline
- New Member
Less
More
9 years 1 month 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
Joomla 3.5 and K2 v2.7.0
please help
Please Log in or Create an account to join the conversation.
- Javi Mata
-
- Offline
- Senior Member
9 years 1 month ago #152831
by Javi Mata
Twitter: @Javi_Mata
Web: www.javimata.com
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
-
Topic Author
- Offline
- New Member
Less
More
- Posts: 8
9 years 1 month 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
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.
- Javi Mata
-
- Offline
- Senior Member
9 years 1 month ago #152846
by Javi Mata
Twitter: @Javi_Mata
Web: www.javimata.com
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
-
Topic Author
- Offline
- New Member
Less
More
- Posts: 8
9 years 1 month 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 :)
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
-
Topic Author
- Offline
- New Member
Less
More
- Posts: 8
9 years 1 month ago #152849
by nicolas depeyre
Replied by nicolas depeyre on topic Loading problem element Image
the permissions we look ok ?
http://imgur.com/msbKxj2
http://imgur.com/msbKxj2
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
-
- Offline
- Platinum Member
Less
More
- Posts: 15920
9 years 1 month ago #152860
by Krikor Boghossian
Replied by Krikor Boghossian on topic Loading problem element Image
Hello Nicolas,
Please read this post: www.joomlaworks.net/forum/k2-en/45116-solved-image-upload-error-k2-7-and-j3-5
Please read this post: www.joomlaworks.net/forum/k2-en/45116-solved-image-upload-error-k2-7-and-j3-5
Please Log in or Create an account to join the conversation.
- Nurruk
-
- Offline
- New Member
Less
More
- Posts: 10
9 years 1 month 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 276change to and line 279change to
[your side]/administrator/components/com_k2/models/item.php
Edit line 276
if (($files['image']['error'] === 0 || $existingImage) && !JRequest::getBool('del_image'))
if (($files['image']['error'] == 0 || $existingImage) && !JRequest::getBool('del_image'))
if ($files['image']['error'] === 0)
if ($files['image']['error'] == 0)
Please Log in or Create an account to join the conversation.
- nicolas depeyre
-
Topic Author
- Offline
- New Member
Less
More
- Posts: 8
9 years 1 month 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.