Database importeren
-
Onlangs had ik een probleem met mijn website na een update. De foto’s die gebruikt werden als achtergrond afbeelding met een parallax, waren opeens niet meer zichtbaar. Ik heb de vraag gesteld aan de support van het thema, en ze hebben mij geantwoord dat ik de urls van de afbeeldingen moest aanpassen in de database:
The root of the problem is the following: the images are pulled using the old path which contains wordpress folder, see screen shot: http://prntscr.com/bfw5v6 .
You can check this one, for example: http://www.crewclub.be/wp-content/uploads/2015/01/parallax-img1.jpg .In order to display the images, you need to re-add the shortcodes.
en daarna dit antwoord:
In order to resolve the issue with images globally, you should access your database via phpMyAdmin tool in the hosting control panel, export the database, open the exported .sql file in any text editor (e.g. Notepad++, Sublime Text 2 etc.) and use the Find and Replace tool to find and replace all the instances of http://www.crewclub.be/wordpress with http://www.crewclub.be . Save the file and import it back to you database.
Once above steps are performed, the issue will be resolved.Ik heb ondertussen de database geëxporteerd en de url’s aangepast via ‘Brackets’. Nu is mijn vraag de volgende: Hoe moet ik deze terug importeren? Moet ik de tafels die er nu nog in staan eerst verwijderen? Of mag ik alles laten staan en gewoon een import doen van de database die ik heb aangepast?
- Het onderwerp ‘Database importeren’ is gesloten voor nieuwe reacties.