FAILED: WordPress failed to update to WordPress 3.7-beta2-25774-20131014
BETA TESTING?
=============
If you think these failures might be due to a bug in WordPress 3.7, could you report it?
* Open a thread in the support forums: https://www.ads-software.com/support/forum/alphabeta
* Or, if you’re comfortable writing a bug report: https://core.trac.www.ads-software.com/
Thanks! — The WordPress Team
UPGRADE LOG
===========
WordPress 3.7-beta2-25774-20131014
———————————-
Updating to WordPress 3.7-beta2-25774-20131014
Downloading update from https://www.ads-software.com/nightly-builds/wordpress-latest.zip…
Unpacking the update…
Installation Failed
Error: [mkdir_failed_pclzip] Could not create directory.
I reinstalled (ftp) 3.0 beta2 by hand, and then repeated the automatic update and got the same results. Setup details:
– plugins: akismet 2.2.7 & WordPress.com Stat 1.6.3 package (alllatest versions)
– Dutch language (.mo) file installed
– site https://www.fotogroepwaalre.nl (but I will fix it)
I will do some further experimentation, but wanted to report this quickly.
]]>I’m playing with the new menu and don’t understand what is the right way to use it.
Let’s say I want to build a CMS site without blog, I would like to display a menu with Home | Products | Services | About
Products will show a submenu with Product 1 and Product 2
Services will show a submenu with Service 1 and Service 2
Should I create a menu with pages only?
ex. add page products to the menu, then add page product1 and product2
I tried to build a submenu according to this post
Adding submenu to some of the menu item is quite simple. 1st, add menu item which will be submenu item. 2nd, drag this item to the menu item under which you wish to have submenu and drop on it. That’s all. Simple, right?
but it doesn’t work, dragging it just change the order
Any help/link appreciated!
]]>it happen on 2.3-beta1, so i just upgraded fresh installed 2.3-beta1 to 2.3-beta2. but still the same.
what should i do?
WordPress database error: [Table ‘thecancer.gaepo_post2cat’ doesn’t exist]
SELECT cat_ID AS ID, MAX(post_modified) AS last_mod FROM gaepo_posts
p LEFT JOIN gaepo_post2cat
pc ON p.ID = pc.post_id LEFT JOIN gaepo_categories
c ON pc.category_id = c.cat_ID WHERE post_status = ‘publish’ GROUP BY cat_ID
WordPress database error: [Table ‘thecancer.gaepo_post2cat’ doesn’t exist]
SELECT cat_ID AS ID, MAX(post_modified) AS last_mod FROM gaepo_posts
p LEFT JOIN gaepo_post2cat
pc ON p.ID = pc.post_id LEFT JOIN gaepo_categories
c ON pc.category_id = c.cat_ID WHERE post_status = ‘publish’ GROUP BY cat_ID
Warning: Cannot modify header information – headers already sent by (output started at /home/hosting_users/thecancer/www/gaepo/wp-includes/wp-db.php:159) in /home/hosting_users/thecancer/www/gaepo/wp-includes/pluggable.php on line 422
]]>when installing completely new instance, several errors appear while insert statements as some (i think) new columns are not mentioned in the statements ( see below )
I made a workaround setting all the columns to not null, than this part worked fine.
But than I can login with admin/password, but not enter the admin panel. ( message : You do not have sufficient permissions to access this page. )
ps: These errors are not the only one, as when you change in wp_posts the columns, in table wp_posts several more columns are throwing an exception.
regards
EdgarM
Error messages in First step in installation.
WordPress database error: [Field ‘link_notes’ doesn’t have a default value]
INSERT INTO aa_links (link_url, link_name, link_category, link_rss) VALUES (‘https://blogs.linux.ie/xeer/’, ‘Donncha’, 1, ‘https://blogs.linux.ie/xeer/feed/’);
….
WordPress database error: [Field ‘category_description’ doesn’t have a default value]
INSERT INTO aa_categories (cat_ID, cat_name, category_nicename, category_count) VALUES (‘0’, ‘Uncategorized’, ‘uncategorized’, ‘1’)
WordPress database error: [Field ‘post_excerpt’ doesn’t have a default value]
INSERT INTO aa_posts (post_author, post_date, post_date_gmt, post_content, post_title, post_category, post_name, post_modified, post_modified_gmt, comment_count) VALUES (‘1’, ‘2005-11-22 21:45:08’, ‘2005-11-22 20:45:08’, ‘Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!’, ‘Hello world!’, ‘0’, ‘hello-world’, ‘2005-11-22 21:45:08’, ‘2005-11-22 20:45:08’, ‘1’)
WordPress database error: [Field ‘post_excerpt’ doesn’t have a default value]
INSERT INTO aa_posts (post_author, post_date, post_date_gmt, post_content, post_title, post_category, post_name, post_modified, post_modified_gmt, post_status) VALUES (‘1’, ‘2005-11-22 21:45:08’, ‘2005-11-22 20:45:08’, ‘This is an example of a WordPress page, you could edit this to put information about yourself or your site so readers know where you are coming from. You can create as many pages like this one or sub-pages as you like and manage all of your content inside of WordPress.’, ‘About’, ‘0’, ‘about’, ‘2005-11-22 21:45:08’, ‘2005-11-22 20:45:08’, ‘static’)