-
Admin groups was changed, now doesn't use login for the tags.
2009-07-05 21:19:22 UTC by bmettee
-
Will be fixed in v2.3.
2009-07-05 20:10:31 UTC by bmettee
-
Changes will be in v2.3.
2009-07-05 17:40:17 UTC by bmettee
-
The default primary key field for the 'rs_times' table (and others) is mediumint(8). This is equivalent to a signed 24-bit value.
If more than ~8 million times are stored then new inserts fail. This actually happened on one of our servers...
Solution: change the ID field to 'int(11) unsigned' (in aseco.sql, and plugin.rasp.php).
2009-04-14 07:48:54 UTC by raybellis
-
If a track name exceeds the default 50 character limit (from aseco.sql) the insert into the DB fails. However LocalDB->challenge['Id'] doesn't get overwritten, so any subsequent updates to the 'records' table are recorded against the wrong track.
Fix:
1. update aseco.sql so that track names are stored with up to 255 characters
2. set $this->challenge['Id'] to 0 before inserting the track...
2009-04-14 07:27:02 UTC by raybellis
-
This happen on the 50klicks.com Nations server too, Aseco v2.1.6.
2008-08-23 16:48:30 UTC by nobody
-
Use the newer syntax for admin groups.
Add nick goes here to the group itself. You can have more than one in the list (multiple entries)
true
true
AManiac
.
2008-07-12 15:32:24 UTC by bmettee
-
Corrected in source, will be available in next release.
2008-07-12 15:28:12 UTC by bmettee
-
Hello,
I'm french,I try this afternoon the new version of aseco 2.2.0 but I have a problem. The window can't close ...
I have 2 servers TMNF I try with the both & always pb ... I have apache2 php5 debian in data center ... If you want more details, logs exemples, you can send me an email @ jcsautrey@hotmail.com.
Sorry for my english I need to improve it ... I try I try ...
hi
bye.
2008-06-25 17:24:52 UTC by nobody
-
The minrank setting (to control how many records are necessary to record a rank) has an off-by-one error
In line 234 of plugins/rasp/plugin.rasp.php the comparison should be >=, not >
Ray.
2008-06-02 11:08:45 UTC by raybellis