SparklingSoftware / DokuWiki-Plugin-RevisionsDue

Displays a list of pages that should be revised
http://www.dokuwiki.org/plugin:revisionsdue
1 stars 3 forks source link

Warning: Invalid argument supplied for foreach() #3

Open ongobay opened 10 years ago

ongobay commented 10 years ago

Hi,

No matter what I do, I always get hundreds of lines of the following error on the page I use for REVISIONS:all

I am currently running Hrun, however I have had every version for around 18 months and I have always have the same error message. Any ideas?

Warning: Invalid argument supplied for foreach() in /home/abc/public_html/inspire/lib/plugins/revisionsdue/syntax.php on line 233

ongobay commented 9 years ago

Anyone?

SparklingSoftware commented 9 years ago

hi Ongobay, sorry for the late reply, the orriginal notification has missed my attention. can i get ypu to confirmsomething? The plugin does work ok for you, you just want to get rid of the error messages? Stephan

ChakkaCor commented 5 years ago

Hello Stephan,

i have the same problem. If i use: NOCACHE REVISIONS:all

i receive for each entry Warning: Invalid argument supplied for foreach() in C:\xampp\htdocs\lib\plugins\revisionsdue\syntax.php on line 233

It seems that the for each loop is empty foreach ($exclude_array as $exclude_item)

i use the newest version of Dokuwiki.

Could you help me in this case?