I have this syslog error message, please see why. Looks like everything works normally, if need more information about my system just say, I trying answer for everything.

file_get_contents(modules/ad_flash/scripts/swfobject.js) [function.file-get-contents]: failed to open stream: No such file or directory - /.../includes/locale.inc - 1713. sor.

Thanks

Comments

Alex Andrascu’s picture

It looks like a permission issue to me. Have you checked file permissions / ownership ?

lazly’s picture

Priority: Normal » Major

I have same problem, confirmed.

Alex Andrascu’s picture

Priority: Major » Normal

Have you tried #1 ? I was suggesting you a possible cause. I don't see an answer.

lazly’s picture

Yes, I tried, but this file is not exits. I have to modified Installation step number 4: I did the original step, after make a copy of AC_ActiveX.js to name swfobject.js. My module now look like this:

scripts/
├── [       2057]  AC_ActiveX.js
├── [       3233]  AC_RunActiveContent.js
└── [       2057]  swfobject.js

Its worked fine without this change, but made tons of garbage in my syslog.

Alex Andrascu’s picture

Yep i got it now...the dev version is using swfobject for mobile support. I need to mention that somewhere.