SEO plugin support

Started by Brain, 03 April 2012, 07:49:09

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

Modify the row 77
from
$results = $dispatcher->trigger('onContentPrepare', array ('com_abook.category', &$category, &$this->params, $offset));
to
$results = $dispatcher->trigger('onContentPrepare', array ('com_abook.category', &$category, &$this->params, 0));
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

Brain

Quote from: federica on 10 April 2012, 15:36:35
Modify the row 77
from
$results = $dispatcher->trigger('onContentPrepare', array ('com_abook.category', &$category, &$this->params, $offset));
to
$results = $dispatcher->trigger('onContentPrepare', array ('com_abook.category', &$category, &$this->params, 0));

can you please specify which file has this code on row 77
I tried the /components/com_abook/views/book/view.html.php
but it has different code

federica

...ops
<your_site>/components/com_abook/views/category/view.html.php
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]

Brain

Quote from: federica on 10 April 2012, 17:47:29
...ops
<your_site>/components/com_abook/views/category/view.html.php
I should have guessed that
Did that now it wont even display but gives this on whole screen



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

Perhaps you have a syntax error.
Copy and paste the code I write in the previous post.
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]

Brain

#12
Quote from: federica on 10 April 2012, 18:48:53
Perhaps you have a syntax error.
Copy and paste the code I write in the previous post.
I did a fresh install to be double sure .

But the same error besides on the back end (adminpanel) when i click categories in the abook component it is giving following errors as shown in screen shot attached

PS: This is a very fresh install with no other component just abook and few book entries for Abook and Joomla sample data only



federica

Hi Brain,
you have to change the "Error reporting" option to "none".
Go to back-end side, menu site->global configuration->server.
I'm working to the fix all error that appears in Windows installation.
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]