<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[FrontAccounting forum — Upgrade from 2.3 to latest version of 2.4.16 or latest ver]]></title>
	<link rel="self" href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=10618&amp;type=atom" />
	<updated>2024-12-27T15:36:13Z</updated>
	<generator>PunBB</generator>
	<id>https://frontaccounting.com/punbb/viewtopic.php?id=10618</id>
		<entry>
			<title type="html"><![CDATA[Re: Upgrade from 2.3 to latest version of 2.4.16 or latest ver]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=43461#p43461" />
			<content type="html"><![CDATA[<p>Sounds like your server&#039;s PHP version, even with the change, isn&#039;t fully compatible with the older FA 2.3.26 installer.</p>]]></content>
			<author>
				<name><![CDATA[Stotle]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=48683</uri>
			</author>
			<updated>2024-12-27T15:36:13Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=43461#p43461</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Upgrade from 2.3 to latest version of 2.4.16 or latest ver]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=43444#p43444" />
			<content type="html"><![CDATA[<p>Deprecated is just a warning and can be suppressed in the php,ini.</p><p> Solution : Rename your function name emailcomm() to __construct()</p><p>Explanation: In previous versions of PHP, if PHP cannot find a __construct() function for a given class, it will search for the old-style constructor function, by the name of the class, but now old style constructors are DEPRECATED in PHP 7.0, and will be removed in a future version. You should always use __construct() in new code. Read php manual</p><div class="codebox"><pre><code>   function __construct() {
      // copy your old constructor function code</code></pre></div><p>https://stackoverflow.com/questions/47549783/php-deprecated-methods-with-the-same-name-as-their-class-will-not-be-constructo</p>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2024-12-04T14:34:55Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=43444#p43444</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Upgrade from 2.3 to latest version of 2.4.16 or latest ver]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=43443#p43443" />
			<content type="html"><![CDATA[<p>I am trying to upgrade from&nbsp; 2.3 to latest version of 2.4.16 or newer<br />I initially trying to follow the instruction of kvvaradha in below requiring to install first the FA 2.3.26, however installing the FA 2.3.26 in our hosting server never work even changing my php ver to&nbsp; 5,7 to 8</p><p>The API version of 2.3.26 to install is 5.0.12 </p><p>Following are the error occurs when installing the FA 2.3.26</p><p>Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; package has a deprecated constructor in /xpublic_html/front/includes/packages.inc on line 21</p><p>Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; archive has a deprecated constructor in x/public_html/front/includes/archive.inc on line 17</p><p>Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; tar_file has a deprecated constructor in x/public_html/front/includes/archive.inc on line 239</p><p>Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; gzip_file has a deprecated constructor in x/public_html/front/includes/archive.inc on line 429</p><p>Appreciate any help to solve this</p><br /><p>-------------------------------------------------------------------<br />Instruction to Upgrade from 2.3.24 to 2.4.4 on new server</p><p>-------------------------------------------------------------<br />1. First install a new copy of FA 2.3.26<br />2. Get backup from 2.3.24<br />3. Import it to the database to freshly installed FA 2.3.26<br />4. Now, goto the exports page and export it from FA2.3.26<br />5. Download a fresh stable FA 2.4.4 and install it without demo data.<br />6.&nbsp; Goto backup and restore, and import the file you exported from Fa 2.3.26<br />7. Now goto upgrade and upgrade it.</p><p>It will upgrade your database to newer version. </p><p>This procedure i followed it for FA 2.4.1 upgrade from 2.3.19 So it might work If you have problem with 2.4.4.than go with 2.4.1 and than again one more upgrade to 2.4.4</p><p>Hope this helps.<br />------------------------------------------------------------</p>]]></content>
			<author>
				<name><![CDATA[Marc]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=9423</uri>
			</author>
			<updated>2024-12-02T01:45:01Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=43443#p43443</id>
		</entry>
</feed>
