<!-- 
RSS generated by JIRA (8.13.3#813003-sha1:22ebedbb75c99b147c66f14e031dd8a2d214753a) at Sat Feb 10 07:15:14 CET 2024

It is possible to restrict the fields that are returned in this document by specifying the 'field' parameter in your request.
For example, to request only the issue key and summary append 'field=key&field=summary' to the URL of your request.
-->
<rss version="0.92" >
<channel>
    <title>Jira</title>
    <link>https://jira.astppbilling.org</link>
    <description>This file is an XML representation of an issue</description>
    <language>en-us</language>    <build-info>
        <version>8.13.3</version>
        <build-number>813003</build-number>
        <build-date>14-01-2021</build-date>
    </build-info>


<item>
            <title>[ASTPPCOM-221] Cant import new rates version 3.5</title>
                <link>https://jira.astppbilling.org/browse/ASTPPCOM-221</link>
                <project id="10608" key="ASTPPCOM">ASTPP Community</project>
                    <description>&lt;p&gt;Error Number: 1054&lt;/p&gt;

&lt;p&gt;Unknown column &apos;old_cost&apos; in &apos;field list&apos;&lt;/p&gt;

&lt;p&gt;INSERT INTO routes (pattern, comment, connectcost, includedseconds, cost, init_inc, inc, precedence, last_modified_date, pricelist_id, trunk_id, reseller_id, creation_date) VALUES (&apos;^27106150.&lt;b&gt;&apos;,&apos;CELL C - GEOGRAPHIC&apos;,&apos;0&apos;,&apos;0&apos;,&apos;0.290928&apos;,&apos;1&apos;,&apos;1&apos;,&apos;&apos;,&apos;2017-09-07 17:35:28&apos;,&apos;6&apos;,&apos;0&apos;,&apos;0&apos;,&apos;2017-09-07 17:35:28&apos;),(&apos;^27128820.&lt;/b&gt;&apos;,&apos;CELL C - GEOGRAPHIC&apos;,&apos;0&apos;,&apos;0&apos;,&apos;0.290928&apos;,&apos;1&apos;,&apos;1&apos;,&apos;&apos;,&apos;2017-09-07 17:35:28&apos;,&apos;6&apos;,&apos;0&apos;,&apos;0&apos;,&apos;2017-09-07 .. &quot;&quot;&quot;&quot;&quot;&quot; cut out the bulk of the import &quot;&quot;&quot;&quot;&quot;.........*&apos;,&apos;CELL C - MOBILE&apos;,&apos;0&apos;,&apos;0&apos;,&apos;0.3819&apos;,&apos;1&apos;,&apos;1&apos;,&apos;&apos;,&apos;2017-09-07 17:35:28&apos;,&apos;6&apos;,&apos;0&apos;,&apos;0&apos;,&apos;2017-09-07 17:35:28&apos;) ON DUPLICATE KEY UPDATE old_cost = IF(VALUES(cost) != cost,cost,old_cost), effective_date = IF(VALUES(cost) &amp;gt; cost,&apos;&apos;,(IF(VALUES(cost) &amp;lt; cost,&apos;&apos;,effective_date))), comment=VALUES(comment), connectcost=VALUES(connectcost), includedseconds=VALUES(includedseconds), cost=VALUES(cost), init_inc=VALUES(init_inc), inc=VALUES(inc), last_modified_date=VALUES(last_modified_date), status=IF(VALUES(cost) = &apos;-1&apos;,&apos;1&apos;,&apos;0&apos;)&lt;/p&gt;

&lt;p&gt;Filename: /var/www/html/astpp/modules/rates/models/rates_model.php&lt;/p&gt;

&lt;p&gt;Line Number: 375&lt;/p&gt;</description>
                <environment></environment>
        <key id="12041">ASTPPCOM-221</key>
            <summary>Cant import new rates version 3.5</summary>
                <type id="10201" iconUrl="https://jira.astppbilling.org/secure/viewavatar?size=xsmall&amp;avatarId=10700&amp;avatarType=issuetype">New Feature</type>
                                                <status id="10001" iconUrl="https://jira.astppbilling.org/images/icons/status_generic.gif" description="">Done</status>
                    <statusCategory id="3" key="done" colorName="green"/>
                                    <resolution id="10000">Done</resolution>
                                        <assignee username="samir.doshi">Samir Doshi</assignee>
                                    <reporter username="genlangtechnologies">genlangtechnologies</reporter>
                        <labels>
                    </labels>
                <created>Thu, 7 Sep 2017 23:06:53 +0530</created>
                <updated>Thu, 1 Apr 2021 18:59:08 +0530</updated>
                            <resolved>Thu, 1 Apr 2021 18:59:08 +0530</resolved>
                                                                        <due></due>
                            <votes>0</votes>
                                    <watches>0</watches>
                                                                <comments>
                            <comment id="12929" author="exgard" created="Mon, 11 Sep 2017 05:28:54 +0530"  >&lt;p&gt;Hi.&lt;br/&gt;
this is a issue, because,in the database, doesn&apos;t exist the column &quot;old_cost&quot;.&lt;br/&gt;
i fix, this issue, adding the colum old_cost in the database routes.&lt;br/&gt;
how:&lt;br/&gt;
1) i search the password of user root for mysql.&lt;br/&gt;
vim /var/lib/astpp/astpp-config.conf&lt;br/&gt;
2) execute the command: mysql -u root -p, after write the password of mysql root user&lt;br/&gt;
3) execute the command: &lt;b&gt;use astpp;&lt;/b&gt;&lt;br/&gt;
4) execute: &lt;b&gt;show tables;&lt;/b&gt;&lt;br/&gt;
5) execute: &lt;b&gt;alter table routes add old_cost varchar (255);&lt;/b&gt;&lt;br/&gt;
6) try again.&lt;/p&gt;

