gettin a php error gettin a php error
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

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!