Hi everyone!
This is my first post. I’m new in facile forms and I’m using BreezingForms 1.5.9 Stable.
I’m trying to build a form and I need to upload images to a SQL table a retrieve them from there.
I´ve tried to use the atached package but when I access the form “image_upload” in it, this error is displayed:
*** EXCEPTION CAUGHT BY FACILEFORMS ***
PHP error level : E_WARNING
PHP filename : /gdd/virtualhosts/adminadsi/public_html/guardadigital/components/com_facileforms/facileforms.process.php(1042) : eval()'d code
PHP linenumber : 42
Last known pos : Before form custom piece code at line 1
Error message : fopen(/components/com_facileforms/view1.php) [<a href='function.fopen'>function.fopen</a>]: failed to open stream: No such file or directory
*** EXCEPTION CAUGHT BY FACILEFORMS ***
PHP error level : E_WARNING
PHP filename : /gdd/virtualhosts/adminadsi/public_html/guardadigital/components/com_facileforms/facileforms.process.php(1042) : eval()'d code
PHP linenumber : 43
Last known pos : Before form custom piece code at line 1
Error message : fputs(): supplied argument is not a valid stream resource
*** EXCEPTION CAUGHT BY FACILEFORMS ***
PHP error level : E_WARNING
PHP filename : /gdd/virtualhosts/adminadsi/public_html/guardadigital/components/com_facileforms/facileforms.process.php(1042) : eval()'d code
PHP linenumber : 44
Last known pos : Before form custom piece code at line 1
Error message : fclose(): supplied argument is not a valid stream resource
Although that, the table is correctly created and the upload works fine. The problem is that the image is not displayed.
Sorry my English
Thanks for the help