Hi Richard, The 'Out of memory' error means that the script requested more RAM that is physically available on your server. I suspect that you have something like 56M available according to this error.
So it would be better for you to change your .htaccess file this way: php_value upload_max_filesize 57M php_value post_max_size 57M php_value memory_limit 56M It probably won't help but this configuration fits better your environment. As for the error itself I suppose it is caused by generating preview for a quite large image, so I'd recommend to disable the gallery app. --- Victor Dubiniuk On Mon, Jun 18, 2012 at 10:39 AM, Richard Burns <[email protected]> wrote: > Hi, i removed the log file as you stated but still no joy. > This is a shared hosted webserver from 1and1. > > I have OC 4.0.2 (live) on the root, but also have 4.0.2 on the same server > in a different dir & db for testing purposes. The one for testing purposes > works fine whereas the live on doesnt. > > > Richard > > > > > > On Mon, Jun 18, 2012 at 4:14 AM, Denis Kot <[email protected]> wrote: > >> Remove old owncloud.log in data directory >> On Jun 18, 2012 1:30 AM, "Richard Burns" <[email protected]> wrote: >> >>> After multiple clean installs of 4.0.2 on my hosted webserver i'm now >>> getting the following, any ideas? >>> >>> *Fatal error*: Out of memory (allocated 59506688) (tried to allocate >>> 12672 bytes) in */homepages/44/d409264529/htdocs/lib/image.php* on line >>> *351* >>> * >>> * >>> * >>> * >>> *Richard* >>> >>> _______________________________________________ >>> Owncloud mailing list >>> [email protected] >>> https://mail.kde.org/mailman/listinfo/owncloud >>> >>> > > _______________________________________________ > Owncloud mailing list > [email protected] > https://mail.kde.org/mailman/listinfo/owncloud > >
_______________________________________________ Owncloud mailing list [email protected] https://mail.kde.org/mailman/listinfo/owncloud
