After loading the ejournal.mysql database, I get an error that says "ERROR 1050 (42S01) at line 3: Table 'ejournal_articles' already exists" and under administer > ejournal > working, I see "warning: Invalid argument supplied for foreach() in /var/www/html/mydrupal/modules/ejournal/ejournal.module on line 1605." Any idea why this happened and what does it mean? Thanks

Comments

romca’s picture

Status: Active » Closed (fixed)

- probably installed module twice, that's why the first message
- the second message is related to the attempt to list non-existing issues (fixed now)
Both of the messages are not serious errors. But you already must know ;-)