Hi, Iam always on the way to find out all the bugs in my website, and i find a new bug !
I got an error when i click on the png generation if an nfo file is joined with a torrent ...
That's the error :
imagecreatefrompng(DIR/resources/nfo_font.png) [function.imagecreatefrompng]: failed to open stream: No such file or directory (#2) in /functions/nfo.php on line 128
Blog posts: 11
Added downloads: 2 Comments: 18 Forum posts: 572
Check NFO_FONT value in your conf.php. It should say something like this: # Font for NFO image generation
define ( 'NFO_FONT', DIR .'/resources/nfo_font.png' );
I got an error when i click on the png generation if an nfo file is joined with a torrent ...
That's the error :
imagecreatefrompng(DIR/resources/nfo_font.png) [function.imagecreatefrompng]: failed to open stream: No such file or directory (#2) in /functions/nfo.php on line 128
Added downloads: 2
Comments: 18
Forum posts: 572
# Font for NFO image generation define ( 'NFO_FONT', DIR .'/resources/nfo_font.png' );
But the bug is still there ...
Added downloads: 2
Comments: 18
Forum posts: 572
define ( 'DIR', dirname ( __FILE__ ) );
Added downloads: 2
Comments: 18
Forum posts: 572
Try modifying error level in conf.php:
define ( 'ERR_LEVEL', 4 );
See what error message will you get then.