<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[FrontAccounting forum — Cannot create new company due to bugs in sql file]]></title>
		<link>https://frontaccounting.com/punbb/viewtopic.php?id=8789</link>
		<atom:link href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=8789&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Cannot create new company due to bugs in sql file.]]></description>
		<lastBuildDate>Thu, 25 Jun 2020 05:51:23 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Cannot create new company due to bugs in sql file]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=37693#p37693</link>
			<description><![CDATA[<p>Creation of the DB would require additional privileges that the FA&#039;s DB user should have atleast for the duration of the install. Use phpMyAdmin / SQLyog / MySQL Workbench or some such MySQL client tool or just operate from the hosting control panel or the SSH terminal if you have access. Otherwise contact your hosting provider.</p><p>What platform are you having your FA hosted (Webserver / PHP / MySQL / OS) and their versions and what privileges and skills you have in manipulating them? If you are handicapped in the above skills, then take professional assistance providing a bounty on the Job Offers board.</p>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Thu, 25 Jun 2020 05:51:23 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=37693#p37693</guid>
		</item>
		<item>
			<title><![CDATA[Re: Cannot create new company due to bugs in sql file]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=37683#p37683</link>
			<description><![CDATA[<p>I tried to create new company in FrontAccounting 2.4.7 on XAMPP, but failed with the following error message:</p><p>SQL script execution failed in line 16:<br />Cannot create new company due to bugs in sql file.</p><p>Saw on https://frontaccounting.com/fawiki/uploads/Help/FrontAccountingCompanyCreation.pdf that DB must pre-exist, how to create the new DB for the new company? I thought it will be automatically created....</p><p>What&#039;s the solution?</p>]]></description>
			<author><![CDATA[null@example.com (scendraw)]]></author>
			<pubDate>Wed, 24 Jun 2020 05:07:39 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=37683#p37683</guid>
		</item>
		<item>
			<title><![CDATA[Re: Cannot create new company due to bugs in sql file]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=37525#p37525</link>
			<description><![CDATA[<p>Hi,</p><p>I am a developer at Softaculous. </p><p>We apologize for the inconvenience caused to you all.<br />We at Softaculous are looking into this issue and we should be able to find the cause of the issue.</p><p>Once we have any updates on this, we shall definitely post update here as well.<br />We apologize once again.</p><p>Meanwhile if you need any kind of support related to Softaculous, you can directly open a ticket with us :<br />https://softaculous.deskuss.com</p>]]></description>
			<author><![CDATA[null@example.com (punit)]]></author>
			<pubDate>Fri, 15 May 2020 13:56:08 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=37525#p37525</guid>
		</item>
		<item>
			<title><![CDATA[Re: Cannot create new company due to bugs in sql file]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=37502#p37502</link>
			<description><![CDATA[<p>Compare the <strong>sql/&lt;chart&gt;.sql</strong> used in InMotion hosting and the one in the sourceforge and inform softaculous / hosting provider of the discrepancy. Possible that the latter did not update their install scripts.</p><p>Thanks for reporting it.</p>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Thu, 14 May 2020 09:08:53 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=37502#p37502</guid>
		</item>
		<item>
			<title><![CDATA[Re: Cannot create new company due to bugs in sql file]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=37483#p37483</link>
			<description><![CDATA[<p>The issue here was the use of softaculous for installing Frontaccounting in shared Linux hosting provided by InMotion Hosting. I did an install from SourceForge using frontaccounting-2.4.8.tar.gz which succeeded in creating company 0 as well as company 1. Therefore: do not use softaculous for installing frontaccounting at InMotion Hosting.</p>]]></description>
			<author><![CDATA[null@example.com (ROBERTRACKL)]]></author>
			<pubDate>Tue, 12 May 2020 18:46:55 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=37483#p37483</guid>
		</item>
		<item>
			<title><![CDATA[Cannot create new company due to bugs in sql file]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=37454#p37454</link>
			<description><![CDATA[<p>After a fresh install of FA 2.4.8, I get this error when trying to create a new company (admin/create_coy.php):</p><p>SQL script execution failed in line 16:<br />Cannot create new company due to bugs in sql file.</p><p>Details how I got here:<br />** Selected PHP version 5.6<br />** This is a continuation of topic &quot;Import of Direct Sales Invoice from csv fails&quot; (https://frontaccounting.com/punbb/viewtopic.php?pid=37390#p37390), but the subject is now different. I could no longer use the previous installation; carelessly, I selected PHP version 5.3 instead 5.6 as recommended by apmuthu. After that I could no longer log into my FA installation. Decided to start over.<br />** Used softaculous at InMotion Hosting to install FA 2.4.8.<br />** Copied php.ini to the FA root folder. Changed display_errors to On, track_errors to On, and &#039;error_log = /dev/null&#039; to &#039;error_log = /logs/FA_errors.log&#039;.<br />** 2.&nbsp; &nbsp; Obtained FA24_post_release_fixes_2020-04-07.zip from https://frontaccounting.com/punbb/viewtopic.php?pid=37005&amp;login=1 , post number 4. Uploaded those files into their respective directories in FA after renaming the superseded files by appending .OLD to each file name.<br />** From inside FA, added the module imports_transactions which should be the latest after the official repository update reported in post #10 of https://frontaccounting.com/punbb/viewtopic.php?pid=37390#p37390 .<br />** Modified line 220 of import_transactions.php to read:</p><p>$_SESSION[&#039;Items&#039;] = new import_sales_cart($type, 0, false); $_SESSION[&#039;Items&#039;]-&gt;prep_amount = 0.0E0;</p><p>** Entered company setup data for&nbsp; Company 0<br />** Tried to create Company 1; got error: SQL script execution failed in line 16: Cannot create new company due to bugs in sql file.</p>]]></description>
			<author><![CDATA[null@example.com (ROBERTRACKL)]]></author>
			<pubDate>Sat, 09 May 2020 16:54:38 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=37454#p37454</guid>
		</item>
	</channel>
</rss>
