Warning: getimagesize(albums/Batch%20Upload%20Stuff/thumb_render.png): failed to open stream: No such file or directory in /home/graffix/public_html/renders/include/functions.inc.php on line 1065
I get that error on main page between random files and latest additions. My gallery is functional but how do I get rid and solve this error?
Lines 1059 to 1071
if($select_columns == '*'){
$select_columns = 'p.*';
} else {
$select_columns = str_replace('pid', 'c.pid', $select_columns).', msg_id, author_id, msg_author, UNIX_TIMESTAMP(msg_date) as msg_date, msg_body, aid';
}
$TMP_SET = str_replace($CONFIG['TABLE_PICTURES'],'p',$ALBUM_SET);
Have you physically verified albums/Batch%20Upload%20Stuff/thumb_render.png exists?
Don't use spaces in folder names.
For some reason unknown to me the problem seems to have sorted its self out but thanks for the help!