PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   Bugs From 1.0.0 (http://www.photopost.com/forum/bugs-1-0-0/)
-   -   Error message (http://www.photopost.com/forum/bugs-1-0-0/117981-error-message.html)

armagan March 31st, 2005 08:03 AM

Error message
 
I receive the error message below. Please help me find out what the problem is and how can I solve it. ?
Thank you.


Warning: unlink(/home/www/www.modifiyem.com/public_html/gallery/files/9/2/9/9/2292): No such file or directory in /includes/functions_gallery.php on line 1240

Warning: unlink(/home/www/www.modifiyem.com/public_html/gallery/files/9/2/9/9/2292): No such file or directory in /includes/functions_gallery.php on line 1244

Brian March 31st, 2005 08:11 AM

Re: Error message
 
What are you doing when you get the error?

ConqSoft March 31st, 2005 08:56 AM

Re: Error message
 
I saw it when I tried to delete an image using the moderation queue, and the image didn't actually exist.

armagan April 1st, 2005 05:09 AM

Re: Error message
 
QUOTE=ConqSoft]I saw it when I tried to delete an image using the moderation queue, and the image didn't actually exist.[/quote]

Brian April 1st, 2005 06:45 AM

Re: Error message
 
Look in your functions_gallery.php file for 2 instances of 'unlink', replace them with '@unlink', and that will take care of the problem.

PageUp April 2nd, 2005 12:26 PM

Re: Error message
 
Actually there are three instances of 'unlink' in the includes/functions_gallery.php page. Just to clarify: all three instances should be replaced with '@unlink'?

Brian April 2nd, 2005 12:27 PM

Re: Error message
 
If it don't already have the @ sign in front of it, then yes.


All times are GMT -5. The time now is 02:22 AM.

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97