PHP error on execution ...

Phoca Download - download manager
dazzur
Phoca Newbie
Phoca Newbie
Posts: 2
Joined: 29 Jun 2010, 03:45

PHP error on execution ...

Post 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
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 49144
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: PHP error on execution ...

Post 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
If you find Phoca extensions useful, please support the project
Post Reply