<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[FrontAccounting forum — Navigation : Sorting by ( ASC / DESC )]]></title>
	<link rel="self" href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=4967&amp;type=atom" />
	<updated>2014-11-06T06:37:29Z</updated>
	<generator>PunBB</generator>
	<id>https://frontaccounting.com/punbb/viewtopic.php?id=4967</id>
		<entry>
			<title type="html"><![CDATA[Re: Navigation : Sorting by ( ASC / DESC )]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=21360#p21360" />
			<content type="html"><![CDATA[<p>no i haven&#039;t search and replace&nbsp; ... i have done manually </p><p>and btw we have to do just in one single page and thats &quot; includes/db/connect_db.inc &quot;&nbsp; so there is no such issue of mysqli becoming mysqlii</p>]]></content>
			<author>
				<name><![CDATA[tester1]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=18290</uri>
			</author>
			<updated>2014-11-06T06:37:29Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=21360#p21360</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Navigation : Sorting by ( ASC / DESC )]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=21355#p21355" />
			<content type="html"><![CDATA[<p>When you did a search and replace of mysql with mysqli, all existing (previously manually changed) mysqli would have become mysqlii ....</p>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2014-11-06T06:06:15Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=21355#p21355</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Navigation : Sorting by ( ASC / DESC )]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=21310#p21310" />
			<content type="html"><![CDATA[<p>i am using mysqli ...</p><p>what u means it would have become mysqlii ...</p><p>can u please help me</p>]]></content>
			<author>
				<name><![CDATA[tester1]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=18290</uri>
			</author>
			<updated>2014-11-03T04:43:27Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=21310#p21310</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Navigation : Sorting by ( ASC / DESC )]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=21304#p21304" />
			<content type="html"><![CDATA[<p>if there were any mysqli, then it would become mysqlii....</p>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2014-11-01T17:42:18Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=21304#p21304</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Navigation : Sorting by ( ASC / DESC )]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=21292#p21292" />
			<content type="html"><![CDATA[<p>Hi,</p><p>After using https://frontaccounting.com/punbb/viewtopic.php?pid=21291 <br /> Mysqli ...my table sorting by asc/desc&nbsp; is not working </p><p>which is because of </p><div class="codebox"><pre><code>function db_field_name($result, $n)
{
    //return mysql_field_name($result, $n);
       $fieldinfo = mysqli_fetch_field_direct($result, $n);
        return $fieldinfo-&gt;name;
    
    
}</code></pre></div><p>and if i click on sorting asc or desc then</p><p>&quot;//-----</p><p>DATABASE ERROR : Error browsing database: SELECT id,name,datetime FROM &quot;.TB_PREF.&quot;test_table&nbsp; &nbsp;ORDER BY ,&nbsp; LIMIT 0, 10<br />error code : 1064<br />error message : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near &#039;LIMIT 0, 10&#039; at line 1<br />sql that failed was : SELECT id,name,datetime FROM &quot;.TB_PREF.&quot;test_table ORDER BY LIMIT 0, 10</p><p>---//&quot;</p><br /><br /><p>see <strong> ORDER BY ,&nbsp; </strong></p><p>i think field name is not coming here ...</p><br /><p>and after long time i found the prb .. i dont know its in that function or not but when i replace all mysql to mysqli as per above code my asc desc stop working .. any idea ???</p>]]></content>
			<author>
				<name><![CDATA[tester1]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=18290</uri>
			</author>
			<updated>2014-11-01T11:21:04Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=21292#p21292</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Navigation : Sorting by ( ASC / DESC )]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=20030#p20030" />
			<content type="html"><![CDATA[<p>Thanks JOE, for your great support till end .. will try to update to latest version and check if its working or not ..else my bad luck <img src="https://frontaccounting.com/punbb/img/smilies/smile.png" width="15" height="15" alt="smile" /></p><br /><p>thanks</p>]]></content>
			<author>
				<name><![CDATA[tester1]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=18290</uri>
			</author>
			<updated>2014-06-04T06:58:11Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=20030#p20030</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Navigation : Sorting by ( ASC / DESC )]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=20029#p20029" />
			<content type="html"><![CDATA[<p>Unfortunately I have no resources to help you further.</p><p>Please download a fresh installation from Sourceforge, and upload this to your server.</p><p>Make an install and see if you still have problems.</p><p>If so, something is not working correctly on your server.</p><p>Joe</p>]]></content>
			<author>
				<name><![CDATA[joe]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=3</uri>
			</author>
			<updated>2014-06-03T11:35:21Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=20029#p20029</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Navigation : Sorting by ( ASC / DESC )]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=20026#p20026" />
			<content type="html"><![CDATA[<p>Hey Joe,</p><p>Can u guide me how i can download mysql error log file and from where.</p><p>Also before move on.. can you please take my above code and test from your end .. also in some page i have used JOIN Query.</p><p>No i am not using Latest version . I think its 2.3.16 or 2.3.17 </p><br /><p>It would be difficult for me to Upgrade to latest version .. as i have modify many includes / files .. and some core file to.</p><p>If particular sort - db_page&nbsp; file can be replace then please let me know which which file i need to replace for update.</p><p>But working fine @ my localhost</p>]]></content>
			<author>
				<name><![CDATA[tester1]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=18290</uri>
			</author>
			<updated>2014-06-03T08:38:55Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=20026#p20026</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Navigation : Sorting by ( ASC / DESC )]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=20025#p20025" />
			<content type="html"><![CDATA[<p>Ok, now we know that. There have been some problems with this release.</p><p>Please try to download the mysql error log file. If we are lucky we can probably see some errors here.</p><p>Are you running the latest release of FA? 2.3.21? If not try to upgrade as well.</p><p>Joe</p>]]></content>
			<author>
				<name><![CDATA[joe]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=3</uri>
			</author>
			<updated>2014-06-03T08:35:44Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=20025#p20025</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Navigation : Sorting by ( ASC / DESC )]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=20024#p20024" />
			<content type="html"><![CDATA[<p>Yes file and folder all are writable ..</p><br /><p>and as said : SELECT VERSION()&nbsp; , its showing me : &quot; 5.5.36-cll &quot;</p><p>please let me know </p><p>thanks</p>]]></content>
			<author>
				<name><![CDATA[tester1]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=18290</uri>
			</author>
			<updated>2014-06-03T07:11:41Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=20024#p20024</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Navigation : Sorting by ( ASC / DESC )]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=20023#p20023" />
			<content type="html"><![CDATA[<p>The files should also be writable.</p><p>If you have access to the server phpMyAdmin, then open your database and in the SQL form, place the following:<br />SELECT VERSION() and run.</p><p>This will retrieve your MySql version.</p><p>/Joe</p>]]></content>
			<author>
				<name><![CDATA[joe]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=3</uri>
			</author>
			<updated>2014-06-03T06:36:32Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=20023#p20023</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Navigation : Sorting by ( ASC / DESC )]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=20022#p20022" />
			<content type="html"><![CDATA[<p>Hey Joe,</p><p>Thanks for reply.</p><p>Yes all folder are writable.</p><p>Also &quot; no mysql runnung on the server &quot;: if on my server there is no mysql running then how could i run all my statement till now.</p><p>still not able to sort</p>]]></content>
			<author>
				<name><![CDATA[tester1]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=18290</uri>
			</author>
			<updated>2014-06-03T05:55:54Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=20022#p20022</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Navigation : Sorting by ( ASC / DESC )]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=20020#p20020" />
			<content type="html"><![CDATA[<p>There seems to be no MySql running on the server.<br />Also make the required folders writable.</p><p>Joe</p>]]></content>
			<author>
				<name><![CDATA[joe]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=3</uri>
			</author>
			<updated>2014-06-02T12:44:31Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=20020#p20020</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Navigation : Sorting by ( ASC / DESC )]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=20019#p20019" />
			<content type="html"><![CDATA[<p>hey i show This system file to my server main .. and they did all green ..except :</p><p>MySQL version &gt;=4.1&nbsp; &nbsp; Required&nbsp; &nbsp; &nbsp; &nbsp; Upgrade MySQL server to version at least 4.1</p><p>means all is &quot; OK &quot; + green .. ONLY </p><p>MySQL version &gt;=4.1&nbsp; &nbsp; Required&nbsp; &nbsp; &nbsp; &nbsp; Upgrade MySQL server to version at least 4.1&nbsp; &nbsp;--- RED </p><p>AND SORTING IS STILL NOT WORKING <img src="https://frontaccounting.com/punbb/img/smilies/sad.png" width="15" height="15" alt="sad" /></p>]]></content>
			<author>
				<name><![CDATA[tester1]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=18290</uri>
			</author>
			<updated>2014-06-02T11:22:37Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=20019#p20019</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Navigation : Sorting by ( ASC / DESC )]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=20018#p20018" />
			<content type="html"><![CDATA[<p>Hi,</p><p>Thanks for reply .</p><p>Please find below link for system details : http://shashib.webege.com/system/</p>]]></content>
			<author>
				<name><![CDATA[tester1]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=18290</uri>
			</author>
			<updated>2014-06-02T10:36:52Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=20018#p20018</id>
		</entry>
</feed>
