Ho risolto grazie a questo articolo Installation Failed / Deletion Failed in WordPress
Avevo già cercato extra space ma non lo trovavo, adesso ho aggiornato il file functions del tema e ho risolto i problemi di caricamento.
Riporta di nuovo il messaggio di errore che ricevi ed il contenuto del file indicato da questo.
Ora come errori sono rimasti questi -
Codice:
Notice: Undefined offset: 1 in /membri/.dummy/apps/wordpress/wp-content/plugins/altervista/main.php on line 54
Notice: Undefined offset: 1 in /membri/.dummy/apps/wordpress/wp-content/plugins/altervista/main.php on line 54
Notice: Undefined offset: 1 in /membri/.dummy/apps/wordpress/wp-content/plugins/altervista/main.php on line 54
Notice: Undefined offset: 1 in /membri/.dummy/apps/wordpress/wp-content/plugins/altervista/main.php on line 54
Notice: Undefined offset: 1 in /membri/.dummy/apps/wordpress/wp-content/plugins/altervista/main.php on line 54
Notice: Undefined offset: 1 in /membri/.dummy/apps/wordpress/wp-content/plugins/altervista/main.php on line 54
Notice: Undefined offset: 1 in /membri/.dummy/apps/wordpress/wp-content/plugins/altervista/main.php on line 54
Strict Standards: Only variables should be passed by reference in /membri/.dummy/apps/wordpress/wp-content/plugins/altervista/main.php on line 47
7 righe uguali ?! Ma non so veramente da dove viene questo /plugins/altervista/main.php
E quelli di __construct() dei plugin non aggiornati da anni (e che, se ho capito bene, solo gli svilupatori possono aggiustare) e di add_theme_support( 'custom-background', $args ) che cercherò di risolvere prossimamente...
Riporta il contenuto completo di entrambi i file .htaccess, come sono adesso.
Questo è quello in cartella Blog -
Codice:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /blog/
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /blog/index.php [L]
</IfModule>
# END WordPress
# # av:php5-engine
AddHandler av-php56 .php
Questo è l'altro al di fuori -
Codice:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
# # av:php5-engine
AddHandler av-php56 .php
php_value post_max_size 20M
php_value upload_max_filesize 20M
php_value memory_limit 256M
# # av:Toolbar
SetEnv AV_TOOLBAR 0