Some problems

Started by zeeva, 14 April 2015, 12:19:08

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

zeeva

I disabled abook breadcrumbs, I restarted xampp and chrome but I still get the same error "0 - Controlador de clase inválido: AbookControllerBook" when I try to rate a book or make a lend request.

At least the other problems seems to be gone. Now I don't see the "Notice: Undefined property..." and the calendar icons works fine!

Thank you very much, I hope you can still help me with that error.

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

I think it is a path issue.
Try to open components\com_abook\views\book\tmpl\default.php then change line 22
from:
JHtml::addIncludePath(JPATH_COMPONENT.DS.'helpers');
to:
JHtml::addIncludePath(JPATH_COMPONENT . '/helpers');
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]

zeeva

I've changed that, but I still get the same error :(

I'm going to upload a picture of the error when I rate a book:

federica

If you are using linux
JHtml::addIncludePath(JPATH_COMPONENT . '/helpers');
If you are using windows
JHtml::addIncludePath(JPATH_COMPONENT . '\helpers');
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

zeeva

Hello federica. I'm using windows and I replaced it, but still it didn't work ): I'm getting the same error "Controlador de clase inválido: AbookControllerBook"

What should I do?

federica

Strange...
I will try to install xampp to run Abook using windows. 
I will let you know.
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]

zeeva

Thank you very much, you're awesome! I'll be waiting, because I really need to fix this >.<

Thanks again, I like support here :)