Page 1 of 1

PHP error on execution ...

Posted: 29 Jun 2010, 03:50
by dazzur
Hi Forum

Your products have been recommended to me and I have just installed them and are going about learning to use them.

The first issue I came across is a PHP error as follows:

Code: Select all

Warning: Missing argument 3 for plgContentPhocaDocumentationNavigation::onPrepareContent() in /home/snalfso1/public_html/dev/plugins/content/phocadocumentationnavigation.php on line 29
I created an article then (using the Phoca Button) selected a file I had uploaded - for which it created the meta-data in the article; saved and opened the article on the front-end.

Icon shows fine - and can click on download = all works BUT - the PHP error message is plastered across the top of the screen.

Could you please let me know what I'm doing wrong?

Thanks

Re: PHP error on execution ...

Posted: 30 Jun 2010, 11:49
by Jan
Hi, seems like some instances of Joomla! (maybe because of some server settings) have problem with the third argument:

$limitstart

so this can be solved with:

$limitstart = null

I have changed it for the plugin, so you can download it again and reinstall and it should be there any problem more.

Jan