Hello All,
New to drupal, so these errors may be to related to me having insufficient knowledge however,
The situation is as follows:
- Site sometimes doens't load at all,
- When site loads, sometimes it is fast, othertimes its really really slow
- when trying to go to the admin page, it usually gives: page can not be found, at other times it is okay.
- Log report gives error :
Duplicate entry 'sites/all/themes/forest_floor/forest_floor.info' for key 1 query: INSERT INTO system (name, owner, info, type, filename, status, throttle, bootstrap) VALUES ('forest_floor', 'themes/engines/phptemplate/phptemplate.engine', 'a:13:{s:4:\"name\";s:12:\"Forest Floor\";s:11:\"description\";s:83:\"A 3 column fixed width theme that also works very well with one or even no columns.\";s:10:\"screenshot\";s:44:\"sites/all/themes/forest_floor/screenshot.png\";s:4:\"core\";s:3:\"6.x\";s:6:\"engine\";s:11:\"phptemplate\";s:7:\"version\";s:7:\"6.x-1.7\";s:7:\"project\";s:12:\"forest_floor\";s:9:\"datestamp\";s:10:\"1233423932\";s:7:\"regions\";a:5:{s:4:\"left\";s:12:\"Left sidebar\";s:5:\"right\";s:13:\"Right sidebar\";s:7:\"content\";s:7:\"Content\";s:6:\"header\";s:6:\"Header\";s:6:\"footer\";s:6:\"Footer\";}s:8:\"features\";a:10:{i:0;s:20:\"comment_user_picture\";i:1;s:7:\"favicon\";i:2;s:7:\"mission\";i:3;s:4:\"logo\";i:4;s:4:\"name\";i:5;s:17:\"node_user_picture\";i:6;s:6:\"search\";i:7;s:6:\"slogan\";i:8;s:13:\"primary_links\";i:9;s:15:\"secondary_links\";}s:11:\"stylesheets\";a:1:{s:3:\"all\";a:1:{s:9:\"style.css\";s:39:\"sites/all/themes/forest_floor/style.css\";}}s:7:\"scripts\";a:1:{s:9:\"script.js\";s:39:\"sites/all/themes/forest_floor/script.js\";}s:3:\"php\";s:5:\"4.3.5\";}', 'theme', 'sites/all/themes/forest_floor/forest_floor.info', 0, 0, 0)
- Status report says :
Drupal 6.16
Access to update.php Protected
Configuration file Protected
Cron maintenance tasks Last run 39 min 38 sec ago
You can run cron manually.
Database updates Up to date
Drupal core update status Up to date
FCKeditor 2.6.6
File system Writable (public download method)
GD library bundled (2.0.34 compatible)
Module and theme update status Up to date
MySQL database 5.0.51a
PHP 5.3.2
PHP memory limit 32M
PHP register globals Disabled
Unicode library PHP Mbstring Extension
Update notifications Enabled
Web server Apache
in the forum there is a lot of talk about path 80, or 104
http://drupal.org/node/307756#comment-2819478
Could this be related to what i am having ?
I have no idea *how* to install patch 104, is there someone who can help me out??
I think drupal is really great, but this really makes my site useless it takes much to long to load the page, and sometime it doesn't load at all,
Thank you !
Hans
Comments
maybe the theme? change back
maybe the theme? change back to default and try
Drupal is not an island.
Are you on a shared host?
Is your database shared? On a separate host?
Do you have caching turned on?
Are you running cron.php to do clean up on a regular basis?
Do you have external caching (varnish)?
It may not be Drupal, it may be your host.
-Steven Peck
---------
Test site, always start with a test site.
Drupal Best Practices Guide
Hi, Are you on a shared
Hi,
Are you on a shared host?
-> Provider = One.com
Is your database shared? On a separate host?
-> Not sure
Do you have caching turned on?
caching mode = set to normal
page compression = enabled
block cache = enabled
optimise css = enabled
optimise java = enabled
Are you running cron.php to do clean up on a regular basis?
> poor man's cron is running
Do you have external caching (varnish)?
> not sure,? how to check ?
It may not be Drupal, it may be your host.
The site is fast with actions like ftp and other things, this may be drupal related,
what about the errors:
Duplicate entry 'themes/chameleon/marvin/marvin.info' for key 1 query: INSERT INTO system (name, owner, info, type, filename, status, throttle, bootstrap) VALUES ('marvin', '', 'a:13:{s:4:\"name\";s:6:\"Marvin\";s:11:\"description\";s:31:\"Boxy tabled theme in all grays.\";s:7:\"regions\";a:2:{s:4:\"left\";s:12:\"Left sidebar\";s:5:\"right\";s:13:\"Right sidebar\";}s:7:\"version\";s:4:\"6.16\";s:4:\"core\";s:3:\"6.x\";s:10:\"base theme\";s:9:\"chameleon\";s:7:\"project\";s:6:\"drupal\";s:9:\"datestamp\";s:10:\"1267662008\";s:8:\"features\";a:10:{i:0;s:20:\"comment_user_picture\";i:1;s:7:\"favicon\";i:2;s:7:\"mission\";i:3;s:4:\"logo\";i:4;s:4:\"name\";i:5;s:17:\"node_user_picture\";i:6;s:6:\"search\";i:7;s:6:\"slogan\";i:8;s:13:\"primary_links\";i:9;s:15:\"secondary_links\";}s:11:\"stylesheets\";a:1:{s:3:\"all\";a:1:{s:9:\"style.css\";s:33:\"themes/chameleon/marvin/style.css\";}}s:7:\"scripts\";a:1:{s:9:\"script.js\";s:33:\"themes/chameleon/marvin/script.js\";}s:10:\"screenshot\";s:38:\"themes/chameleon/marvin/screenshot.png\"
thnkx
hans
...
Chameleon is a default theme. As one other user suggested try switching themes, see if that helps. Also try clearing yoru db cache.
-Steven Peck
---------
Test site, always start with a test site.
Drupal Best Practices Guide
debugging steps 1. disable
debugging steps
1. disable current theme (uncheck box)
2. set default theme to garland
3. go to performance settings
1. turn off cache
2. turn off js aggregation
3. turn off css aggregation
See if issue persists.
Then repeat steps backwards. If error does error occur again, when does it? That is your culprit
Debugging Steps.
debugging steps
1. disable current theme (uncheck box)
-> Done, changed to garland theme and set it to default, unchecked all other themes.
2. set default theme to garland
-> Done
3. go to performance settings
1. turn off cache
> done
2. turn off js aggregation
>done
3. turn off css aggregation
>done
The issue happens when trying to goto the admin pages,
then messages in the log appears, about 20 times, and for each installed theme these messages appear:
Bericht Duplicate entry 'themes/garland/minnelli/minnelli.info' for key 1 query: INSERT INTO system (name, owner, info, type, filename, status, throttle, bootstrap) VALUES ('minnelli', 'themes/engines/phptemplate/phptemplate.engine', 'a:14:{s:4:\"name\";s:8:\"Minnelli\";s:11:\"description\";s:56:\"Tableless, recolorable, multi-column, fixed width theme.\";s:7:\"version\";s:4:\"6.16\";s:4:\"core\";s:3:\"6.x\";s:10:\"base theme\";s:7:\"garland\";s:11:\"stylesheets\";a:1:{s:3:\"all\";a:1:{s:12:\"minnelli.css\";s:36:\"themes/garland/minnelli/minnelli.css\";}}s:7:\"project\";s:6:\"drupal\";s:9:\"datestamp\";s:10:\"1267662008\";s:7:\"regions\";a:5:{s:4:\"left\";s:12:\"Left sidebar\";s:5:\"right\";s:13:\"Right sidebar\";s:7:\"content\";s:7:\"Content\";s:6:\"header\";s:6:\"Header\";s:6:\"footer\";s:6:\"Footer\";}s:8:\"features\";a:10:{i:0;s:20:\"comment_user_picture\";i:1;s:7:\"favicon\";i:2;s:7:\"mission\";i:3;s:4:\"logo\";i:4;s:4:\"name\";i:5;s:17:\"node_user_picture\";i:6;s:6:\"search\";i:7;s:6:\"slogan\";i:8;s:13:\"primary_links\";i:9;s:15:\"secondary_links\";}s:7:\"scripts\";a:1:{s:9:\"script.js\";s:33:\"themes/garland/minnelli/script.js\";}s:10:\"screenshot\";s:38:\"themes/garland/minnelli/screenshot.png\";s:3:\"php\";s:5:\"4.3.5\";s:6:\"engine\";s:11:\"phptemplate\";}', 'theme', 'themes/garland/minnelli/minnelli.info', 0, 0, 0) in /customers/joyandart.nl/joyandart.nl/httpd.www/modules/system/system.module op regel 822.
At that time the admin pages cannot be found, it takes a couple of reloads for it to load again,
What is causing these error messages ??
thnkx
hans
remove your custom theme from
remove your custom theme from your website completely (temporarily) and perhaps this will fix it. This worked once for me. Either .tar.gz up the theme and delete the theme's directory, of FTP the theme off the site and back it up, and then delete the custom theme directory