We're getting the following error after a fresh install:

Warning: file_get_contents(profiles/julio/libraries/colorbox/colorbox/jquery.colorbox-min.js) [function.file-get-contents]: failed to open stream: No such file or directory in drupal_build_js_cache() (line 4915 of /home/usename/public_html/includes/common.inc).

Comments

ubuntuslave’s picture

I deleted the colorbox entire folder and then redownload it by typing

$ drush dl colorbox

Learn about drush before attempting this.

jsimonis’s picture

Before I posted this I'd deleted the whole folder, downloaded a fresh copy from drupal.org, and then uploaded it. Didn't fix the error.

ubuntuslave’s picture

As a last resort, use the colorbox module that comes with Julio. You might need to delete everything but just keep your sites folder (exclude all), and copy the contents of Julio back again.

jsimonis’s picture

The one that originally threw out the error was the one that came with Julio. I'm done with my work on that project, so hopefully the person who was doing the next phase will be able to work it out.

Drewbee’s picture

Got the same error right after installation.
Site looks horrible, no CSS, no layout, nothing!

I think there is a parsing/programming error because there is no actual directory
profiles/julio/libraries/colorbox/colorbox/ with a file jquery.colorbox-min.js in it.
Instead, that file is located in profiles/julio/libraries/colorbox/
So looking for the folder "colorbox" inside the actual folder "colorbox" seems to cause the issue.

Any ideas how to fix this?

Regards,

Drewbee