Claudio Perfili wrote:
Hi something's missing,
I'm trying to run this on a my own server and I get this error message multiple times ...
Warning: [ err 2/line 45/utilities.inc.php] error_log(/var/www/html/request/storage/fb_error.log.php): failed to open stream: Permission denied
Warning: [ err 2/line 84/utilities.inc.php] error_log(/var/www/html/request/storage/fb_error.log.php): failed to open stream: Permission denied
There is a function called "function writeErrorLog"
When I look at utilities.inc.php which calls "function writeErrorLog" there is a reference to fb_error.log.php; however, fb_error.log.php does not exist. I manually created error_log file hoping it would satisfy the function "writeErrorLog" using touch with the correct permissions but it does not seem to satisfy the script. I can create a bogus fb_error.log.php file that does nothing, or perhaps someone can provide me with the script that belongs in the fb_error.log.php?
[root@hompivsql01 request]# cd storage
[root@hompivsql01 storage]# ls
csv db error_log files
Thank you,
Claudio
What is the URL to your form?