Not sure if there's a root cause, but you can simply increase the memory PHP is allowed to use by modifying your php.ini file. There's a line in it like:
memory_limit = 8M ; Maximum amount of memory a script may consume (8MB) You should be able to adjust that up a bit, depending on where you're hosting it. There's a way to do this with .htaccess as well, but I don't remember off the top of my head at 3am :P Duane On 3/16/08, Naudirz <[EMAIL PROTECTED]> wrote: > Hi! > im trying to use the nightly build from http://static.wordpress.org/builds/ > but after setting the db settings and running ./wp-admin/install.php > i just get this: > * > Fatal error*: Allowed memory size of 8388608 bytes exhausted (tried to > allocate 19456 bytes) in * > /usr/home/web/wse124663/blog/wp-admin/includes/media.php* on line *613 > > * > > Any suggestion?? > > RGDS Phibrz > > _______________________________________________ > 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
