gettin a php error gettin a php error
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

gettin a php error

Started by danny251, September 22, 2005, 05:09:44 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

danny251

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);

kegobeer

Have you physically verified albums/Batch%20Upload%20Stuff/thumb_render.png exists?
Do not send me a private message unless I ask for one.  Make your post public so everyone can benefit.

There are no stupid questions
But there are a LOT of inquisitive idiots

Nibbler

Don't use spaces in folder names.

danny251

For some reason unknown to me the problem seems to have sorted its self out but thanks for the help!