Quote:
Originally Posted by Veer
Just installed right now.
When I click on "Edit Settings" link I get these errors:
Code:
Warning: fopen(fbb.log) [function.fopen]: failed to open stream: Permission denied in [path]/fbb/functions.php on line 609
Warning: fwrite(): supplied argument is not a valid stream resource in [path]/fbb/functions.php on line 610
Warning: fclose(): supplied argument is not a valid stream resource in [path]/fbb/functions.php on line 611
I followed all instructions, and also chmod 777 fbb folder, so what is wrong?
Edit:
After adding API and other details error gone.
|
Well, this product has a fall-back log function that store all error code in a file (not in database). The file is located in your forum root named "fbb.log". Please create that file and chmod to 777. The reason for this file is to log everything independently from vBulletin database system. In the future release, I think I will remove the needs for this file but... not now
PS: Even the error are gone, you should create that file and chmod. We may need the debug information in it later.