when upgrading kickstart to 2.4 (from rc2 I think) , all goes well (replaced old profile files with the new ones; run update.php) until it halted somewhere in the middle of 21 updates. I then did the index reset update manually (as found on this forum), ran update.php again. Then: I am down to the last 8 updates (7205 and onwards), and I get:
An AJAX HTTP error occurred. HTTP Result Code: 200 Debugging information follows. Path: http://xxxxxxxx.com/update.php?op=selection&token=KbwzEXiP5C_udPo7NlVlqF... StatusText: OK ResponseText: Fatal error: Maximum execution time of 30 seconds exceeded in /services5/webpages/w/h/xxxxxxxxx.com/public/includes/database/database.inc on line 2192
These updates say they have to do with changing the product display. And indeed, my site is now functioning perfectly, but no products are shown.. :)
update: Error log tells me:
The following updates returned messages
commerce_kickstart module
Update #7205
Important: We couldn't add the new fields to the index.
Help please..
Comments
Comment #0.0
xaxremoved site info.. And apologies for double clicked so double submitted issue
Comment #1
xaxI tried changing "search_api_index_items($index, 100);" to "search_api_index_items($index, 10);" as I found suggested in one of the RC update issues. But same time-out error remains..
Comment #2
xaxI looked at my database, to see why no new fields could be added to the index.. I find many "search_api_db_product_display_xxxxx" named lines, but which one is being created/updated by #7205? And could I perhaps add those fileds to the index manually, if so which fields, where, and how?
All help extremely welcome..
Comment #3
jsacksick commentedThe issue is coming from the pathauto bulk update which doesn't seem to be working, Can you try to replace
by
This will bypass the pathauto aliases generation that you'll be able to perform after the updates. See http://drupal.org/node/1872224#comment-6870644
Comment #4
jsacksick commentedLet's continue the discussion over there #1872224: Update Script Fails
Comment #5
xaxThanks.. I did that, all 8 updates now ran successfully until reaching 100%, after which I got the
message again.
When running update.php it now says no new updates.. On the site still no products to be seen (I know they are there, I can get the individual ones in view through admin). I did bulk update the aliases through admin, made lots of changes but no product overview pages are generated..
(I also disabled the two old product Views, and checked, Title and Libraries modules are installed and enabled and in the contrib folder)
Any way I can add the #7205 fields to the index myself? How and where?
Comment #6
xaxComment #6.0
xaxupdate with error log message added