<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[FrontAccounting forum — Can't login]]></title>
		<link>https://frontaccounting.com/punbb/viewtopic.php?id=9031</link>
		<atom:link href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=9031&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Can't login.]]></description>
		<lastBuildDate>Wed, 14 Oct 2020 16:16:29 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Can't login]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=38498#p38498</link>
			<description><![CDATA[<p>Solved. I moved the whole installation to my localhost. Just Host didn&#039;t offer PHP version earlier than 7.</p><p>Copying the database presented a few problems so I list them here in case anyone is interested.</p><p>When you create the database to import into also add a new user with the data found in </p><div class="codebox"><pre><code>&lt;frontaccounting root&gt;/config_db.php</code></pre></div><p>.<br />Without this you can&#039;t login and you won&#039;t be told why.</p><p>Upload file size is limited in my local <em>php.ini</em>, so find and edit these lines in <strong>php/php.ini</strong>.<br /></p><div class="codebox"><pre><code>memory_limit = -1
upload_max_filesize = -1 
post_max_size = -1 
Also on a local site execution time may need increasing, so find and edit phpMyAdmin/libraries/config.default.php.
$cfg[&#039;ExecTimeLimit&#039;] = 600;</code></pre></div><p>This gives you 600 seconds.</p><p>Thanks for your help.</p>]]></description>
			<author><![CDATA[null@example.com (jonathan46)]]></author>
			<pubDate>Wed, 14 Oct 2020 16:16:29 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=38498#p38498</guid>
		</item>
		<item>
			<title><![CDATA[Re: Can't login]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=38479#p38479</link>
			<description><![CDATA[<p>Thanks, I now have lots to go on.</p>]]></description>
			<author><![CDATA[null@example.com (jonathan46)]]></author>
			<pubDate>Mon, 12 Oct 2020 14:45:11 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=38479#p38479</guid>
		</item>
		<item>
			<title><![CDATA[Re: Can't login]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=38469#p38469</link>
			<description><![CDATA[<p>Some ISPs / hosts allow you to change php versions. This is <strong>NOT</strong> the recommended option, but if you only require FA for a short period of time, then it may be considered.</p><p>In cPanel there may be a option to change version by using either:- </p><p>MultiPHP Manager<br />Or<br />Select PHP Version</p><p>and if these options do not appear in cPanel open a ticket.</p><p>Your IP &#039;Just Host&#039; has numerous articles in their help center... <a href="https://my.justhost.com/hosting/help/search?sort=&amp;search=php">https://my.justhost.com/hosting/help/se … search=php</a></p>]]></description>
			<author><![CDATA[null@example.com (poncho1234)]]></author>
			<pubDate>Sat, 10 Oct 2020 16:13:58 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=38469#p38469</guid>
		</item>
		<item>
			<title><![CDATA[Re: Can't login]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=38468#p38468</link>
			<description><![CDATA[<p>Thanks, my PHP 5.6.3 should be fine so I&#039;ll try it in my localhost on my PC.<br />I was a little concerned that&nbsp; after moving it from the Just Host server to my localhost the passwords might not work or it wouldn&#039;t find things in the place it expected them.<br />Jonathan</p>]]></description>
			<author><![CDATA[null@example.com (jonathan46)]]></author>
			<pubDate>Sat, 10 Oct 2020 15:04:20 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=38468#p38468</guid>
		</item>
		<item>
			<title><![CDATA[Re: Can't login]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=38467#p38467</link>
			<description><![CDATA[<p>It&#039;s not permissions or password problem. It&#039;s php version deprecated some functions. That&#039;s the issue you are facing in server.</p>]]></description>
			<author><![CDATA[null@example.com (kvvaradha)]]></author>
			<pubDate>Sat, 10 Oct 2020 14:11:58 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=38467#p38467</guid>
		</item>
		<item>
			<title><![CDATA[Re: Can't login]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=38466#p38466</link>
			<description><![CDATA[<p>Thank you Kvvaradha,</p><p>I propose to copy the website to my localhost which runs PHP 5.6.3 and MySQL 5. I am quite happy to operate locally at least to the end of the financial year.<br />Do you foresee any problems, maybe&nbsp; with passwords, permissions etc?<br />I will then install the latest version of FA on the real web server and seed it with the final balance sheet data.</p><p>Thanks again for your very quick reply.<br />Jonathan</p>]]></description>
			<author><![CDATA[null@example.com (jonathan46)]]></author>
			<pubDate>Sat, 10 Oct 2020 09:49:29 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=38466#p38466</guid>
		</item>
		<item>
			<title><![CDATA[Re: Can't login]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=38465#p38465</link>
			<description><![CDATA[<p>FA version 2.3.x are very old programs. It supports the level of MySql version 5.6.And it works with MySql_query.&nbsp; And it&#039;s completely deprecated with php 7.3. You have to downgrade your php and MySql to use.or you need to find a developer to upgrade your files and database to new version.</p>]]></description>
			<author><![CDATA[null@example.com (kvvaradha)]]></author>
			<pubDate>Fri, 09 Oct 2020 18:22:34 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=38465#p38465</guid>
		</item>
		<item>
			<title><![CDATA[Can't login]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=38464#p38464</link>
			<description><![CDATA[<p>Hi,<br />I last used FA about 2 months ago and suspect I should have upgraded something.<br />The login page appears, I login and just get a blank page with no errors.<br />The screensource code is &lt;div class=&#039;note_msg&#039;&gt;&lt;/div&gt;.<br />My FA version 2.3.17<br />Website ( Just Host ) PHP version is now 7.3.23.<br />Please can you list the steps I should take to restore FA.<br />Thanks.</p>]]></description>
			<author><![CDATA[null@example.com (jonathan46)]]></author>
			<pubDate>Fri, 09 Oct 2020 16:58:17 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=38464#p38464</guid>
		</item>
	</channel>
</rss>
