How To Report Bug in Drupal Core?
I think I finally isolated a bug in drupal 7 core. Here's the "fix" (from directory 'includes'):
*** menu.inc.orig 2014-04-16 17:44:34.000000000 -0400
--- menu.inc 2014-07-07 16:45:01.468028987 -0400
*** 774,780 ****
}
for ($i = 0; $i < $router_item['number_parts']; $i++) {
if ($link_map[$i] == '%') {
! $link_map[$i] = $path_map[$i];
}
if (isset($tab_root_map[$i]) && $tab_root_map[$i] == '%') {
$tab_root_map[$i] = $path_map[$i];
--- 774,780 ----
}
for ($i = 0; $i < $router_item['number_parts']; $i++) {
Commona modules would not update using localization update
Hi,
This is my first post on drupal.org, so hi everyone and nice to meet you :)
I'm localizing Commons to Hebrew at http://hakaveret.org.il and using i18n, l10n update and l10n client modules.
I've managed to fetch .po localization files for all module except the commons modules. I've read somewhere that disabling the commons update module would resolve the issues, but that didn't work either.
Timed-Out Presentation - Views, Dates and Arguments
I was scheduled for a Lighting Talk last night, but the group ran out of time before we got there. The talk was titled "Views, Dates, and Arguments". It concerns a (known) bug I encountered in the Dates module when working with Views and Arguments. A discussion of the issue and my slides are on my blog at http://realism.com/blog/views-dates-and-arguments.
After Dark I discussed this with Ashok. He had encountered this error in the Spring and used the patch fix. I welcome further discussion here about recommended solutions.
Read moreProblem with Quiz module in OpenPublish distro
Hi guys,
Here is the problem we have with Quiz module: for some reason field "Question:" for any quiz question (we created 1 T/F and 1 multichoice) is not getting into the database: node_revisions.body. Also question update will erase manually(directly to db) added node_revisions.body field.
At least 3 people have this problem with OpenPublish installed. We have OpenPublish 2.2.
Reply from Quiz maintainers:
Read moreHelp reproducing 3 bugs in Omega8 stack
Please comment on this missing ALT attribute bug - oEmbed module
Hi Everyone,
I've just created this accessibility bug on the oEmbed filter for Drupal (D6 and D7),
http://drupal.org/node/1024470
I would welcome any comments and suggestion for improvements.
Many thanks,
Nick
Read moreDrupal SEO alert - issue with Meta Tags (nodewords) module and robots option
Since several people in our group are interested in SEO they may be running the Drupal Meta Tags module (http://drupal.org/project/nodewords). Apparently there is an issue in the module where, if certain config options are set, it will completely exclude your site from Google! Here's what my colleague Owen Barton just sent out about this:
Read moreBug db_query datetime columns ?
Hola,
Como desarrollador de Drupal abro esta discusión en busca de ayuda y/o confirmación sobre un posible bug que estoy viendo que se me esta presentando a la hora de crear un modulo.
Explico el bug que me esta ocurriendo.
Síntomas:
A la hora de crear un SQL para obtener una simple fecha la función db_query me retorna sin el día correcto por ejemplo:
<?php
$sql = 'SELECT DATE_FORMAT(date_added,\'%d-%m-%Y\') as date FROM {tabla_test} GROUP BY date_added ORDER BY date_added LIMIT 1'; // LIMIT 1 para obtener solo un resultado para test
$res = db_query($sql);
Two new sites - one sends email to webmaster@localhost
I am using Aegir hostmaster-0.4-alpha6.
I created two new sites with the hostmaster admin "simultaneously" - i.e. fast enough to have two installs in the queue to be processed at once, whose client email address is aegir@domain.com
One site has the welcome email being sent to aegir@domain.com and the other has it being sent to webmaster@localhost.
Since I am doing two identical tasks, I expect them to operate the same. And since I am creating them from a particular account, I expect them to email the client associated with that account (admin's client email address in this case).
Read morechange stream link on current schedule block
hi everybody, first of all i want to thanks abount this great module! it's amazing!
i just upgrated to version 5.20 and i'm very happy, but the only problem is that also if a change the web stream url in in the new schedule node it doesn't change, so the url remains the url of the site: check out my site: www.sanbaradio.it>red column>"on air" block>"sanbaradio stream" is the stream that i have associated to the schedule node "palinsesto" but, even if it change the name of the link, it doesn't change the link and it links to the main url of the site!
Read more






