I download the module, installed, and turned it. When I click on atom under the settings menu under the administrator's menu, I get a Fatal error.

Fatal error: Call to undefined function: form_select() in /home/bookworm/public_html/cms_test/Drupal/drupal-4.7.0/modules/atom/atom.module on line 218

After searching on this issue, it was said you could get the feed by using the following URL pattern:
domainname.com/atom/feed/

I try that and then get this Fatal Error:

Fatal error: Call to undefined function: form_select() in /home/bookworm/public_html/cms_test/Drupal/drupal-4.7.0/modules/atom/atom.module on line 218

What am I doing wrong?

Comments

akseez’s picture

Title: Trying to get the Atom feed to work » Atom Module Fatal Error on line 218, 173
Version: 4.6.x-1.x-dev » 4.7.x-1.x-dev
Component: User interface » Code

I'm experiencing similar errors.

From the Administer>Settings>Atom menu selection:
Fatal error: Call to undefined function: form_select() in /home/akseez78/public_html/modules/atom.module on line 218

From domainname.com/atom/feed/
Fatal error: Call to undefined function: check_output() in /home/akseez78/public_html/modules/atom.module on line 173

akseez’s picture

Title: Atom Module Fatal Error on line 218, 173 » 4.7.0 Fixed the issue
Status: Active » Fixed

I updated the version of the Atom Module from 4.6.0 to 4.7.0 and it fixed the problem.
Atom Module Page:
http://drupal.org/project/atom

Atom 4.7.0 direct download:
http://ftp.osuosl.org/pub/drupal/files/projects/atom-4.7.0.tar.gz

klcthebookworm’s picture

Yes, it did. Thank you.

Anonymous’s picture

Status: Fixed » Closed (fixed)