i have installed a fresh CMSMS (latest version) for testing some things
I installed the download manager module
and assigned it to a page
Now i go to the downloads and i see the downloadable file
But i also have an error
Warning: Invalid argument supplied for foreach() in /home/rmf/domains/domain.nl/public_html/v1/modules/DownloadManager/function.assingfiles.php on line 22
I have checked google and see here that more ppl have the same issue
http://dev.cmsmadesimple.org/bug/view/4419
There is no solution posted
Any one who knows how to fix it?
Error on downloadmanager
Re: Error on downloadmanager
No one who has a solution?
Re: Error on downloadmanager
It`s not really a bug, rather wrong settings on server.
You can "remove" it by adding
at the beginning of function.assingfiles.php
For more info see http://pl.php.net/manual/en/function.er ... orting.php
You can "remove" it by adding
Code: Select all
error_reporting(E_ERROR | E_PARSE);
For more info see http://pl.php.net/manual/en/function.er ... orting.php
Re: Error on downloadmanager
Ahh thats why i am getting it on one site and not an all the others
This one is on a really cheap hosting party
This one is on a really cheap hosting party