I've followed the instructions for installation, copied the needed files into the modules/navigation folder (where the modules directory is in the webroot), and tried to use the 'default' template to start building a more CSS-driven tabbed menu, but the admin UI continually reports:

Specify the relative path to your default style sheet. 
The style sheet specified here will be used to generate your tabs, 
unless you manually override these CSS definitions in your theme's CSS file.

File does not exist, or is not readable.

i've checked file permissions (even performing the security no-no of chmod 777 to test it out ), but the core can't find the style sheet.

am i missing a core setting somewhere?

CommentFileSizeAuthor
#2 screenCap.gif4.55 KBComradeBurnout

Comments

jeremy’s picture

For example, I have a file called 'kt.css' in the modules/navigation directory. Thus, at "administer » configuration » modules" I set the "Default style sheet" to "modules/navigation/kt.css".

What path are you setting? It needs to be relative from the top Drupal directory, and readable by your web server.

ComradeBurnout’s picture

StatusFileSize
new4.55 KB

the path setting is relative to the webroot.

i'm attaching a screenshot ....

Anonymous’s picture

Okay, it sounds like you're configured properly. Take a look in your web server error log -- it will tell you why the file is unreadable...

(There may also be something in the watchdog log)

ComradeBurnout’s picture

nope, nothing in the server error log ... and i don't have anything in the cron log ... so i'm not sure where else to go.

jeremy’s picture

What are you using for a web server? The Drupal error 'File does not exist, or is not readable.' should result in an error being written in your web server log. (ie, if using apache, look in the 'error_log') Be sure your web server is properly configured to log errors.

ricabrantes’s picture

Version: 4.4.x-1.x-dev » master
Status: Active » Closed (fixed)

This topic this closed because of the time without answers