Good news:
Your recent version fixed the missing path issue.

New issue:
I successfully created a link to an external url.
I activated bookmark in a block and placed the block in the sidebar.
I enabled bookmark permissions for all users EXCEPT anonymous.
I logged out as admin, logged in as testuser.

Looked at the sidebar and the bookmarks block exist.
clicked on the link 'customize' in the block and got the following error:
Fatal error: Call to undefined function _dhtml_menu_build_menu() in C:\www\drupal-6.2\modules\bookmarks\bookmarks.module on line 233

Logged out as testuser.
Logged in as admin.
>>administer>>sitebuilding>>bookmarks>>mylink
same error

tried clicking on >>administer and
same error
I can't administer the site now from the front end.

FYI, i did use phpmyadmin and go into menu_custom and remove the 3 entries created prior to your fix since they always returned a page not found error.
I also removed 3 entries from block_roles which were created prior to your fix.

Comments

bekasu’s picture

I also just tried updating dhtml_menu code to the release from yesterday (most recent), but the problem still exists.

As soon as i click on localhost>>drupal to visit the test site it immediately gives me the error.

If i change the function call to a valid function, the site continues to function after it spits up a few drupal system errors.

I'll await your assistance.

Anonymous’s picture

Assigned: Unassigned »
Status: Active » Fixed

1.4.3 should fix this issue. Please note that DHTML Menus is still a requirement.

bekasu’s picture

Thank you for the timely changes.
I've been comparing code as you tweak things, I have much to learn.

Good news:
The function not found error has been eliminated and the site is now working again.

New issue:
The following error showed when I access the site, no matter what page i am on.

* warning: include_once(modules/dhtml_menu/dhtml_menu.inc) [function.include-once]: failed to open stream: No such file or directory in C:\www\drupal-6.2\includes\theme.inc on line 587.
* warning: include_once() [function.include]: Failed opening 'modules/dhtml_menu/dhtml_menu.inc' for inclusion (include_path='.;C:\php5\pear') in C:\www\drupal-6.2\includes\theme.inc on line 587.
* warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'theme_dhtml_menu_tree' was given in C:\www\drupal-6.2\includes\theme.inc on line 591.

What i tried:
Adding a menu in bookmarks, error still there.
Adding an item in bookmarks, error still there.

Changed the theme from celju to garland, problem cleared up on the pages.

However,
If I try to change the configuration for the link and make it public, save the configuration, and go to >>my account
so that I can see it on my profile page, I get the following error:

Fatal error: Call to undefined function _dhtml_get_add_links() in C:\www\drupal-6.2\modules\bookmarks\bookmarks_public.theme.inc on line 77

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.