- Posts: 12269
- Thank you received: 2531
Kunena 7.0.2 Released
The Kunena team has announce the arrival of Kunena 7.0.2 [K 7.0.2] in stable which is now available for download as a native Joomla extension for J! 5.3.x/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
Solved Kunena 7.0.2 404 bei Profil bearbeiten
1 week 5 days ago #234738
by rich
Important! Always create a backup before you make any changes to your website!
Replied by rich on topic Kunena 7.0.2 404 bei Profil bearbeiten
Laut Konfigurationsbericht scheint alles in Ordnung zu sein.
Du kannst versuchen mit den Joomla Einstellungen „Fehler Report = Maximum“, sowie aktiviertem Debug-Modus sowohl in Joomla, als auch in Kunena, eine aussagekräftigere Fehlermeldung zu bekommen, wenn der Fehler auftritt.
Du kannst versuchen mit den Joomla Einstellungen „Fehler Report = Maximum“, sowie aktiviertem Debug-Modus sowohl in Joomla, als auch in Kunena, eine aussagekräftigere Fehlermeldung zu bekommen, wenn der Fehler auftritt.
Important! Always create a backup before you make any changes to your website!
Please Log in or Create an account to join the conversation.
- iceman1970
-
Topic Author
- Offline
- Junior Member
-
Less
More
- Posts: 17
- Thank you received: 7
1 week 3 days ago #234767
by iceman1970
Replied by iceman1970 on topic Kunena 7.0.2 404 bei Profil bearbeiten
Ich habe jetzt noch ein wenig probiert aber keine Lösung gefunden.
Ich habe gerade Joomla 6.0.2 frisch lokal installiert und direkt Kunena 7.0.2 installiert ohne irgendetwas anderes. Ich habe selbiges Ergebnis wie auch auf der Livesite.
Wenn SEO eingeschaltet ist funktionieren die Profillinks usw. nicht, sie gehen nur wenn ich SEO in Joomla oder Kunena deaktiviere.
Kann das mit der .htaccess zusammenhängen, da habe ich aber nichts geändert?
Ich bekomme folgende Fehlermeldung die sowohl auf der Livesite als auch auf der frischen lokalen Installation identisch ist...
Call Stack
# Function Location
1 () JROOT\libraries\src\Router\Router.php:166
2 Joomla\CMS\Router\Router->parse() JROOT\libraries\src\Application\SiteApplication.php:761
3 Joomla\CMS\Application\SiteApplication->route() JROOT\libraries\src\Application\SiteApplication.php:243
4 Joomla\CMS\Application\SiteApplication->doExecute() JROOT\libraries\src\Application\CMSApplication.php:320
5 Joomla\CMS\Application\CMSApplication->execute() JROOT\includes\app.php:58
6 require_once() JROOT\index.php:51
Ich habe gerade Joomla 6.0.2 frisch lokal installiert und direkt Kunena 7.0.2 installiert ohne irgendetwas anderes. Ich habe selbiges Ergebnis wie auch auf der Livesite.
Wenn SEO eingeschaltet ist funktionieren die Profillinks usw. nicht, sie gehen nur wenn ich SEO in Joomla oder Kunena deaktiviere.
Kann das mit der .htaccess zusammenhängen, da habe ich aber nichts geändert?
Ich bekomme folgende Fehlermeldung die sowohl auf der Livesite als auch auf der frischen lokalen Installation identisch ist...
Call Stack
# Function Location
1 () JROOT\libraries\src\Router\Router.php:166
2 Joomla\CMS\Router\Router->parse() JROOT\libraries\src\Application\SiteApplication.php:761
3 Joomla\CMS\Application\SiteApplication->route() JROOT\libraries\src\Application\SiteApplication.php:243
4 Joomla\CMS\Application\SiteApplication->doExecute() JROOT\libraries\src\Application\CMSApplication.php:320
5 Joomla\CMS\Application\CMSApplication->execute() JROOT\includes\app.php:58
6 require_once() JROOT\index.php:51
Please Log in or Create an account to join the conversation.
1 week 1 day ago #234778
by ruud
sharing = caring
Replied by ruud on topic Kunena 7.0.2 404 bei Profil bearbeiten
Hi, can you try this PR:
github.com/Kunena/Kunena-Forum/pull/10019
Although it states attachements, it contains a more generic change for the router solving 404's
On my dev system I have this installed and cannot reproduce you issue, so worth a try.
If you could report back if it fixed the issue or not that would be great!
Although it states attachements, it contains a more generic change for the router solving 404's
On my dev system I have this installed and cannot reproduce you issue, so worth a try.
If you could report back if it fixed the issue or not that would be great!
sharing = caring
Please Log in or Create an account to join the conversation.
- iceman1970
-
Topic Author
- Offline
- Junior Member
-
Less
More
- Posts: 17
- Thank you received: 7
1 week 1 day ago #234779
by iceman1970
Replied by iceman1970 on topic Kunena 7.0.2 404 bei Profil bearbeiten
Thanks for your tip, unfortunately nothing has changed, and the error message is identical.
I still have a local version of 7.0.1 here, which worked perfectly.
I still have a local version of 7.0.1 here, which worked perfectly.
Please Log in or Create an account to join the conversation.
1 week 15 hours ago - 1 week 15 hours ago #234780
by Gindi
Replied by Gindi on topic Kunena 7.0.2 404 bei Profil bearbeiten
Welche Joomla Version benutzt Du?
Verwendest Du als Webserver den Apache?
Falls ja, probiere mal folgendes:
Open
in a text editor. Uncomment
(remove the first character, #). If Joomla is installed in its own folder, then enter the Joomla folder name after the forward slash. e.g.
.
Enable the Use Apache mod_rewrite/URL rewriting option and Save
Es wäre ein Versuch wert.
gindi
Verwendest Du als Webserver den Apache?
Falls ja, probiere mal folgendes:
Open
Code:
.htaccess
Code:
RewriteBase /
Code:
RewriteBase / yourjoomlafolder
Enable the Use Apache mod_rewrite/URL rewriting option and Save
Es wäre ein Versuch wert.
gindi
Last edit: 1 week 15 hours ago by Gindi.
The following user(s) said Thank You: iceman1970
Please Log in or Create an account to join the conversation.
- iceman1970
-
Topic Author
- Offline
- Junior Member
-
Less
More
- Posts: 17
- Thank you received: 7
1 week 14 hours ago - 1 week 14 hours ago #234781
by iceman1970
Replied by iceman1970 on topic Kunena 7.0.2 404 bei Profil bearbeiten
Danke für deinen Tipp, leider Lokal als auch auf der Lifesite keine Besserung, immer noch der 404Fehler. Joomla und Kunena sind beide aktuell auf 6.0.3 und 7.0.2.
Ich habe nun nochmals lokal getestet, ich habe Joomla neu aufgesetzt (SEO aktiviert und die htaccess umbenannt) und Kunena 7.0.1 installiert und eine Kategorie zum testen eingerichtet. Das Forum-Menü aktiviert und ausprobiert, es läuft alles wie es soll, keine Probleme mit Beiträgen, Profilen usw. Dann habe ich Kunena auf 7.0.2 aktualisiert und wieder funktionieren die Profile nicht mehr.
Getestet habe ich das mit Laragon, Apache 2.4.66, MYSQL 8.4.3, PHP 8.4.16 ohne Einstellungen geändert zu haben.
Ich habe nun nochmals lokal getestet, ich habe Joomla neu aufgesetzt (SEO aktiviert und die htaccess umbenannt) und Kunena 7.0.1 installiert und eine Kategorie zum testen eingerichtet. Das Forum-Menü aktiviert und ausprobiert, es läuft alles wie es soll, keine Probleme mit Beiträgen, Profilen usw. Dann habe ich Kunena auf 7.0.2 aktualisiert und wieder funktionieren die Profile nicht mehr.
Getestet habe ich das mit Laragon, Apache 2.4.66, MYSQL 8.4.3, PHP 8.4.16 ohne Einstellungen geändert zu haben.
Last edit: 1 week 14 hours ago by iceman1970.
The following user(s) said Thank You: Gindi
Please Log in or Create an account to join the conversation.
Time to create page: 0.283 seconds