Postponed (maintainer needs more info)
Project:
Media Mover
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
4 Feb 2009 at 21:55 UTC
Updated:
25 Dec 2010 at 15:19 UTC
When activated, the mm_s3 module is triggering an error, "Warning: Module 'curl' already loaded in Unknown on line 0". Seeing this on the admin menu pages..
Comments
Comment #1
arthurf commentedCan you give me a bit more information about your PHP setup? I'm not able to reproduce this locally... Also, do you have any other modules installed that might use curl?
Comment #2
Brian@brianpuccio.net commentedSame issue here. Ubuntu Hardy with PHP5 (suphp). Clean D6 install with pathauto and mediamover, just installed this morning. If you would like more information, I'll be glad to give it to you.
Comment #3
neopoet commentedsame issue. Ubuntu 8.04
Comment #4
arthurf commentedthis seems like pretty odd behavior. The S3.php library is loaded in mm_s3_class_check() and uses a require once which should prevent that from happening. Does it only happen when the menu gets reloaded?
Comment #5
mcrittenden commentedComment #6
yngens commentedditto. subscribe
Comment #7
arthurf commentedIs this happening on d5 or d6?
Comment #8
yngens commentedfor me in d6. but the DB was upgraded from d5, if it has something with d5 version.
Comment #9
arthurf commentedHuh, that's really weird to me that it's happening to you on the 2x branch. Are you getting the same error as above? Anyway you can do a debug_print_backtrace() to see what function is calling it again?
Comment #10
yngens commentedCould you please consult on where exactly I need to put that code?
Comment #11
arthurf commentedCan you recheck this with the latest cvs code?