I just had problems with automatic updates on my hosting with 1&1. I noticed that by default this hosting runs PHP4 but I could set it to use PHP5 in htaccess:
AddType x-mapp-php5 .php After doing this the automatic update worked fine. Is the auto-update functionality PHP5 only? - Ben 2008/11/3 Ryan Boren <[EMAIL PROTECTED]>: > On Mon, Nov 3, 2008 at 9:32 AM, Otto <[EMAIL PROTECTED]> wrote: >> On Mon, Nov 3, 2008 at 11:22 AM, Ryan Boren <[EMAIL PROTECTED]> wrote: >>> I can reproduce these copy fails by setting the permissions for files >>> to 0444 so that they are not writable by the owner. I changed the code >>> so that when a copy fails, we chmod to 0644 and try the copy again. >> >> Heh. I guessed we crossed on this one. >> >> Do you change the permissions back to whatever they were before after >> the copy succeeds? I think this would be best, as if the permissions >> are that way, they may be that way for a reason. > > Agreed. I'm working on that right now. > _______________________________________________ > 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
