Back to the main page.
Bug 1946 - the orphan plugin is broken on the wiki
| Status | CLOSED FIXED |
| Reported | 2013-01-23 14:43:00 +0100 |
| Modified | 2014-01-29 13:28:41 +0100 |
| Product: | FieldTrip |
| Component: | documentation |
| Version: | unspecified |
| Hardware: | PC |
| Operating System: | Windows |
| Importance: | P3 normal |
| Assigned to: | Eelke Spaak |
| URL: | |
| Tags: | |
| Depends on: | |
| Blocks: | 14541803 |
| See also: |
Robert Oostenveld - 2013-01-23 14:43:24 +0100
http://fieldtrip.fcdonders.nl/problems has this ==== Orphans: the page exists, but it has no links to it ==== ~~ORPHANSWANTED:orphans~~ ==== Wanted: the page does not exist, but there are links to it elsewhere on the site ==== ~~ORPHANSWANTED:wanted~~ but it does not display correctly any more.
Eelke Spaak - 2013-05-29 10:03:47 +0200
The problem likely started when the dashboard was created. All those script reports do not have links to them, so there is a huge amount of orphans. This is why PHP's maximum memory was exhausted. I now patched the problem by increasing the maximum memory size per script execution to 256MB (from 128MB). I will now try to find a way to filter out the dashboard scripts from the orphans list.
Eelke Spaak - 2013-05-29 10:12:33 +0200
I have now excluded development:dashboard:- and reference:-pages from the orphans reports. The problems page still loads rather slowly, but I think this is the best we can do, without rewriting the whole plugin.