Error on downloadmanager

Have a question or a suggestion about a 3rd party addon module or plugin?
Let us know here.
Post Reply
gasemans
Forum Members
Forum Members
Posts: 41
Joined: Thu Jan 17, 2008 4:56 pm

Error on downloadmanager

Post 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?
gasemans
Forum Members
Forum Members
Posts: 41
Joined: Thu Jan 17, 2008 4:56 pm

Re: Error on downloadmanager

Post by gasemans »

No one who has a solution?
ikulis
Forum Members
Forum Members
Posts: 22
Joined: Sat Aug 02, 2008 7:41 pm

Re: Error on downloadmanager

Post 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
gasemans
Forum Members
Forum Members
Posts: 41
Joined: Thu Jan 17, 2008 4:56 pm

Re: Error on downloadmanager

Post 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
ikulis
Forum Members
Forum Members
Posts: 22
Joined: Sat Aug 02, 2008 7:41 pm

Re: Error on downloadmanager

Post by ikulis »

Post Reply

Return to “Modules/Add-Ons”