ildella
Member
Posted 4 years ago #
Hi. I have tried this script http://www.wildgardenseed.com/Taj/wordpress/
and followed readme.txt instructions.
I receive this error message:
"There doesn't seem to be a wp-config.php file. You must install WordPress before you import any entries."
This is coded in php script. BTW, wp-config.php exists and wordpress is properly configured:
http://della.turbino.net/wordpress/
Any ideas? Thanks
I have never used this script, but having in mind that all the other scripts are in the wp-admin folder AND the fact that the script is looking for the wp-config file up one level (../wp-config) I'd give it a try by uploading it to the wp-admin folder.
Caveat! No guarantee, so backup everything!
ildella
Member
Posted 4 years ago #
You give me the idea. The solution was to change the script to search for "wp-config.php" without the "../" before.
Now I receive a series of "WordPress database error: [No Database Selected]"
The first post is imported correctly but then the script stops. Errors are relative to first post.
Again, no idea... I have looked into code and found no places where WordPress database is explicitely named, so I guess the script knows where to put importet data...
ildella
Member
Posted 4 years ago #
I have solved :)
Simply follwed instructions on readme.txt...
Ok, the second part of the instructions, where he said to replace some field with explicit DB informations...
I miss that part first time, sorry...