Back to top

Autore Topic: RISOLTO Re:Problemi di Login con k2 e joomla 2.5.6  (Letto 2244 volte)

Offline MX15

  • Nuovo arrivato
  • *
  • Post: 22
    • Mostra profilo
RISOLTO Re:Problemi di Login con k2 e joomla 2.5.6
« il: 01 Nov 2012, 10:09:15 »
Salve a tutti,
ho un problema con il login dal front end tramite il modulo K2 User. Quando si prova ad accedere restituisce sempre:
404 - Component not found. >:(
You may not be able to visit this page because of: 
  • an out-of-date bookmark/favourite
  • a search engine that has an out-of-date listing for this site
  • a mistyped address
  • you have no access to this page
  • The requested resource was not found.
  • An error has occurred while processing your request.
Seguendo altre discussioni ho già rinominato il file htaccess.txt in .htaccess e sul server apache è attivo il mod_rewrite, ma non è cambiato nulla.
Qualcuno può aiutarmi?
Grazie,
MX
« Ultima modifica: 19 Nov 2012, 23:54:27 da MX15 »

Offline Raffaele80

  • Nuovo arrivato
  • *
  • Post: 2
    • Mostra profilo
Re:Problemi di Login con k2 e joomla 2.5.6
« Risposta #1 il: 13 Nov 2012, 13:11:07 »
per caso sei riuscito a risolvere il problema?
Avrei bisogno di un aiuto
 
Grazie mille

Offline MX15

  • Nuovo arrivato
  • *
  • Post: 22
    • Mostra profilo
Re:Problemi di Login con k2 e joomla 2.5.6
« Risposta #2 il: 14 Nov 2012, 09:19:56 »
Ciao,
no purtroppo non ho risolto, ho trovato varie risposte in altri post ma nessuna mi ha risolto il problema.
Ti posto cosa ho fatto, magari a te funziona ;)
Solution One:
In Global Configuration the value "Use Apache mod_rewrite" should be set to True, and, surely, htaccess.txt should be renamed to .htaccess               
Solution Two:
Default menu is set in the Main Menu. Go into your Admin page/control panel and go to the Menu Item Manager for the Main Menu. Click the check box next to the Home page at the top of the list. Then click on the yellow star icon in the upper-right corner.               
Solution Three:
If the component name under renderComponent() function is empty  it raises a 404 Component Not Found Error. Due to this Joomla seems to be calling dispatch() on a component with an empty name, which should not be done  For this we can put an if statement in the code which is under /home/username/public_html/joomla/includes/application.php

At the above path locate JcomponentHelper::renderComponent() at line 124  put in this "if" statement as bellow:

if(! empty($component)) {
$contents = JComponentHelper::renderComponent($component);
$document->setBuffer( $contents, 'component');
}

Solution Four:
You can comment bellow line in "/index.php"
 $mainframe->dispatch($option);
Make sure it looks like:
//$mainframe->dispatch($option);
fonte: http://forums.eukhost.com/f15/404-component-not-found-error-joomla-11802/
Ciao,
MX
 

Offline MX15

  • Nuovo arrivato
  • *
  • Post: 22
    • Mostra profilo
Re:RISOLTO Re:Problemi di Login con k2 e joomla 2.5.6
« Risposta #3 il: 19 Nov 2012, 23:59:22 »
Salve,
 
ho aperto un topic nella comunity di K2 (http://getk2.org/community/New-to-K2-Ask-here-first/165472-K2-User-Component-not-found---K2v262Joomla256#165540).
 
A me hanno risolto il problema, mi è bastato aggiornare gli override packages per la versione di K2 che sto utilizzando, nel mio caso il pacchetto è:
http://getk2.org/assets/files/K2_v2.6.1_override_package.zip
 
Basta decomprimere lo .zip e caricare le cartelle nel directory del template che state utilizzando, le istruzioni sono comunque sulla pagina ufficiale.
 
http://getk2.org/assets/files/K2_v2.6.1_override_package.zip
 
Ciao,
MX

Offline lucapac

  • Esploratore
  • **
  • Post: 103
    • Mostra profilo
Re:RISOLTO Re:Problemi di Login con k2 e joomla 2.5.6
« Risposta #4 il: 13 Mar 2013, 20:32:18 »
Scusate se riapro il post, ma siccome avete già affrontato il mio stesso problema forse riuscirete ad aiutarmi...

Dopo aver fatto l'override di k2 2.6.5, riesco ad effettuare il primo accesso dal modulo user k2, dopo di chè se riaccedo alla pagina del login mi si apre una pagina totalmente bianca, tornando alla home del sito vedo che il login è avvenuto perchè posso modificare gli articoli...

Il problema è che non riesco più a visualizzare una seconda volta la pagina in cui c'è il modulo user k2...

Come mai?

Grazie.

 



Web Design Bolzano Kreatif