I am receiving a fatal error after upgrading my site to Drupal 6 and the latest CCK:

Fatal error: Unsupported operand types in /home/.muckl/mydomain/mysite.com/includes/common.inc on line 1369

Comments

bomarmonk’s picture

Priority: Normal » Critical
bomarmonk’s picture

This happens when I click on the link to one of the articles when viewing my e-journal issue. The path for the screen right before selecting the article and getting the error: mysite.com/ejournal/show/1/_/1

romca’s picture

hi,
can you pls post the link that you click when it happens?

I suspect there is something in ejournal not playing nicely with cck

P.S. I won't be able to reply probably until 2 January or maybe later until 6th

bomarmonk’s picture

Ah, this is a wider problem related to contributed modules. I think the changes to Drupal 6.8 may have had something to do with this. See http://drupal.org/node/343342 and http://drupal.org/node/350315 for a couple of examples. I hope that helps!

decibel.places’s picture

using debug code here http://drupal.org/node/362799

this is the output:

array (
'file' => 'C:\\xampplite\\htdocs\\hmedia\\sites\\all\\modules\\ejournal\\ejournalcitation.module',
'line' => 77,
'function' => 'url',
'args' =>
array (
0 => 'node/8',
1 => NULL,
2 => NULL,
3 => true,
),
)

It doesn't happen when I enable the ejournal module, but when I also enable simplenews

I disabled e-journal citation and I was able to install simplenews

AFTER installing simplenews (and sub modules) I was able to re-enable e-journal citation without an error...

I also got this error when installing the Kaltura module

nobios’s picture

Status: Active » Fixed

Fixed in CVS

Status: Fixed » Closed (fixed)

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