interconnectit / Search-Replace-DB

This script was made to aid the process of migrating PHP and MySQL based websites. Works with most common CMSes.
https://interconnectit.com/products/search-and-replace-for-wordpress-databases/
GNU General Public License v3.0
4k stars 855 forks source link

WordPress Boostrap Path Incorrect - Script Dir not needed #201

Closed jaddie closed 4 years ago

jaddie commented 7 years ago

Edited require path for wordpress boostrap, as previous setup was causing a path pointing at the scripts's own folder with the actual require path for the wordpress script to be added on the end.

jaddie commented 7 years ago

Not sure if you want me to split out the 2nd commit I made into another pull request or not, let me know if so and I'll re do it :)

gianluigi-icit commented 4 years ago

We decided to remove the WP bootstrap, because we don't use it any more. Also many users reported problems with paths in MAMP or some strange setup.

Thanks for the PR anyway!