y4nux
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: 4.9.5 Update – redirect loop wp-adminProblem solved, database full…
Forum: Fixing WordPress
In reply to: 4.9.5 Update – redirect loop wp-adminthanks for reply @lukasklokan
but it still not working for me…
When i try “forgotten password”, i have this message :
-> Could not save password reset key in the databaseForum: Fixing WordPress
In reply to: 4.9.5 Update – redirect loop wp-adminNo is not working !!^^
Forum: Fixing WordPress
In reply to: 4.9.5 Update – redirect loop wp-adminWhen i try forgotten password, i have this message :
Impossible d’enregistrer la clé de mise à zéro du mot de passe dans la base de données
Could not save password reset key in the database.Forum: Fixing WordPress
In reply to: 4.9.5 Update – redirect loop wp-adminHi @abletec
except the update nothing has changed…
I just made the change, it’s now on PHP version 5.6
SetEnv PHP_VER 5_6
# 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 WordPressI put the previous version 5.3 of PHP to run the plugin BackWPup, he is now disable.
BackWPup requires PHP version 5.3 with spl extension or greater and WordPress 3.9 or greater.
Forum: Fixing WordPress
In reply to: 4.9.5 Update – redirect loop wp-adminThank you for reply 🙂
@rajanit2000, i just tried but no success…
My URL : http://badminton.uscreteil.com/wp-admin
When i delete the .htaccess file, i have this following error :
Parse error: syntax error, unexpected T_STRING in /home/uscretei/www/am/badminton/wp-includes/load.php on line 1095
Load.php (line 1095)
function is_wp_error( $thing ) {
return ( $thing instanceof WP_Error );And my .htaccess file :
SetEnv PHP_VER 5_3
# 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
Do you have other ideas ?