Fatal error: Cannot redeclare render() in common.inc on line 5834 - Causing...
My website is afabengineering.com I am not really a php programer I am getting an internal server error 500 after moving the site to a new Virtualmin / Webmin hosting server (bluerubyhosting.com). I am...
View ArticleConfigFactory::get misses @return
As this is the same as what's on config(), which is a wrapper around this function, there's no need to review...
View Articlesystem_date_format_locale() in cache test is improper, thus causes db query...
This is an easy patch which resolves a performance issue with D7 core (an additional un-needed db call on each page load for my site).If your {date_format_locale} table is empty, when each time this...
View ArticleTabs on account page not working
After updating from Drupal 7.21 to Drupal 7.22 the tabs on the account page are not working.When the user clicks on the main profile tab the info on the page still displays the account fields and not...
View ArticleRefactor comment_links() as part of CommentRenderController::buildContent()
AFAIK, comment_links() historically has simply been a callback to provide some link definitions to affect comments. There's only been one call to comment_links since 2004.
View ArticleConsolidate messages about unsaved changes
We currently have various ways in which we describe to the user to press the "Save" button. I have always found this messaging rather unfriendly, although the reminder has proven to be effective. Its...
View ArticleRemove schema_fields_sql from entity plugin definition
During rebuild field_system_into_alternow calls entity_load_multiple('field_entity') which, in order to retrieve the plugin definition tries to retrieve the full schema, this is incredibly brittle. A...
View ArticleAdding a REST export display to a view kicks you out of admin/views and onto...
Weird, but true.In order to edit it, you need to go all the way back into the Views edit page (via contextual links or whatever), where you'll then get an error "Display "REST export" uses a path but...
View ArticleD8 upgrade path: file module; Update #8001
New try. This time with fresh installed D7.22 and after that created an article and one basic ... thing.OS: Android 4.2 Webserver: lighttpd/1.4.31 for KSWEB PHP: 5.4.13 MySQL: 5.1.62 Drupal 7.22Did all...
View ArticleNon-english installation report a warning and doesn't start
Just after following the first installation screen, where I choose the language installation, it returns me a message saying: 'The service definition "request" does not exist.' and I can't continue.The...
View ArticleUse of certain words creates errors.
Trying to stay with lowercase. db_insert('world_flag_logo_config')->fields(array('flag_format' => $form_state['values']['flag_format'],'flag_background' =>...
View ArticleAdd #anchors to permissions administration page
For the same usability reasons we did #184010: Add #anchors to modules administration page
View ArticleRename entity storage/list/form/render controllers to handlers, part 2:...
Splitting off from #1807042: Rename entity storage/list/form/render controllers to handlers, part 1: organize existing annotation keys since that's now focussed on the annotation keys.While I disagree...
View ArticleCommentStorageController releases the wrong lock
There's some mixup on which lock to acquire and which to release. Patch is coming.
View Articleurl_alter_test module uses an event subscriber instead of a path processor
The way that url_alter_test module alters the incoming path is wrong. It currently uses an event subscriber that listens to the request and sets the system path. This should have been changed with...
View ArticleHelp! My site is suddenly broken--I didn't do anything!
Help! Suddenly my site no longer recognizes the theme and/or the CSS. It's a total wreck. Fonts are different, spacing incorrect, some images are gone, etc. I don't know what happened. The last thing I...
View ArticleConvert taxonomy_vocabulary_confirm_reset_alphabetical() to...
Follow up for #1971384: [META] Convert page callbacks to controllersRewrite taxonomy_overview_terms (or Drupal\taxonomy\Form\OverviewTerms when #1974492: Convert...
View ArticleConvert taxonomy_get_tree() and associated functions into a Taxonomy service,...
Follow up for #1971384: [META] Convert page callbacks to controllerstaxonomy_get_tree() needs to be a service that can be injected into \Drupal\taxonomy\Form\OverviewTerms and other objects. Procedural...
View ArticleAdd Image Styles into functionality in Core Token module
Perhaps I don't know how to do this properly, but it looks like image_styles are not integrated into the core token module.With out image styles in tokens it's very hard to use images in things like...
View Articledb_insert on non-default schema fails if session timeouts
"By the book" way" with db_set_active('products'); fails if I have no session active when I press submit. No session table in product schema (of course it's not there). Does db_insert use sessions? It...
View Article