PhotoPlog

PhotoPlog (http://www.photoplog.com/forum/index.php)
-   Troubleshooting & Problems (http://www.photoplog.com/forum/forumdisplay.php?f=6)
-   -   Having problem with upload (http://www.photoplog.com/forum/showthread.php?t=1219)

aaronchem 05-25-2007 03:14 AM

Having problem with upload
 
Hi there,

I have checked permissions are fine. I can uplaod images. But, I see error messages after submitting.

PHP Code:

Warningmove_uploaded_file(): Moved'/var/tmp/php50ki6y' to '/home/xxxxx/public_html/photoplog/images/1/1_nc-20061124-40577.jpg' in /home/uwsatorg/public_html/photoplog/upload.php on line 171

Warning
Cannot modify header information headers already sent by (output started at /home/xxxxxx/public_html/forum/includes/class_core.php:3083in /includes/functions.php on line 2785 

The images are uploaded and can be seen in the cat. Can anyone hel me fixing this problem? thanks

Morgan 05-25-2007 04:40 AM

In both the PhotoPlog upload.php and edit.php files find:
Code:

move_uploaded_file
And replace it with the following:
Code:

@move_uploaded_file
That is, slap a @ on the front.

Also, if you happen to be using iPowerWeb as your host, you may be interested in the following threads:

aaronchem 05-29-2007 02:31 PM

Thanks...it works great.

You are the man.


All times are GMT. The time now is 06:56 AM.

Powered by vBulletin® Version 3.8.5
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.