Page 1 of 1

Error on downloadmanager

Posted: Sun Jun 13, 2010 12:24 pm
by gasemans
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?

Re: Error on downloadmanager

Posted: Mon Jun 14, 2010 1:12 pm
by gasemans
No one who has a solution?

Re: Error on downloadmanager

Posted: Tue Jun 15, 2010 9:08 pm
by ikulis
It`s not really a bug, rather wrong settings on server.

You can "remove" it by adding

Code: Select all

error_reporting(E_ERROR | E_PARSE);
at the beginning of function.assingfiles.php
For more info see http://pl.php.net/manual/en/function.er ... orting.php

Re: Error on downloadmanager

Posted: Wed Jun 16, 2010 8:53 pm
by gasemans
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

Re: Error on downloadmanager

Posted: Fri Jul 16, 2010 1:24 pm
by ikulis