- Home
- Categorie
- Coding e Sistemistica
- CMS & Piattaforme Self-Hosted
- problema forum
-
problema forum
Ciao,
da alcuni giorni, se cerco di entrare nella pagina dedicata al forum ottengo in risposta questo avviso:Home ? Forums
**Fatal error**: Allowed memory size of 94371840 bytes exhausted (tried to allocate 72 bytes) in **/****home/davethewave/formatoql.it/wp-includes/plugin.php** on line **137
**
non so come accedere a wp-includes/plugin.php
come potrei risolvere il problema?
-
- Se hai accesso al tuo file PHP.ini, cambia la riga in PHP.ini Se la riga dice 32M prova 64M: memory_limit = 64M
- Se non hai accesso al tuo file PHP.ini prova ad aggiungere al tuo file .htaccess : php_value memory_limit 64M
- Prova ad aggiungere nel tuo file wp-config.php: define('WP_MEMORY_LIMIT', '64M');
- Comunica con il tuo host.
-
Grazie,
con l'aiuto di un amico
abbiamo aumentato memoria disponibile per php.