[DPC]white_panther 2011-06-29 08:19:04 | stephen could you check why muon1.dyndns.org isn't includded in the stats? the first file is from 20110624-000242 |
morgan 2012-11-08 13:18:08 | FTP not available ! on muon1.dyndns.org . You may not use FTP for all i know , so this could be normal. Maybe HTTP is ok , but, i'm still waiting for 2 sent result (yesterday, and this morning) to show up on stats. I use'd HTTP upload method on those. |
Stephen Brooks 2012-11-09 12:45:12 | Sorry, might have been my server that needed a reset. The stats look like one of the servers wasn't working from around Nov-01 until last night. |
planetclown 2012-11-28 00:51:03 | Looks like this may be happening again? I've sent a couple batches of results that did not appear in stats. First entry on muon1.dyndns.org is 20121126-105449 |
runesk 2012-11-29 08:49:05 | 125 results waiting on muon1.dyndns.org at the moment. As a stats junkie, I miss may daily stats .r |
Stephen Brooks 2012-11-30 16:54:25 | I reset the server last night and now it's working again. |
morgan 2014-02-01 15:20:46 | I had a while ago problems with a computer here, and had to bring out some Dpad results to a memory stick as for uploading these from a another machine .. But i have forgotten if any off these clients has been in Work,after i got the pc up and running again! Therefore i sent the old results one´s more today ! hopefully there will be no problems by me doing this morgan |
Zerberus 2014-02-02 03:53:53 | From what I know, duplicates are filtered out. |
Stephen Brooks 2014-02-03 16:02:12 | Yes that's OK, old results are still counted. |
Boots 2014-03-09 13:30:24 | Morning Stephen, Receiving this error sometimes - Fatal error: Allowed memory size of 104857600 bytes exhausted (tried to allocate 9826721 bytes) in /home/stephe1/public_html/muon1/hidden/readstats.php on line 48 - I don't know if it's me!!!!!!! Thanks |
Zerberus 2014-03-09 20:22:35 | No worries, I'm getting it, too. You cannot reach the forums over the DPAD site, right now, as it stops loading when that error shows. [Edited by Zerberus at 2014-03-09 20:24:04] |
Stephen Brooks 2014-03-10 14:13:22 | Yes, the stats have become too long to load by PHP, thinking of a workaround. The rawstats file is only 1.7MB so PHP is being pretty inefficient to get it up to 100MB here. |
Stephen Brooks 2014-03-10 15:47:44 | I've fixed it for now. It seems PHP's "serialize" function uses a huge amount of RAM for a relatively small amount of data (1.7MB rawstats.txt file producing 9.5MB serialised cache exhausts 100MB RAM allowance), so I used some function I found in the comments thread on the internet and that worked. |
Zerberus 2014-03-10 17:09:29 | Works again. Happy DPAD'ing. |
Stephen Brooks 2014-03-10 20:59:41 | Yeah, really it's getting big enough I should parse the stats into a MySQL database rather than loading a text representation every time. I've not done this before because the stats require various totals and subtotals to be calculated on-the-fly so having a PHP array containing it all in my script made some sense (although I know databases can do some of this for me, I've not tried it yet, maybe a good time to learn??). |
morgan 2014-07-17 13:56:42 | upps..... a minor mistake [Edited by morgan at 2014-07-17 14:01:11] |
morgan 2014-07-17 13:58:54 | -All Optimisations Tab-separated stats list [updated 2014-Jul-16; 00:03 UTC]- something seem's not to be working as it should. |
Stephen Brooks 2014-07-17 16:09:17 | See this thread |
Boots 2014-07-22 04:55:14 | I have this problem again on Stats page! Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 32 bytes) in /home/stephe1/public_html/muon1/hidden/readstats.php on line 33 |
Boots 2014-09-28 00:04:36 | Problem with Stats again! Fatal error: Call-time pass-by-reference has been removed in /home/stephe1/public_html/muon1/hidden/readstats.php on line 15 |
Stephen Brooks 2014-09-29 02:37:36 | PHP 5.4 upgrade issue, now fixed. It used to want C-style "&$var" if you wanted to pass a variable to a function as "output" rather than input, but now it just accepts "$var" and the old way is just an error because the function definition has that information in it. |
[OcUK]diogenese 2014-09-29 09:26:43 | http://www.stephenbrooks.org/muon1/ takes me to this error now. Fatal error: Call-time pass-by-reference has been removed in /home/stephe1/public_html/muon1/hidden/readstats.php on line 15 [Edited by [OcUK]diogenese at 2014-09-29 09:27:04] |
Stephen Brooks 2014-09-29 20:41:29 | Ah, error in more than one script on my site. |
RGtx 2014-10-01 09:28:24 | You've missed a fault: http://www.stephenbrooks.org/muon1/plots/graph1/?optim=Linac900Ext1Xc2 http://www.stephenbrooks.org/muon1/plots/graph1/?optim=Linac900Ext8Xc3 http://www.stephenbrooks.org/muon1/plots/graph1/?optim=Linac900Ext4Xc2 give the error message: Fatal error: Call-time pass-by-reference has been removed in /home/stephe1/public_html/muon1/plots/graph1/main.php on line 8 |
Stephen Brooks 2014-10-01 19:04:55 | Thanks for finding that, have now fixed it. |