thats it! now we're ready to generate your form. if you encounter any errors, please make sure that you provided the correct database information (if any), and please maintain that everything is case sensitive. also remember to give read+write permissions to the forms directory (located under the phpformgen directory). thank you.
Now creating table 'b' ...
Done!
Ok, everything is fine.. generating form...Form created!
Generating form processor...
Generating file-based database...
Warning: fopen(forms/admin/data.dat) [function.fopen]: failed to create stream: Permission denied in /home/animax/public_html/phpform/process3.php on line 558
Could not write file-based data file.
I have made every file and folder in phpform into chmod 777 and still i get this message! Please help!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
thats it! now we're ready to generate your form. if you encounter any errors, please make sure that you provided the correct database information (if any), and please maintain that everything is case sensitive. also remember to give read+write permissions to the forms directory (located under the phpformgen directory). thank you.
Now creating table 'b' ...
Done!
Ok, everything is fine.. generating form...Form created!
Generating form processor...
Generating file-based database...
Warning: fopen(forms/admin/data.dat) [function.fopen]: failed to create stream: Permission denied in /home/animax/public_html/phpform/process3.php on line 558
Could not write file-based data file.
I have made every file and folder in phpform into chmod 777 and still i get this message! Please help!
make sure data.dat has read+write permissions if alraedy exists. Use this command in Unix: chmod -R 777 forms