installed the 4.7 version of Delicious module in a Drupal 4.7.3 installation; databases were created, configurations were saved normally on admin/modules page.
could not find a Delicious entry in Admin/Settings
this is a potentially great module - anxious to be able to use it!
thanks,
will taylor
| Comment | File | Size | Author |
|---|---|---|---|
| #6 | delicious_settings_and_user.patch | 11.96 KB | the greenman |
Comments
Comment #1
aitiba commentedI have the same problem but after activate delicious module I receive a white page. Then I go to admin module and the module is active and the tables created but the administration menu doesnt appear.
I`m using drupal 4.7.3 on debian stable with 4.7.0 module.
simillibus: if you can contant with me.
Thanks. aitiba
Comment #2
captainmish commentedSame problem here. I made the mistake of activating the module before adding the sql for mysql, not sure if this could have caused it. There is no delicious entry under "settings". When I go to http://mysite.com/settings/delicious I get:
Fatal error: Call to undefined function: node_list() in [snip] /modules/delicious/delicious.module on line 92
I am using 4.7.3 with delicious 0.6 (delicious4.7.0.tar.gz)
Comment #3
jrstmartin commentedYup, me four. No administer > settings > delicious just administer > delicious blocks. I'm using 4.7.3.
_/03
Comment #4
hongpong commentedi am having the same problem, installed from the CVS version on drupal 4.7.3. it lets me make the blocks but not see the settings. when i force it to go there by typing in
http://www.hongpong.com/admin/settings/delicious
i get the following in my CGI error log
PHP Fatal error: Call to undefined function: node_list() in .../htdocs/modules/delicious/delicious.module on line 79
i can provide more info if useful...
Comment #5
David Goodwin commentedHi,
Continuing from the above :
1) When the module is enabled, it produces incorrect html underneath each node type (i.e.
2) The module doesn't seem to update my list of delicious links (it does connect to delicious, but i'm still seeing the same list of links in the box)
3) The module definately doesn't work with PostgreSQL out of the box (See my previous post with patches which help with this at least)
4) I spotted a number of broken links in the delicious.module file;
I think it's safest not to use this until it's updated/patched/fixed....
Comment #6
the greenman commentedThe problem with the settings page is that it was declared in the menu definitions. You first need to remove it from delicious_menu.
There is also a problem with node_list, which no longer exists in 4.7.
Comment #7
vikramsurya commentedModule cannot be activated as it stands (with or without patch).
I think the patch isn't entirely right, still uses deprecated node_name in function delicious_settings
I tried this:
It's a little better -- at least it got the settings page to appear when it is directly requested at admin/settings/delicious (but still does not appear in admin/settings menu), but content of page only reads "Array". No form there. Why would it just return "Array"?
Comment #8
digitalfrontiersmediaI believe you're simply missing the return argument. Try:
function delicious_settings($form) {
instead of:
function delicious_settings {
This seems to have worked for me. Delicious admin settings form now appears.
Comment #9
digitalfrontiersmediaMy bad. Above is not the answer but according to my error reports, an argument is missing from the _settings().
Comment #10
digitalfrontiersmediaWhat about this?
I think the missing argument was for the "node_get_types()" as it was listed before.
Comment #11
Anonymous (not verified) commentedComment #12
(not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.