Forum OpenACS Q&A: Re: File Storage error

Collapse
2: Re: File Storage error (response to 1)
Posted by Michael Steigman on
Not sure about the .LRN portlet errors but regarding the file storage error, be sure you have a line like this:

ns_param   maxinput           [expr 20 * 1024 * 1024] ;# Maximum File Size for uploads in bytes

in the

ns_section ns/server/${server}/module/nssock

section of your config.tcl. That should be in most recent versions of config.tcl but perhaps you are using an older version.

Collapse
3: Re: Re: File Storage error (response to 2)
Posted by William Painter on
THANKS!

The line was not in my config file so I added it. Worked like a charm.

I never would have found that alone. I have been trying to resolve it for a week now.

Thanks again.