Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 7680 bytes) in...osv...
hvad betyder dette? og hvad er løsningen?
Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 7680 bytes) in...osv...
hvad betyder dette? og hvad er løsningen?
okey efter lidt søgen på nettet fandt jeg dette
Increasing memory allocated to PHP
Also released with Version 2.5, the WP_MEMORY_LIMIT option allows you to specify the maximum amount of memory that can be consumed by PHP. This setting may be necessary in the event you receive a message such as "Allowed memory size of xxxxxx bytes exhausted".
This setting increases PHP Memory only for WordPress, not other applications. By default, WordPress will attempt to increase memory allocated to PHP to 32MB (code is at beginning of wp-settings.php), so the setting in wp-config.php should reflect something higher than 32MB.
Please note, this setting may not work if your host does not allow for increasing the PHP memory limit--in that event, contact your host to increase the PHP memory limit. Also, note that many hosts set the PHP limit at 8MB.
Increase PHP Memory to 64MB
inde i wp-settings.php næsten øverst ændrer man til 64 fra 32: define('WP_MEMORY_LIMIT', '64M');
så loader min side igen....
Tak for tilbagemelding. Hvis du også lige sætter tråden til Resolved, så er det perfekt! :-)
ok, iorden...jeg vil ige nævne at efter man evt. har opgraderet til en nyere version af Wordpress så skal man ind og indstille igen...
Du skal være logget ind for at skrive.