Closed (fixed)
Project:
G2 Glossary
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
29 Jan 2010 at 03:12 UTC
Updated:
1 Sep 2010 at 08:50 UTC
Example: /g2/initial/g does not substitute for 'g' in 2 messages:
entries starting by initial initial
Displaying 0 entries starting by 'initial' from a total number of 0 entries.
Comments
Comment #1
fgmFixed in this morning's version, thanks. Should be rolled by Drupal in the next 12 hours.
In the meantime, just replace the '1' at line 1556 (the menu entry for this path) by a '2' and rebuild your menu.
Comment #2
webel commentedDownloaded latest, the initial part now seems to work ok, thanks:
Comment #3
fgmComment #5
daniel wentsch commentedHaving the same problem, although line 1555 says
'page arguments' => array('g2_entries', 2),Using g2 6.x-1.0 on Drupal 6.19.
Comment #6
fgmLine numbers are not the same in 6.1.0. In that version, the same bug appears at another line. If you do not want to use the latest dev version (which is likely best), but keep using 6.1.0, the line to modify is line 1547. Replace:
with
But, really, you should be using 6.1.dev, not 6.1.0.
One other thing, not G2-specific: when you add comments to a closed ticket, remember to reset it to active, otherwise the maintainer won't ever see it if he misses the initial notification by the system.