Hi, I uploaded my website to the web and I receive an error message on every page...the code is the following:

warning: file_get_contents(languages/es_7b396e57b4ed496f7664fc3c46d836c4.js) [function.file-get-contents]: failed to open stream: No such file or directory in /www/mywebsite.com.ar/htdocs/mywebsite/includes/common.inc on line 2403.

What's happening? I posted it here because I tried averythiing I could to solve it
thnaks

Can this be related with my other problem? http://drupal.org/node/615422

Comments

vm’s picture

is js aggregation enabled?

what translation modules are in use? Drupal doesn't come default with a languages/es folder that I can see.

shiolo’s picture

Yes, js aggregation is enable. I installed the transliteration module...

vm’s picture

transliteration doesn't create a languages folder, it transliterates filenames. I don't think thats the issue.

Disable js aggregation and test site.

Some module lookes like its creating a languages/es folder which I'd assume is a translation module of some sort for translating to espanol

shiolo’s picture

Also I have the Translation helpers module
I disabled and I dont receive the message, what should I do to be able to have the js aggregation active and not to receive the message?
thanks

vm’s picture

first thing to do is narrow down the exact cause of the issue.

disable translation modules. enable js aggregation and test. not sure if ALL modules work with js aggregation. Thus you may have to make a tradeoff.

shiolo’s picture

turned off the module and activated the js aggregatiion and again I receive the error...

vm’s picture

well, you've going to have to take the time to disable one modules at a time until the error is no longer present. If using translation helpers, I'd have to presume you are using other translation modules.

In the meantime leave js aggregation disabled.

good luck.

shiolo’s picture

nono, already checked, the only module on Multilanguage section is the one I told you, I'll check and then I'll post what I found out, thanks for the help!!