After Installation and configuration I always get on the page
/ejournal/show/2/_/2

the following error message:

warning: Invalid argument supplied for foreach() in D:\Inetpub\lgt.wallung.com\sites\all\modules\cck\content.module on line 1284.

Below there is the string:

cover_page_node) : ?>

Then the defined cover page is listed and the issue

So the error is the string cover_page_node) : ?>

The very first ime I installed e-journal and created issue I didn't enter a number in cover page window. Maybe the error comes from this.

But I removed and uninstalled the version afterwards,
installed the developer version, but same error happened, so I removed and unistalled it again, and go back to rc3. But no improvement.

------------------
Can I enter for the cover page any node?

Is this a bug or am I doing something wrong?

Is there any better help than: http://drupal.org/project/ejournal or http://drupal.org/node/187987 which I tried to follow?

Thx for any help

Comments

spficklin’s picture

If you do not need a cover page node you can edit the display-issue.tpl.php file in the 'themes' directory of the eJournal package. Remove the if statement that tries to add the cover page node. It doesn't fix the problem but makes the error message go away.