Fileupload and error reporting

jfquestiaux

Well-Known Member
I have a weird issue, and somehow it reminds me of something I encountered a long time ago:

I have a fileupload element that I want to use with a download script (list view only).

If I set the error reporting to "None" in the main Joomla config, trying to download the file throws a 500 error (that's what the Firebug console reports - Firefox says it can't find the file).

If I set the error reporting to "Simple" or "Maximum", there is no error anymore and I can download the file.

Any clue?

Joomla 3.3.6 - Fabrik 3.2 - recent GitHub
 
Have you checked your PHP error logs?

Are you using any of the secondary features of the download script, like hit counting?

-- hugh
 
I see this in the PHP error log:

PHP Warning: Creating default object from empty value in /home/livingjfq/public_html/plugins/fabrik_element/fileupload/fileupload.php on line 2936
PHP Fatal error: Call to undefined method stdClass::store() in /home/livingjfq/public_html/plugins/fabrik_element/fileupload/fileupload.php on line 2945

And I do use the hit counting.
 
We are in need of some funding.
More details.

Thank you.

Members online

Back
Top