Why do I get this error message?
shiolo - October 28, 2009 - 23:41
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

=-=
is js aggregation enabled?
what translation modules are in use? Drupal doesn't come default with a languages/es folder that I can see.
Yes, js aggregation is
Yes, js aggregation is enable. I installed the transliteration module...
=-=
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
Also I have the Translation
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
=-=
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.
turned off the module and
turned off the module and activated the js aggregatiion and again I receive the error...
=-=
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.
nono, already checked, the
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!!