I get the following error in my logs on every page load after updating to 2.6:

file_get_contents(sites/all/modules/ad_flash/scripts/AC_RunActiveContent.js) [function.file-get-contents]: failed to open stream: No such file or directory in /usr/local/apache2/vhosts/kpbj.com/htdocs/includes/common.inc on line 2424.

Comments

Alex Andrascu’s picture

do you have the scripts folder in your ad_flash module folder ?

gregarios’s picture

Category: bug » feature

DOH!

Nope. ;-)

Hey, maybe this would be a good time to request that the module use the new Drupal /sites/all/libraries/ad_flash/ location for the scripts so they don't have to be replaced every upgrade? lol

Alex Andrascu’s picture

True DOH! :D

I'll do it in the next release i need to take a look at the code see what needs to be changed for that.

Thanks for the tip though. Good one.

Alex Andrascu’s picture

Title: "Failed to open stream" Errors » Move the scripts folder to sites/all/libraries/ad_flash

Edited the title to be more clear for me and not scare the sheep out of people.

Alex Andrascu’s picture

Version: 6.x-2.6 » 6.x-2.x-dev
Assigned: Unassigned » Alex Andrascu
gregarios’s picture

The new dev version (Sept 19th) doesn't appear to need the scripts folder at all! Can anyone else verify that IE8, Safari, and Firefox are all showing the flash ads correctly even without the old adobe scripts now?

Alex Andrascu’s picture

:p That's because you allready have them loaded somewhere (somehow) i guess. Check in your browser with Firebug or something see where they come from

gregarios’s picture

That's because you allready have them loaded somewhere (somehow) i guess. Check in your browser with Firebug or something see where they come from

Hmmm... can't find the scripts anywhere, but you may still be right if it's being loded externally and renamed in a different module I suppose...

Alex Andrascu’s picture

I've created #917892: Wanted features list . Closing this one down.

Alex Andrascu’s picture

Status: Active » Closed (duplicate)