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

arthurf’s picture

Status: Active » Postponed (maintainer needs more info)

Can 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?

Brian@brianpuccio.net’s picture

Status: Postponed (maintainer needs more info) » Active

Same 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.

neopoet’s picture

same issue. Ubuntu 8.04

arthurf’s picture

this 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?

mcrittenden’s picture

Status: Active » Postponed (maintainer needs more info)
yngens’s picture

ditto. subscribe

arthurf’s picture

Is this happening on d5 or d6?

yngens’s picture

Version: 5.x-1.x-dev » 6.x-2.x-dev

for me in d6. but the DB was upgraded from d5, if it has something with d5 version.

arthurf’s picture

Huh, 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?

yngens’s picture

Could you please consult on where exactly I need to put that code?

arthurf’s picture

Can you recheck this with the latest cvs code?