[RISOLTO] Errore 500 View non trovato [name, type, prefix]: abook, html, abook

Started by Hara, 28 May 2014, 15:25:16

Previous topic - Next topic
A financial contribution is greatly appreciated as a support, to help us to keep live the project.
If you like this project you can donate some piece of BitCoin to this address: bc1qy5tgq6tvrckac2a57unxvqcnxamrvhduve9sj9

federica

Quelli che hai trovato sono errori di Apache, quelli di php solitamente sono nello stesso file quindi forse non ce ne sono oppure sono in un altro file e quindi qui non li vediamo.
Gli errori che vedo nella seconda immagine sono relativi ad una cartella "js", quindi dei file di javascript che non riesce a trovare, non so se questo possa essere un problema per Abook. Nell'installazione standard di joomla quella cartella in quel percorso non esiste, potrebbe essere apache che ti ridireziona in un punto sbagliato.

Però se non hai problemi nel creare gli articoli di joomla mi sembra stranoc he sia tutta colpa di quella cartella "js".

Fai una cosa, prova ad accedere direttamente ad un url tipo questo:
http://sottodominio.miosito.com/administrator/index.php?option=com_abook&view=book&layout=edit
sostituisci il nome del server con il tuo.
Funziona? Se sì allora quei file di javascript potrebbero essere la causa del problema, altrimenti bisogna indagare ancora.
Al mondo ci sono 10 tipi di persone, quelli che hanno capito il codice binario e quelli che non l'hanno capito.
Informatizzati [url="https://informatizzati.org"]https://informatizzati.org[/url]
Stacca la spina [url="https://disconnessi.org"]https://disconnessi.org[/url]

A financial contribution is greatly appreciated as a support, to help us to keep live the project.
If you like this project you can donate some piece of BitCoin to this address: bc1qy5tgq6tvrckac2a57unxvqcnxamrvhduve9sj9

randlieb

Hello
I am in the U.S. so sorry about the English text in this thread, but I have the exact same problem. I Google translated this thread to see how far you had gotten toward a fix.

I did this:
---------------------
Do one thing, try to directly access a url like this:
http://sottodominio.miosito.com/administrator/index.php?option=com_abook&view=book&layout=edit
Replace the server name with your own.
Does it work? If yes then those files javascript might be the cause of the problem, otherwise you have to investigate more.
----------------------
It worked. That url with my domain name opened up the book layout page in the admin. I also tried the link with 'category' instead of 'book' and also opened up the new category page. When I tried to create and save the category the same error page appeared. Where do I go from here? Thanks.

federica

Hi randlieb,
many thanks for your feedback.
I apologize for my english, i'm italian and my english is terrible. Fortunately, there is google translator!!!

I think the problem is related to javascript. Try to disable all third-party extension (especially plugins). Go to joomla backend menu->extensions->Extension Manager->Manage then set as disabled all extensions you installed other than Abook.
Try to disable one extension at a time and try to use abook. If you will detect the extension tell me its name please.

Which joomla version are you using?
Al mondo ci sono 10 tipi di persone, quelli che hanno capito il codice binario e quelli che non l'hanno capito.
Informatizzati [url="https://informatizzati.org"]https://informatizzati.org[/url]
Stacca la spina [url="https://disconnessi.org"]https://disconnessi.org[/url]

randlieb

Thanks for the quick reply!

I went through all 3rd party extension by extension. Finally when I disabled all the k2 plugins the error was gone and was able to create new book, category etc. Went back to the k2 plugins and enabled them one by one until it looks like the System k2 plugin is the culprit. I have all 3rd party extensions re-enabled except the System k2 plugin and abook is working fine. Hope that helps. Tell me what I need to do to get these working together. Thanks.

I am using Joomla 3.3

A financial contribution is greatly appreciated as a support, to help us to keep live the project.
If you like this project you can donate some piece of BitCoin to this address: bc1qy5tgq6tvrckac2a57unxvqcnxamrvhduve9sj9

federica

Great to hear you found a solution!
Now I will try to install K2 to see where is the problem.

You have been very helpful.



Al mondo ci sono 10 tipi di persone, quelli che hanno capito il codice binario e quelli che non l'hanno capito.
Informatizzati [url="https://informatizzati.org"]https://informatizzati.org[/url]
Stacca la spina [url="https://disconnessi.org"]https://disconnessi.org[/url]

federica

Open the file <your site>/administrator/components/com_abook/abook.php
change the line 34 from:
$controller->execute(JRequest::getCmd('task'));
to:
$controller->execute(JFactory::getApplication()->input->get('task'));
Al mondo ci sono 10 tipi di persone, quelli che hanno capito il codice binario e quelli che non l'hanno capito.
Informatizzati [url="https://informatizzati.org"]https://informatizzati.org[/url]
Stacca la spina [url="https://disconnessi.org"]https://disconnessi.org[/url]

randlieb

Changed the code and re-enabled System k2. IT WORKED! Thanks!! Looking forward to getting the library set up on my site. I hope to be able to donate some money to your project in the near future.