Updates: OK, part of the problem is that WP doesn’t like using non alpha characters in the path (I’ll check mosquito and see if its known), so if I have:
https://ip.address.here/-/
As my root for the WP install, this causes a crash before getting to step 2. I made another install at:
https://ip.address.here/bs/
This time I get this error for the authors on step 1:
Warning: Attempt to assign property of non-object in C:wwwbswp-includeswp-db.php on line 241
Fatal error: Call to a member function query() on a non-object in C:wwwbswp-includeswp-db.php on line 244
There are ONLY two authors in the MT file, and their names map to already existing users in WP.
If I ignore that and click enter in one of the text fields, it starts to import a few entries, and then crashes Apache. This error is shown:
Warning: Invalid argument supplied for foreach() in C:\www\brainsource\wp-admin\import-mt.php on line 130
Warning: Invalid argument supplied for foreach() in C:\www\brainsource\wp-admin\import-mt.php on line 135
If I keep trying to reload, it keeps crashing after adding just a few more items, with more errors such as:
Warning: Attempt to assign property of non-object in C:wwwbrainsourcewp-includeswp-db.php on line 177
Post imported successfully...
Processing post... Temporal Evolution of Stereoscopic Processing...
Warning: Unknown list entry type in request shutdown (2358529) in C:wwwbrainsourcewp-includeswp-db.php on line 142
WordPress database error: [Duplicate entry '' for key 2]
INSERT INTO wp_users (user_level, user_login, user_pass, user_nickname) VALUES ('1', '', 'MD5 Hash was here!!!', '')
and
WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '0' at line 1]
0
WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'AND category_id = 27' at line 1]
SELECT * FROM wp_post2cat WHERE post_id = AND category_id = 27
WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ' 27)' at line 4]
INSERT INTO wp_post2cat (post_id, category_id) VALUES (, 27)
WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'AND category_id = 28' at line 1]
SELECT * FROM wp_post2cat WHERE post_id = AND category_id = 28
WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ' 28)' at line 4]
INSERT INTO wp_post2cat (post_id, category_id) VALUES (, 28)
WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'AND category_id = 27' at line 1]
SELECT * FROM wp_post2cat WHERE post_id = AND category_id = 27
WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ' 27)' at line 4]
INSERT INTO wp_post2cat (post_id, category_id) VALUES (, 27)
To reiterate: I run phpMyAdmin, Blog:CMS and WikkaWiki on this machine with NO problems – they NEVER crash either MySQL or Apache. Now this may not entirely be WP’s fault, but there is some specific instability that WP manages to evoke in Apache/MySQL…