ok i will see later! NIGGY <[EMAIL PROTECTED]> wrote: I still have same problems and now I found that nothing uploads when I use WP download, getting this error:
*Warning*: move_uploaded_file(../wp-content/plugins/wp-downloadMonitor/user_uploads/HowDoYouMakeMoneyWithInformationProducts.zip) [function.move-uploaded-file]: failed to open stream: Permission denied in * /home/niggy/public_html/wp-content/plugins/wp-downloadMonitor/upload_class.php * on line *130* *Warning*: move_uploaded_file() [function.move-uploaded-file]: Unable to move '/tmp/phpv31KLl' to '../wp-content/plugins/wp-downloadMonitor/user_uploads/HowDoYouMakeMoneyWithInformationProducts.zip' in * /home/niggy/public_html/wp-content/plugins/wp-downloadMonitor/upload_class.php * on line *130 I even tried change permissions for all folders/files in that plugin to 777 but this dont helps too. Week ago (before beta 3 release) that plugin worked well. I have no idea what is going on - maybe there is something with my hosting not WP? It's just strange that all problems with uploads happened after last WP update. As about which plugins I use: ****Akismet ****All in One SEO Pack ****Brian's Threaded Comments ****Clicky Web Analytics ****Dagon Design Sitemap Generator ****Dofollow ****Enforce www. Preference ****Feed Footer ****Google (XML) Sitemaps ****Kontera Integration ****MyAvatars **MyBlogLog Widget ****Nofollow reciprocity ****Related Posts ****Secure and Accessible PHP Contact Form ****Show Top Commentators ****Sitemap Tags ****Spam Karma 2 ****Subscribe To Comments ****TD Word Count ****Text Link Ads ******WordPress.com Stats ****Wordpress Download Monitor ****WP-DBManager * ***WP-SphinnIt ****WP-UserOnline ****WP AJAX Edit Comments I know it's alot... but I use them all. If you think some of them can be for reason why I am getting problems - I can try deactivate those... I also removed *the @ from line 173 in wp-admin/includes/file.php and tried upload image to post again and this is what I got: *Warning*: move_uploaded_file(/home/niggy/public_html/wp-content/uploads/2007/09/_2.jpg) [function.move-uploaded-file]: failed to open stream: Permission denied in * /home/niggy/public_html/wp-admin/includes/file.php* on line *173* *Warning*: move_uploaded_file() [function.move-uploaded-file]: Unable to move '/tmp/phpZBG4NK' to '/home/niggy/public_html/wp-content/uploads/2007/09/_2.jpg' in * /home/niggy/public_html/wp-admin/includes/file.php* on line *173* The uploaded file could not be moved to /home/niggy/public_html/wp-content/uploads/2007/09. *Warning*: Cannot modify header information - headers already sent by (output started at /home/niggy/public_html/wp-admin/includes/file.php:173) in */home/niggy/public_html/wp-includes/functions.php* on line *1197 So I still dont understand nothing :( Any ideas? Thank you very much, Inga www.niggybuzz.com ** * On 9/15/07, [EMAIL PROTECTED] < [EMAIL PROTECTED]> wrote: > > Send wp-testers mailing list submissions to > [email protected] > > To subscribe or unsubscribe via the World Wide Web, visit > http://lists.automattic.com/mailman/listinfo/wp-testers > or, via email, send a message with subject or body 'help' to > [EMAIL PROTECTED] > > You can reach the person managing the list at > [EMAIL PROTECTED] > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of wp-testers digest..." > > > Today's Topics: > > 1. Can't upload images (NIGGY) > 2. Re: Can't upload images (Lorenzo) > 3. RE: Can't upload images ([EMAIL PROTECTED]) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Sat, 15 Sep 2007 13:43:11 +0300 > From: NIGGY > Subject: [wp-testers] Can't upload images > To: [email protected] > Message-ID: > > Content-Type: text/plain; charset=ISO-8859-1 > > Hello, > > after upgrade from WP 2.3 beta 2 to WP 2.3 beta 3 I now can't upload > images > for posts: > > The uploaded file could not be moved to > /home/niggy/public_html/wp-content/uploads/2007/09. > *Warning*: Cannot modify header information - headers already sent by > (output started at /home/niggy/public_html/wp-admin/includes/file.php:174) > in */home/niggy/public_html/wp-includes/functions.php* on line *1197 > > *Permissions for files are not changed and so I can't understand what's > wrong now :-S > > Any ideas what happened? > > Thank you, > Inga > www.niggybuzz.com > > > ------------------------------ > > Message: 2 > Date: Sat, 15 Sep 2007 12:48:35 +0200 > From: Lorenzo > Subject: Re: [wp-testers] Can't upload images > To: [email protected] > Message-ID: > > Content-Type: text/plain; charset=UTF-8 > > Are you using some plugins? > Which ones? > > > 2007/9/15, NIGGY : > > > > Hello, > > > > after upgrade from WP 2.3 beta 2 to WP 2.3 beta 3 I now can't upload > > images > > for posts: > > > > The uploaded file could not be moved to > > /home/niggy/public_html/wp-content/uploads/2007/09. > > *Warning*: Cannot modify header information - headers already sent by > > (output started at > /home/niggy/public_html/wp-admin/includes/file.php:174) > > in */home/niggy/public_html/wp-includes/functions.php* on line *1197 > > > > *Permissions for files are not changed and so I can't understand what's > > wrong now :-S > > > > Any ideas what happened? > > > > Thank you, > > Inga > > www.niggybuzz.com > > _______________________________________________ > > wp-testers mailing list > > [email protected] > > http://lists.automattic.com/mailman/listinfo/wp-testers > > > > > ------------------------------ > > Message: 3 > Date: Sat, 15 Sep 2007 13:22:17 +0200 > From: > Subject: RE: [wp-testers] Can't upload images > To: > Message-ID: <[EMAIL PROTECTED]> > Content-Type: text/plain; charset="us-ascii" > > Hi, > > For some reason the call to move_uploaded_file on line 173 in file.phpfails > on your blog. > > If I look at the changes between beta2 and beta3 [1], we haven't changed > anything in or related to that file. > > Could it be that somehow some file/directory permissions/ownership got > changed while uploading beta3? > > Another strange thing is that wp_die threw a "Cannot modify header" > warning. > But looking through the code I think that part has been fixed since the > release of beta3 [2]. > > You could also try to temporarily remove the @ from line 173 in > wp-admin/includes/file.php to see the actual error message instead of the > "pretty" error message. Maybe that will tell what the actual problem is. > > Regards, > Bas Bosman (Nazgul) > > [1] > > http://trac.wordpress.org/changeset?old_path=%2Ftrunk%2F&old=6027&new_path=% > 2Ftrunk%2F&new=6073 > [2] http://trac.wordpress.org/changeset/6110 > > > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of NIGGY > Sent: zaterdag 15 september 2007 12:43 > To: [email protected] > Subject: [wp-testers] Can't upload images > > Hello, > > after upgrade from WP 2.3 beta 2 to WP 2.3 beta 3 I now can't upload > images > for posts: > > The uploaded file could not be moved to > /home/niggy/public_html/wp-content/uploads/2007/09. > *Warning*: Cannot modify header information - headers already sent by > (output started at /home/niggy/public_html/wp-admin/includes/file.php:174) > in */home/niggy/public_html/wp-includes/functions.php* on line *1197 > > *Permissions for files are not changed and so I can't understand what's > wrong now :-S > > Any ideas what happened? > > Thank you, > Inga > www.niggybuzz.com > _______________________________________________ > wp-testers mailing list > [email protected] > http://lists.automattic.com/mailman/listinfo/wp-testers > > > > ------------------------------ > > _______________________________________________ > wp-testers mailing list > [email protected] > http://lists.automattic.com/mailman/listinfo/wp-testers > > > End of wp-testers Digest, Vol 31, Issue 25 > ****************************************** > _______________________________________________ wp-testers mailing list [email protected] http://lists.automattic.com/mailman/listinfo/wp-testers --------------------------------- 5, 50, 500, 5000 - Store N number of mails in your inbox. Click here. _______________________________________________ wp-testers mailing list [email protected] http://lists.automattic.com/mailman/listinfo/wp-testers
