Gezocht: Iemand die WP-inlogsysteem kan repareren
Pagina: « vorige 1 2 3 4 volgende »
wp-config.php, die moet je aanpassen.
http://love4water.de/wp-admin/post.php . Als ik met de pijl terug ga dan blijkt toch dat hij opgeslagen is. Log ik uit dan kom in niet meer in mijn daschboard, ik zou dan weet het thema moeten veranderen en alles is weer weg.
WAT IS ER FOUT ????
Ik heb nu de website veranderd, als ik een pagina veranderde en druk op refresh kreeg ik de pagina WAT IS ER FOUT ????
Als je nog in je Dashboard kan komen op een manier dan raad ik aan om direct daarvandaan een backup te maken, en WordPress opnieuw te installeren.
Oke, heb de map gevonden , maar wat moet ik aanpassen ?
toevoegen aan de PHPcode-bovenaan.
en de WP_DEBUG op true zetten:
Welke versie van Wordpress heb je eigenlijk?
Gewijzigd op 09/03/2016 21:54:03 door - Ariën -
Code (php)
1
2
3
4
5
6
7
8
9
10
2
3
4
5
6
7
8
9
10
<?php
/**
* The base configurations of the WordPress.
*
* This file has the following configurations: MySQL settings, Table Prefix,
* Secret Keys, WordPress Language, and ABSPATH. You can find more information by
* visiting {@link http://codex.wordpress.org/Editing_wp-config.php Editing
* wp-config.php} Codex page. You can get the MySQL settings from your web host
Waar moet ik het plaatsen
/**
* The base configurations of the WordPress.
*
* This file has the following configurations: MySQL settings, Table Prefix,
* Secret Keys, WordPress Language, and ABSPATH. You can find more information by
* visiting {@link http://codex.wordpress.org/Editing_wp-config.php Editing
* wp-config.php} Codex page. You can get the MySQL settings from your web host
Waar moet ik het plaatsen
Lees mijn post nog eens aandachtig door.
Nee, daaronder.
error_reporting(E_ALL); ini_set('display_errors', 1); 
Dan doe je het dus fout.
http://love4water.de/wp-login.php
En op de pagina 
Toevoeging op 09/03/2016 22:12:51:
Zie er nu zo uit
Heb het eronder gezet, nu zie ik in de balk En op de pagina 
Toevoeging op 09/03/2016 22:12:51:
Zie er nu zo uit
Code (php)
1
2
3
4
5
6
7
2
3
4
5
6
7
<?php
/**
error_reporting(E_ALL);
ini_set('display_errors', 1);
* The base configurations of the WordPress.
*
* This file has the following configurations:
/**
error_reporting(E_ALL);
ini_set('display_errors', 1);
* The base configurations of the WordPress.
*
* This file has the following configurations:
Maar kan je op een manier nog je Dashboard in komen? Dan raad ik aan om alles te backuppen/exporteren, en de boel opnieuw te installeren.
Ik vermoed dat je Wordpress behoorlijk instabiel gemaakt hebt.
Code (php)
1
2
3
4
5
6
7
2
3
4
5
6
7
<?php
error_reporting(E_ALL);
ini_set('display_errors', 1);
/**
* The base configurations of the WordPress.
*
* This file has the following configurations:
error_reporting(E_ALL);
ini_set('display_errors', 1);
/**
* The base configurations of the WordPress.
*
* This file has the following configurations:
Gewijzigd op 09/03/2016 22:14:47 door Frank M
Toevoeging op 09/03/2016 22:16:35:
Ok frank ik probeer het eens
Toevoeging op 09/03/2016 22:18:29:
Frank, ik zie alleen dit http://love4water.de/wp-login.php
Toevoeging op 09/03/2016 22:20:07:
Dit staat er nu
Code (php)
1
2
3
4
5
2
3
4
5
<?php
error_reporting(E_ALL);
ini_set('display_errors', 1);
* The base configurations of the WordPress.
*
error_reporting(E_ALL);
ini_set('display_errors', 1);
* The base configurations of the WordPress.
*
Dat staat er nu, maar dat is niet wat ik doorgegeven heb. Plaats mijn code eens? Als je zelf geen kennis van PHP hebt en dingen gaat aanpassen ga je al snel de mist in. 1 teken verkeerd leidt tot een foutmelding.
Code (php)
1
2
3
4
5
2
3
4
5
<?php
error_reporting(E_ALL);
ini_set('display_errors', 1);
/**
* The base configurations of the WordPress.
error_reporting(E_ALL);
ini_set('display_errors', 1);
/**
* The base configurations of the WordPress.
Wil je een paar regels verder kopiëren? Zie je ergens */ staan?
Toevoeging op 09/03/2016 22:26:25:
Code (php)
1
2
3
4
5
6
7
8
9
10
11
12
13
2
3
4
5
6
7
8
9
10
11
12
13
<?php
error_reporting(E_ALL);
ini_set('display_errors', 1);
/**
* The base configurations of the WordPress.
*
* This file has the following configurations: MySQL settings, Table Prefix,
* Secret Keys, WordPress Language, and ABSPATH. You can find more information by
* visiting {@link http://codex.wordpress.org/Editing_wp-config.php Editing
* wp-config.php} Codex page. You can get the MySQL settings from your web host.
*
* This file is used by the wp-config.php creation script during the
*
error_reporting(E_ALL);
ini_set('display_errors', 1);
/**
* The base configurations of the WordPress.
*
* This file has the following configurations: MySQL settings, Table Prefix,
* Secret Keys, WordPress Language, and ABSPATH. You can find more information by
* visiting {@link http://codex.wordpress.org/Editing_wp-config.php Editing
* wp-config.php} Codex page. You can get the MySQL settings from your web host.
*
* This file is used by the wp-config.php creation script during the
*
Gewijzigd op 09/03/2016 22:30:13 door Wiel Verheijen
define('DB_COLLATE
Is dat het einde van de regel?
Zo te zien zijn er geen foutmeldingen te vinden... Dan weet ik ook niet waar het aan ligt.