hi
when i enable the module..i get always in my logs a 404 for the dblog module css

page not found 02/26/2011 - 21:54 sites/default/files/modules/dblog/dblog.css

the module is not in sites/default/files i mean something is here wrong with the path

Comments

mikeytown2’s picture

This module doesn't rewrite CSS in any way; it can do it for JS for CDN-ing jquery.js. Check your code! See if there is a drupal_add_css that is adding the dblog.css file

How core adds it:
http://api.drupal.org/api/drupal/modules--dblog--dblog.module/function/d...

Disable this module if you don't believe me. If you wish to check what other modules are hooking into the page template as these are places to check for this error.

require_once './includes/bootstrap.inc';
drupal_bootstrap(DRUPAL_BOOTSTRAP_FULL);

init_theme();
$hooks = theme_get_registry();

echo str_replace('    ', '    ', nl2br(htmlentities(print_r($hooks['page']['preprocess functions'], TRUE))));
mikeytown2’s picture

Status: Active » Postponed (maintainer needs more info)
eule’s picture

Hi

i belive you, but the thing is i dont have any makes on the code! here is the print

Array
(
[0] => template_preprocess
[1] => template_preprocess_page
[2] => page_title_preprocess_page
[3] => skinr_preprocess
[4] => nodewords_preprocess_page
[5] => fusion_core_preprocess_page
[6] => advagg_processor
)

i disable the module for an 2 hours..
right after i enable Advanced CSS/JS Aggregation 6.x-1.x-dev Better CSS/JS Aggregation.
Benötigt von: Compress CSS (deaktiviert), CDN Javascript (deaktiviert), Compress Javascript (deaktiviert)

i get the msg in my dblog
page not found 02/27/2011 - 14:13 sites/default/files/modules/dblog/dblog.css admin
page not found 02/27/2011 - 12:27 sites/default/files/modules/dblog/dblog.css admin

give me some debug code thats i can add and i will show

mikeytown2’s picture

Is there a sites/default/files/modules/dblog/ directory on your site?

disable dblog, uninstall it, and then re-enable it; see if that fixes the issue.

eule’s picture

Hi no its not .path for dblog module (Database logging) is drupal module folder .modules/dblog

i disable the module and de-install it after cron i re-enable..but issue not fixed

page not found 02/27/2011 - 20:57 sites/default/files/modules/dblog/dblog.css admin

i move the folder now...

mikeytown2’s picture

is there an actual sites/default/files/modules/dblog folder?

eule’s picture

no

mikeytown2’s picture

Title: dblog module wrong path » dblog module wrong path - build in a debug option.
Status: Postponed (maintainer needs more info) » Postponed

This is postponed until I build the GUI
#1066456: GUI

mikeytown2’s picture

Status: Postponed » Active

gui in place.

enable the debug checkbox and go to the watchdog and paste in the output here.

eule’s picture

hi
after enable the module and save config get
Fatal error: Call to undefined function boost_print_r() in ./sites/all/modules/advagg/advagg.admin.inc on line 85
boost_print_r reference in advagg.module

here is the hook theme info
template_preprocess
template_preprocess_page
page_title_preprocess_page
skinr_preprocess
nodewords_preprocess_page
fusion_core_preprocess_page
advagg_processor

my log
Warnung page not found 03/01/2011 - 19:51 sites/default/files/modules/dblog/dblog.css admin
Warnung page not found 03/01/2011 - 19:51 sites/default/files/modules/dblog/dblog.css admin
Warnung page not found 03/01/2011 - 19:51 sites/default/files/modules/dblog/dblog.css admin

i dont know why not others report this...i mean this is very interest and looks for me like the same bug
library js files

mikeytown2’s picture

mikeytown2’s picture

Status: Active » Fixed

I believe this patch will fix this issue.
#1077388: library js files
reopen if this is not the case.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.