New installation, multiple problems
-
Brand spanking new installation of Apache, MySQL, PHP and WordPress. Followed instructions in documentation to the ‘T’ and WordPress started right up. Good job!
However, several problems exist that I didn’t expect in a stable release.
Problem #1 – Uploading Files
——————————————-
Don’t even know where to start on this one. This is a major flaw in the code, or I missed some sort of critical installation step.WordPress database error: [Field ‘post_content_filtered’ doesn’t have a default value]
INSERT INTO criminal_posts (post_author, post_date, post_date_gmt, post_content, post_title, post_excerpt, post_status, comment_status, ping_status, post_password, post_name, to_ping, pinged, post_modified, post_modified_gmt, post_parent, menu_order, post_mime_type, guid) VALUES (‘1’, ‘2006-07-28 11:52:15’, ‘2006-07-28 15:52:15’, ”, ‘Excel’, ”, ‘attachment’, ‘open’, ‘open’, ”, ‘excel’, ”, ”, ‘2006-07-28 11:52:15’, ‘2006-07-28 15:52:15’, ‘-1154101906’, ‘0’, ‘image/gif’, ‘https://www.fusioncube.net/wp-content/uploads/2006/07/excel.gif’)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 ” at line 3]
SELECT category_id FROM criminal_post2cat WHERE post_id =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 ‘ 1)’ at line 2]
INSERT INTO criminal_post2cat (post_id, category_id) VALUES (, 1)WordPress database error: [Out of range value adjusted for column ‘post_id’ at row 1]
INSERT INTO criminal_postmeta (post_id,meta_key,meta_value) VALUES (”,’_wp_attached_file’,’C:\Apache\htdocs\fusioncube/wp-content/uploads/2006/07/excel.gif’)WordPress database error: [Out of range value adjusted for column ‘post_id’ at row 1]
INSERT INTO criminal_postmeta (post_id,meta_key,meta_value) VALUES (”,’_wp_attachment_metadata’,’a:4:{s:5:\”width\”;i:56;s:6:\”height\”;i:58;s:14:\”hwstring_small\”;s:22:\”height=\’58\’ width=\’56\’\”;s:4:\”file\”;s:64:\”C:\\Apache\\htdocs\\fusioncube/wp-content/uploads/2006/07/excel.gif\”;}’)Warning: Cannot modify header information – headers already sent by (output started at C:\Apache\htdocs\fusioncube\wp-includes\wp-db.php:102) in C:\Apache\htdocs\fusioncube\wp-admin\inline-uploading.php on line 105
Problem #2 – Archives
———————————-
Ok, so I gave up on uploading images and started creating some of my text-only posts. Everything’s good, but when I click on the Archive link for this month, I get a 404. The directory and files aren’t being created.
Should they exist for the current month?
If so, why aren’t they there?
If not, why is the link being created in the sidebar?Problem #3 – Blogger Import
————————————
Just flat out doesn’t work. Hard to describe error, but when I start the import function, all it does is show a badly parsed verion of the Blogger login screen in the window. Have started this process, at least, 20 times. Fails the same everytime.
- The topic ‘New installation, multiple problems’ is closed to new replies.