Closed (cannot reproduce)
Project:
Flickr Sync
Version:
6.x-1.x-dev
Component:
Code
Priority:
Critical
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
20 Jan 2009 at 10:59 UTC
Updated:
10 Sep 2011 at 17:54 UTC
I am getting the following error when trying to import from flickr:
Fatal error: Unsupported operand types in .../includes/common.inc on line 1376
Comments
Comment #1
CharlieHipHop commentedI'm getting the same error when I try to send an e-mail using advuser.
Comment #2
bobthecow commentedThis error is because a module, a theme or a block of code you entered is calling url() using the old params... and it's not a very robust url() function so it dies :)
Here's a writeup on the problem, and what I did to solve it
Comment #3
akwala commentedAny idea why this error occurs when cron.php runs on a cron schedule, but not when I run it manually?
BTW, in my case, Flickr-Sync isn't the cause, I don't have this module installed.
Comment #4
gclicon commentedI was unable to reproduce this issue. Since this is an old issue, i'm going to close the issue but feel free to open if you've encountered this issue.