&lt;p&gt;Best Regard.&lt;/p&gt;
</comment>
                            <comment id="12930" author="smrdoshi" created="Mon, 11 Sep 2017 10:25:07 +0530"  >&lt;p&gt;We have resolved that issue in github source code last week. You can run&lt;br/&gt;
update script to update your server source to latest one.&lt;/p&gt;



&lt;p&gt;&amp;lt;&lt;a href=&quot;https://mailtrack.io/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://mailtrack.io/&lt;/a&gt;&amp;gt; Sent with Mailtrack&lt;br/&gt;
&amp;lt;&lt;a href=&quot;https://mailtrack.io/install?source=signature&amp;amp;lang=en&amp;amp;referral=samir.doshi@inextrix.com&amp;amp;idSignature=22&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://mailtrack.io/install?source=signature&amp;amp;lang=en&amp;amp;referral=samir.doshi@inextrix.com&amp;amp;idSignature=22&lt;/a&gt;&amp;gt;&lt;/p&gt;

&lt;h2&gt;&lt;a name=&quot;BestRegards&quot;&gt;&lt;/a&gt;Best Regards&lt;/h2&gt;
&lt;p&gt;Samir Doshi&lt;br/&gt;
&lt;em&gt;iNextrix Technologie&lt;/em&gt;&lt;em&gt;s Pvt. Ltd&lt;/em&gt;.&lt;br/&gt;
&lt;a href=&quot;http://www.inextrix.com&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://www.inextrix.com&lt;/a&gt;&lt;/p&gt;


&lt;p&gt;&lt;em&gt;Disclaimer:&lt;/em&gt;&lt;br/&gt;
The information contained in this communication is confidential and may be&lt;br/&gt;
legally privileged. It is intended solely for the use of the individual or&lt;br/&gt;
entity to whom it is addressed and others authorized to receive it. If you&lt;br/&gt;
are not the intended recipient you are hereby notified that any disclosure,&lt;br/&gt;
copying, distribution or taking action in reliance of the contents of this&lt;br/&gt;
information is strictly prohibited and may be unlawful. Please notify the&lt;br/&gt;
sender immediately and destroy all copies of this message and any&lt;br/&gt;
attachments contained in it.&lt;/p&gt;

&lt;p&gt;On Mon, Sep 11, 2017 at 5:28 AM, Exgard &amp;lt;notifications@github.com&amp;gt; wrote:&lt;/p&gt;

&lt;p&gt;&amp;gt; Hi.&lt;br/&gt;
&amp;gt; this is a issue, because,in the database, doesn&apos;t exist the column&lt;br/&gt;
&amp;gt; &quot;old_cost&quot;.&lt;br/&gt;
&amp;gt; i fix, this issue, adding the colum old_cost in the database routes.&lt;br/&gt;
&amp;gt; how:&lt;br/&gt;
&amp;gt;&lt;br/&gt;
&amp;gt;    1. i search the password of user root for mysql.&lt;br/&gt;
&amp;gt;    vim /var/lib/astpp/astpp-config.conf&lt;br/&gt;
&amp;gt;    2. execute the command: mysql -u root -p, after write the password of&lt;br/&gt;
&amp;gt;    mysql root user&lt;br/&gt;
&amp;gt;    3. execute the command: &lt;em&gt;use astpp;&lt;/em&gt;&lt;br/&gt;
&amp;gt;    4. execute: &lt;em&gt;show tables;&lt;/em&gt;&lt;br/&gt;
&amp;gt;    5. execute: &lt;em&gt;alter table routes add old_cost varchar (255);&lt;/em&gt;&lt;br/&gt;
&amp;gt;    6. try again.&lt;br/&gt;
&amp;gt;&lt;br/&gt;
&amp;gt; Best Regard.&lt;br/&gt;
&amp;gt;&lt;br/&gt;
&amp;gt; &#8212;&lt;br/&gt;
&amp;gt; You are receiving this because you commented.&lt;br/&gt;
&amp;gt; Reply to this email directly, view it on GitHub&lt;br/&gt;
&amp;gt; &amp;lt;&lt;a href=&quot;https://github.com/iNextrix/ASTPP/issues/221#issuecomment-328383633&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/iNextrix/ASTPP/issues/221#issuecomment-328383633&lt;/a&gt;&amp;gt;, or mute&lt;br/&gt;
&amp;gt; the thread&lt;br/&gt;
&amp;gt; &amp;lt;&lt;a href=&quot;https://github.com/notifications/unsubscribe-auth/AA6gcTKbJolz7MJmhoO2vZAgb3y3vsvOks5shHe-gaJpZM4PQJ50&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/notifications/unsubscribe-auth/AA6gcTKbJolz7MJmhoO2vZAgb3y3vsvOks5shHe-gaJpZM4PQJ50&lt;/a&gt;&amp;gt;&lt;br/&gt;
&amp;gt; .&lt;br/&gt;
&amp;gt;&lt;/p&gt;</comment>
                    </comments>
                    <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                                                                                                                                                                                                                                                                                                                                                                            <customfield id="customfield_10000" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                        <customfield id="customfield_10703" key="com.atlassian.jira.plugin.system.customfieldtypes:textfield">
                        <customfieldname>External issue ID</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>221</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                            <customfield id="customfield_10006" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0|i009zz:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        </customfields>
    </item>
</channel>
</rss>