Closed (cannot reproduce)
Project:
Bootstrap
Version:
7.x-2.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
4 Feb 2012 at 10:12 UTC
Updated:
14 Nov 2012 at 01:56 UTC
On clean install and applying theme from 2.x-dev or git, after flushing cache:
Fatal error: include_once() [<a href='function.include-once'>function.include-once</a>]: Cannot redeclare class insertquery_mysql in /home/dx_/bootstrap.dx.rs/themes/engines/phptemplate/phptemplate.engine on line 14
and site wrecks.
Any clue?
Comments
Comment #1
Docc commentedClosing
Comment #2
mlheisterman commentedI'm getting a closely related error on 2.x-dev. The site stays up for about an hour but then crashes with this error:
[Sat Feb 25 13:50:40 2012] [error] [client 24.001.001.14] PHP Fatal error: require_once(): Cannot redeclare class insertquery_mysql in /[server root to drupal]/includes/database/database.inc on line 1741
[Sat Feb 25 13:50:40 2012] [error] [client 24.001.001.14] PHP Fatal error: Class 'MergeQuery_mysql' not found in /[server root to drupal]/includes/database/database.inc on line 826
[Sat Feb 25 13:50:40 2012] [notice] child pid 10719 exit signal Segmentation fault (11)
Any thoughts? Anyone else seeing this? I'll try to track down what is causing this on my end.
Thanks for your great work on this!
Comment #3
al.ex commentedI'm having the same issue
Fatal error: include_once(): Cannot redeclare class insertquery_mysql in ../themes/engines/phptemplate/phptemplate.engine on line 14with the latest 7.x-2.x-dev version of twitter bootstrap. However, I'm only getting this error when I deployed to Pantheon. Might be related to some APC setting there which I can't debug.
Comment #4
greggles@al.ex - if you disable twitter's bootstrap does the error go away? My guess is that this is not related to just Twitter's bootstrap (I'm seeing the issue on a site without that) and so we should move it to Core.
Comment #5
dealancer commentedComment #6
natted commented@dealancer - Not sure why you posted a blank comment?
I haven't seen this issue - there have been patches since the last bug report.
Closing issue. Feel free to reopen if you can provide more information.
Comment #7
dman commentedFYI, cross-linking for searcher : #838744: Opcode (APC) and drupal autoloader
Comment #8
andregriffin commented