Come together with the global Drupal community in Rotterdam, 28 Sept – 1 Oct 2026. Sessions, contribution, connection, and Early Bird savings until 8 June.
On saving menu with token [current-page:arg:1] returns error:
Warning: include(C:\wamp\www\drupal-7.0/sites/all/modules/menu_token/menu-token-uses-tokens.tpl.php) [function.include]: failed to open stream: No such file or directory in theme_render_template() (line 1234 of C:\wamp\www\drupal-7.0\includes\theme.inc).
Warning: include() [function.include]: Failed opening 'C:\wamp\www\drupal-7.0/sites/all/modules/menu_token/menu-token-uses-tokens.tpl.php' for inclusion (include_path='.;C:\php5\pear') in theme_render_template() (line 1234 of C:\wamp\www\drupal-7.0\includes\theme.inc).
Seems as if it's looking for a template file and cannot find it (as mentioned in #1). Please post file for individual download.
@skov, please checkout latest dev version from CVS. It should be fixed there. Or please wait for couple of days. We are going to do release of 7.x branch.
Comments
Comment #1
dealancer commentedHere is a patch to 7.x-1.x-dev (2010-Nov-03).
The patch does not include new file "menu-token-uses-tokens.tpl.php" with content:
P.S.
@Yuriy, is there any way to include new file into the path?
Comment #2
dealancer commentedPlease, review patch.
Comment #3
ygerasimov commentedI have committed this patch with some changes like removing hook_install() etc. to repo.
Also I have created branch DRUPAL-7--1.
Comment #4
skov commentedOn saving menu with token [current-page:arg:1] returns error:
Seems as if it's looking for a template file and cannot find it (as mentioned in #1). Please post file for individual download.
Comment #5
skov commentedNever mind, I created the file manually.
Comment #6
ygerasimov commented@skov, please checkout latest dev version from CVS. It should be fixed there. Or please wait for couple of days. We are going to do release of 7.x branch.
Comment #7
develcuy commentedGreat job guys!
Please do further bug reports creating new issues, D7 branch is now available ;)
Comment #8
Jerome F commentedsubscribe
Comment #9
raulmuroc commentedStill not fixed in the latest dev version.
Comment #11
sachbearbeiter commentedstill not fixed
Comment #12
sachbearbeiter commentedComment #13
develcuy commentedThe dev release has been pointing to the wrong branch, but @dealancer fixed that a while ago.