Gezocht: Iemand die WP-inlogsysteem kan repareren
Pagina: « vorige 1 2 3 4 volgende »
wp-config.php, die moet je aanpassen.
Ik heb nu de website veranderd, als ik een pagina veranderde en druk op refresh kreeg ik de pagina 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 ????
WAT IS ER FOUT ????
Is een herinstallatie niet zinvoller, want ik denk dat je WordPress nu behoorlijk om zeep hebt geholpen.
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.
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.
Arien , je schrijft wp-config.php, die moet je aanpassen.
Oke, heb de map gevonden , maar wat moet ik aanpassen ?
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 -
oke ik zie nu dit in het begin
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.
Heb het helemaal boven gezet, krijg nu deze mededeling
error_reporting(E_ALL); ini_set('display_errors', 1); 
error_reporting(E_ALL); ini_set('display_errors', 1); 
Dan doe je het dus fout.
Heb het eronder gezet, nu zie ik in de balk http://love4water.de/wp-login.php
En op de pagina 
Toevoeging op 09/03/2016 22:12:51:
Zie er nu zo uit
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:
Dan is er blijkbaar dus geen foutmelding vanuit PHP, maar zit het in Wordpress?
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.
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.
Maak dit er eens van:
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
Oke dat kan ik doen, maar dan zeker zonder de Storefront Thema, en die later activeren ?
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
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.
Er staat
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?
wat bedoel je ?
Toevoeging op 09/03/2016 22:26:25:
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
(Haal de gebruikersnamen en wachtwoorden even weg)
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.
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.




