- Posts: 13
- Thank you received: 1
Kunena 7.0.3 Released
The Kunena team has announce the arrival of Kunena 7.0.3 [K 7.0.3] in stable which is now available for download as a native Joomla extension for J! 5.4.x/6.0.x. This version addresses most of the issues that were discovered in K 6.2 / K 6.3 / K 6.4 and issues discovered during the last development stages of K 7.0
Question No Avatar upload in user profile since K 5.1
When a user will change the default profile image (Avatar) to a new image, the user is clicking Edit profile.
Then go to Avatar-image. Then the user will upload a new image with the correct size and file format. The image is shown at the desktop but in the console there is an error message "POST check.mydomain.de/profil/index.php?option=com_kunena .... &task=upload&format=json 404 (Not found)" (Screenshot).
After click at Save. The message that the profile is saved will apear. But when you go back to the profil/avatar page. There is nothing changed (No Upload, No Avatar).
I've testet on Version K 5.0.13 and every thing is working fine. But with backup from K 5.1 until now K 5.5 there is an upload no more possible.
I am using sh404sef and if I disable sh404sef it works! What can I do?
Please Log in or Create an account to join the conversation.
www.kunena.org/forum/k5-1-support-archiv...n%C2%B4t-runs#202771
Important! Always create a backup before you make any changes to your website!
Please Log in or Create an account to join the conversation.
I've testet with two different Templates and on my Server. I can see this request:
Template purity_III
I am thinking there ist a problem with incorrect URL. Kunena is using a relative URL instead of a relative to site or absolute one .
Please Log in or Create an account to join the conversation.
You're right, but it's not the relative url, it adds a double slash to the path to "media" if you set in Crypsis "Load bootstrap css" and "Load Icomoon icons".I am thinking there ist a problem with incorrect URL. Kunena is using a relative URL instead of a relative to site or absolute one .
Can you please test something? Go to "/components/com_kunena/template/crypsis/template.php" line 87 - 93 and remove the slashes at the beginning before "media". Then empty the cache and test, whether it works.
Important! Always create a backup before you make any changes to your website!
Please Log in or Create an account to join the conversation.
1. Crypsis "Load bootstrap css" and "Load Icomoon icons".
2. remove the slashes at the beginning before "media".
But it is the same problem. No Avatar ist uploading and "POST /profil/edit/index.php?option=com_kunena&view=user&task=upload&format=json HTTP/1.1" is still logging 404 (Serverlogfile).
What do you think about to "use of RELATIVE URL instead of JRouted URLs, which is not OK"?
Please Log in or Create an account to join the conversation.
I'm not sure, but know, that relative urls within the forum not always correct linking, when the Joomla installation is in a extra folder (not on root).What do you think about to "use of RELATIVE URL instead of JRouted URLs, which is not OK"?
I've noticed on your page, that on the addresses it lacks the word "forum" such as:
webaddress/index
webaddress/recent and so on..
Are this addresses created by sh404sef?
If you open a topic it shows correct webaddress/forum/topicname
If you want upload a avatar the address is correct?
Should be .../forum/profile/edit/xxx-username.html (xxx is user id).
Important! Always create a backup before you make any changes to your website!
Please Log in or Create an account to join the conversation.