<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to bugs</title><link href="https://sourceforge.net/p/aseco/bugs/" rel="alternate"/><link href="https://sourceforge.net/p/aseco/bugs/feed.atom" rel="self"/><id>https://sourceforge.net/p/aseco/bugs/</id><updated>2009-04-14T07:48:54Z</updated><subtitle>Recent changes to bugs</subtitle><entry><title>rs_times ID field too short</title><link href="https://sourceforge.net/p/aseco/bugs/7/" rel="alternate"/><published>2009-04-14T07:48:54Z</published><updated>2009-04-14T07:48:54Z</updated><author><name>Ray Bellis</name><uri>https://sourceforge.net/u/raybellis/</uri></author><id>https://sourceforge.net4df2e774d686714399e8e6f50fdaa52c6742b782</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;The default primary key field for the 'rs_times' table (and others) is mediumint(8).  This is equivalent to a signed 24-bit value.&lt;/p&gt;
&lt;p&gt;If more than ~8 million times are stored then new inserts fail.  This actually happened on one of our servers...&lt;/p&gt;
&lt;p&gt;Solution: change the ID field to 'int(11) unsigned' (in aseco.sql, and plugin.rasp.php).&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Records stored against wrong track</title><link href="https://sourceforge.net/p/aseco/bugs/6/" rel="alternate"/><published>2009-04-14T07:27:02Z</published><updated>2009-04-14T07:27:02Z</updated><author><name>Ray Bellis</name><uri>https://sourceforge.net/u/raybellis/</uri></author><id>https://sourceforge.net1ded18618455dc2fb970f41c87f5328f288a6a8d</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;If a track name exceeds the default 50 character limit (from aseco.sql) the insert into the DB fails.  However LocalDB-&amp;gt;challenge['Id'] doesn't get overwritten, so any subsequent updates to the 'records' table are recorded against the wrong track.&lt;/p&gt;
&lt;p&gt;Fix:&lt;br /&gt;
1.  update aseco.sql so that track names are stored with up to 255 characters&lt;br /&gt;
2.  set $this-&amp;gt;challenge['Id'] to 0 before inserting the track in the DB&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>window (welcome or help or records ) can't close aseco_222</title><link href="https://sourceforge.net/p/aseco/bugs/5/" rel="alternate"/><published>2008-06-25T17:24:52Z</published><updated>2008-06-25T17:24:52Z</updated><author><name>Anonymous</name><uri>https://sourceforge.net/u/userid-None/</uri></author><id>https://sourceforge.net1a1d3ec11f0bfc2be664025d16b2474bfe1f3479</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;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 ...&lt;br /&gt;
I have 2 servers TMNF I try with the both &amp;amp; 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.&lt;/p&gt;
&lt;p&gt;Sorry for my english I need to improve it ... I try I try ...&lt;/p&gt;
&lt;p&gt;hi &lt;br /&gt;
bye&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>MinRank setting off by one</title><link href="https://sourceforge.net/p/aseco/bugs/4/" rel="alternate"/><published>2008-06-02T11:08:45Z</published><updated>2008-06-02T11:08:45Z</updated><author><name>Ray Bellis</name><uri>https://sourceforge.net/u/raybellis/</uri></author><id>https://sourceforge.net0c68980265a2c9ac48a5c03fce35a8f7aac6e2f3</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;The minrank setting (to control how many records are necessary to record a rank) has an off-by-one error&lt;/p&gt;
&lt;p&gt;In line 234 of plugins/rasp/plugin.rasp.php the comparison should be &amp;gt;=, not &amp;gt;&lt;/p&gt;
&lt;p&gt;Ray&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Operator syntax error in admingroups.xml </title><link href="https://sourceforge.net/p/aseco/bugs/3/" rel="alternate"/><published>2008-06-01T13:34:31Z</published><updated>2008-06-01T13:34:31Z</updated><author><name>Anonymous</name><uri>https://sourceforge.net/u/userid-None/</uri></author><id>https://sourceforge.net26076ff3e209b994f2e909c70a9a7ce40cf2f5fa</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;The syntaxe in example is :&lt;br /&gt;
&amp;lt;login_name_here&amp;gt;group name Here&amp;lt;/login_name_here&amp;gt;&lt;/p&gt;
&lt;p&gt;But if the login begins with a decimal (1,2,3,...) that's don't work :&lt;br /&gt;
&amp;lt;2thebest&amp;gt;SuperAdmin&amp;lt;/2thebest&amp;gt;&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Wrong plugins name</title><link href="https://sourceforge.net/p/aseco/bugs/2/" rel="alternate"/><published>2008-04-22T09:40:33Z</published><updated>2008-04-22T09:40:33Z</updated><author><name>Anonymous</name><uri>https://sourceforge.net/u/userid-None/</uri></author><id>https://sourceforge.net62ee7b89ed1a1b93a6f85f654a9606e4dcc97229</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;In plugins.xml&lt;/p&gt;
&lt;p&gt;&amp;lt;!-- &amp;lt;plugin&amp;gt;plugin.publicdb.php&amp;lt;/plugin&amp;gt; --&amp;gt;&lt;/p&gt;
&lt;p&gt;should be:&lt;/p&gt;
&lt;p&gt;&amp;lt;!-- &amp;lt;plugin&amp;gt;plugin.pubdb.php&amp;lt;/plugin&amp;gt; --&amp;gt;&lt;/p&gt;
&lt;p&gt;As the correct filename (Look at the includes dir). By the way this plugins should run well when the DB will be up (around 25 april).&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>/plugin is not a command</title><link href="https://sourceforge.net/p/aseco/bugs/1/" rel="alternate"/><published>2007-05-24T06:20:29Z</published><updated>2007-05-24T06:20:29Z</updated><author><name>Oliver Lange</name><uri>https://sourceforge.net/u/bloodrock/</uri></author><id>https://sourceforge.net77681fa0fa5acc825f9c58600b90bbc27adf7d06</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;The /plugin command is a window callback for the /plugins  window and not for use as chat command. If anyone enters "/plugin" in the chat, Aseco exits with an error.&lt;/p&gt;
&lt;p&gt;Solution:&lt;/p&gt;
&lt;p&gt;Remove the addChatCommand('plugin',...) function call in plugin.plugins.php.&lt;/p&gt;
&lt;p&gt;Cheers,&lt;/p&gt;
&lt;p&gt;Bloody.&lt;/p&gt;&lt;/div&gt;</summary></entry></feed>