Closed (fixed)
Project:
Drupal.org infrastructure
Component:
Other
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
23 Dec 2009 at 14:08 UTC
Updated:
21 Aug 2014 at 21:00 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
yasheshb commentedthe issue is fixed. i tried it right now and was not able to reproduce the error.
Comment #2
yasheshb commentedit's resurfaced again on http://staging9.drupal.org/admin/build/modules.
reopening the issue.
Comment #3
rfaySorry - we thought this machine was able to be left this way. This problem surfaced with @csevb10's search fix. #665976: drupalorg_search throwing fatal error in the modules sandbox.
We were unable to resolve this - it doesn't seem to be an actual result of his code, bur rather something like an APC problem.
We need csevb10 to revert the code out of his staging9 sandbox, I guess. Too bad - it may be worth continuing to chase this.
I have a copy of the db and the code so we should be able to recreate this if necessary.
Comment #4
rfayI disabled searchquery and drupalorg_search as a short-term fix.
Comment #5
Amazon commentedYasheshb if your team is blocked let us know.
Comment #6
rfayI turned off APC (for all staging sites) and this problem is not reproducible with APC off.
Comment #7
rfayThis is probably the most common of these:
Comment #8
Amazon commentedThis might be useful. http://drupal.org/node/72099 Fatal error: Cannot redeclare blah_function() in ../modules/blah.module
The SVN checkouts on the site are as follows:
https://svn.drupal.org/drupal/drupal.org/redesign/ goes into htdocs
https://svn.drupal.org/drupal/themes/sandbox/ get munged into sites/staging*.drupal.org/themes
https://svn.drupal.org/drupal/redesign_modules_sandbox/staging9/ for that site goes into sites/staging*.drupal.org/modules
Comment #9
rfayComment #10
calebgilbert commentedSo apparently (and hopefully) this has been fixed by adding
apc.stat_ctime="1"to apc.ini. The need for this APC setting is documented here and here.Comment #11
rfayJust got this on staging4, same issue, visiting http://staging4.drupal.org/user:
Once again, line 10 is the function signature, and line 32 is the closing brace.
I disabled apc, still had the same issue.
Comment #12
allie commentedalso received a: Cannot redeclare _forum_format() error
Ironically, the error is located as declared in...
/www/www/modules/forum.module:666)
(note the node number here is http://drupal.org/node/666590#comment-form is the 666 a coincidence?)
also I had just tried out the GOOFY version 6 theme
www/www/themes/goofy/template.php on line 170
Any thoughts on this?
Comment #13
rfay@allie: Please provide the complete error message, and what URL you visited to get it. I assume this was on staging9, right?
Comment #14
allie commentedNo, this was on my site...and now my host is going to a backuped version...
Comment #15
allie commentedNo, this was on my site...and now my host is going to a backuped version...
Comment #16
rfayThis issue queue is for Drupal.org infrastructure - your problem almost certainly has nothing to do with it. We're having a php problem with the staging sites.
Sorry - can't help. You can look at the code and see what you think is the result. You probably want to look at http://drupal.org/node/72099
Comment #17
rfayI re-enabled APC so we can follow this.
Please report the specifics any time you see an error like this, including at least:
* URL you hit
* complete error message
Comment #18
greggleshttp://staging5.drupal.org/ is giving:
Comment #19
rfayThanks for reporting that greggles. I think it's a completely separate issue. I'll try to sort it out today.
Created #670938: Staging 5 broken: undefined function drupal_get_schema()
Comment #20
rfayWe haven't been having trouble with this. Marking fixed.