<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[FrontAccounting forum — Buttons missing from Sales, Purchase, etc. tables]]></title>
	<link rel="self" href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=3716&amp;type=atom" />
	<updated>2013-01-30T14:24:36Z</updated>
	<generator>PunBB</generator>
	<id>https://frontaccounting.com/punbb/viewtopic.php?id=3716</id>
		<entry>
			<title type="html"><![CDATA[Re: Buttons missing from Sales, Purchase, etc. tables]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=15385#p15385" />
			<content type="html"><![CDATA[<p>It is possible that your folder permissions failed to allow the webserver process to create the said file. Just create a an empty faillog.php file in the webroot with permissions and ownerships that allow the webserver to write to it.</p>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2013-01-30T14:24:36Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=15385#p15385</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Buttons missing from Sales, Purchase, etc. tables]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=15381#p15381" />
			<content type="html"><![CDATA[<p>Hi:</p><p>I get this from our server in the frontaccounting errors.log:<br />[29-Jan-2013 20:04:26 UTC] 0:sally:session.inc:368: include_once(): Failed opening &#039;../../faillog.php&#039; for inclusion (include_path=&#039;.:/usr/share/php:/usr/share/pear&#039;)</p><p>I have several users on the server using FA and only this one user caused the error in the log.&nbsp; Also I have the same setup on my box as a testing box for the code and no such error here either only one user on the live server.</p><p>Why would only one user cause the error?&nbsp; What can I do to fix it?</p><p>forgot to say using ver .14</p><p>Thanks,</p><p>ed10</p>]]></content>
			<author>
				<name><![CDATA[ed10]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=1686</uri>
			</author>
			<updated>2013-01-29T20:38:44Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=15381#p15381</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Buttons missing from Sales, Purchase, etc. tables]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=14964#p14964" />
			<content type="html"><![CDATA[<p>The main FA <strong>index.php</strong> first includes the file <strong>includes/session.inc</strong> that has a set of functions and some inline code. The first part of the inlince code in <strong>includes/session.inc</strong> is at Lines 307-310:<br /></p><div class="codebox"><pre><code>if (!isset($path_to_root))
{
    $path_to_root = &quot;.&quot;;
}</code></pre></div><p>It is possible that this may have to be hardcoded in your specific case (possibly due to symlinking by the cPanel) to be:</p> <br /><div class="codebox"><pre><code>if (!isset($path_to_root))
{
    $path_to_root = &quot;/home/artisant/public_html/fademo1&quot;;
}</code></pre></div><p>Note that there is no trailing slash.</p>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2013-01-11T05:25:42Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=14964#p14964</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Buttons missing from Sales, Purchase, etc. tables]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=14961#p14961" />
			<content type="html"><![CDATA[<p>Ok so I reinstalled everything and I am still getting a page not found error when logging in. Refreshing the page lets gets me to the log-in screen. Have some errors in the log file that look similar to the earlier ones:</p><p>[10-Jan-2013 21:17:26 CST6CDT] ::frontaccounting.php:22: include_once(./installed_extensions.php) [&lt;a href=&#039;function.include-once&#039;&gt;function.include-once&lt;/a&gt;]: failed to open stream: No such file or directory<br />[10-Jan-2013 21:17:26 CST6CDT] ::frontaccounting.php:22: include_once() [&lt;a href=&#039;function.include&#039;&gt;function.include&lt;/a&gt;]: Failed opening &#039;./installed_extensions.php&#039; for inclusion (include_path=&#039;.:/usr/local/php53/pear&#039;)<br />[10-Jan-2013 21:17:26 CST6CDT] ::language.php:15: include_once(./lang/installed_languages.inc) [&lt;a href=&#039;function.include-once&#039;&gt;function.include-once&lt;/a&gt;]: failed to open stream: No such file or directory<br />[10-Jan-2013 21:17:26 CST6CDT] ::language.php:15: include_once() [&lt;a href=&#039;function.include&#039;&gt;function.include&lt;/a&gt;]: Failed opening &#039;./lang/installed_languages.inc&#039; for inclusion (include_path=&#039;.:/usr/local/php53/pear&#039;)<br />[10-Jan-2013 21:17:26 CST6CDT] ::session.inc:334: include_once(./config_db.php) [&lt;a href=&#039;function.include-once&#039;&gt;function.include-once&lt;/a&gt;]: failed to open stream: No such file or directory<br />[10-Jan-2013 21:17:26 CST6CDT] ::session.inc:334: include_once() [&lt;a href=&#039;function.include&#039;&gt;function.include&lt;/a&gt;]: Failed opening &#039;./config_db.php&#039; for inclusion (include_path=&#039;.:/usr/local/php53/pear&#039;)<br />[10-Jan-2013 21:17:26 CST6CDT] ::session.inc:343: Invalid argument supplied for foreach()<br />[10-Jan-2013 21:17:26 CST6CDT] ::session.inc:364: include_once(./config.php) [&lt;a href=&#039;function.include-once&#039;&gt;function.include-once&lt;/a&gt;]: failed to open stream: No such file or directory<br />[10-Jan-2013 21:17:26 CST6CDT] ::session.inc:364: include_once() [&lt;a href=&#039;function.include&#039;&gt;function.include&lt;/a&gt;]: Failed opening &#039;./config.php&#039; for inclusion (include_path=&#039;.:/usr/local/php53/pear&#039;)<br />[10-Jan-2013 21:17:26 CST6CDT] ::session.inc:368: include_once(./faillog.php) [&lt;a href=&#039;function.include-once&#039;&gt;function.include-once&lt;/a&gt;]: failed to open stream: No such file or directory<br />[10-Jan-2013 21:17:26 CST6CDT] ::session.inc:368: include_once() [&lt;a href=&#039;function.include&#039;&gt;function.include&lt;/a&gt;]: Failed opening &#039;./faillog.php&#039; for inclusion (include_path=&#039;.:/usr/local/php53/pear&#039;)<br />[10-Jan-2013 21:17:26 CST6CDT] ::current_user.inc:579: Invalid argument supplied for foreach()<br />[10-Jan-2013 21:17:26 CST6CDT] ::current_user.inc:579: Invalid argument supplied for foreach()<br />[10-Jan-2013 21:17:26 CST6CDT] 0::session.inc:416: include_once(./company/0/installed_extensions.php) [&lt;a href=&#039;function.include-once&#039;&gt;function.include-once&lt;/a&gt;]: failed to open stream: No such file or directory<br />[10-Jan-2013 21:17:26 CST6CDT] 0::session.inc:416: include_once() [&lt;a href=&#039;function.include&#039;&gt;function.include&lt;/a&gt;]: Failed opening &#039;./company/0/installed_extensions.php&#039; for inclusion (include_path=&#039;.:/usr/local/php53/pear&#039;)<br />[10-Jan-2013 21:17:26 CST6CDT] 0::hooks.inc:201: Invalid argument supplied for foreach()<br />[10-Jan-2013 21:17:26 CST6CDT] 0::main.inc:78: array_search() expects parameter 2 to be array, null given<br />[10-Jan-2013 21:17:26 CST6CDT] 0::header.inc:58: file_get_contents(login.js) [&lt;a href=&#039;function.file-get-contents&#039;&gt;function.file-get-contents&lt;/a&gt;]: failed to open stream: No such file or directory<br />[10-Jan-2013 21:17:26 CST6CDT] 0::main.inc:67: fopen(/0/js_cache/login.js) [&lt;a href=&#039;function.fopen&#039;&gt;function.fopen&lt;/a&gt;]: failed to open stream: No such file or directory<br />[10-Jan-2013 21:17:26 CST6CDT] 0::header.inc:63: Invalid argument supplied for foreach()</p>]]></content>
			<author>
				<name><![CDATA[ase618]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=17036</uri>
			</author>
			<updated>2013-01-11T03:26:07Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=14961#p14961</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Buttons missing from Sales, Purchase, etc. tables]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=14960#p14960" />
			<content type="html"><![CDATA[<div class="quotebox"><blockquote><p>...actual folder path needs to be set if not correctly determined by the program.</p></blockquote></div><p>Does the folder path need to be set somewhere other than in cPanel?</p>]]></content>
			<author>
				<name><![CDATA[ase618]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=17036</uri>
			</author>
			<updated>2013-01-10T21:43:58Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=14960#p14960</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Buttons missing from Sales, Purchase, etc. tables]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=14956#p14956" />
			<content type="html"><![CDATA[<p>The subdomain is okay, but actual folder path needs to be set if not correctly determined by the program.</p>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2013-01-10T21:19:23Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=14956#p14956</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Buttons missing from Sales, Purchase, etc. tables]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=14954#p14954" />
			<content type="html"><![CDATA[<p>My files are in /home/artisant/public_html/fademo1 and the subdomain points to the same folder.</p><p>I have removed the subdomain and tried navigating directly to the subfolder which gets me to the FA login screen. Logging in results in a page not found error. If I refresh the page I get to the dashboard. I will try reinstalling without the subdomain to see if this issue resolves itself. Does FA not support subdomains? It&#039;s not a big issue if it doesn&#039;t, just wondering.</p><p>More importantly my original issue seems to be resolved! Thank you everyone for your help.</p>]]></content>
			<author>
				<name><![CDATA[ase618]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=17036</uri>
			</author>
			<updated>2013-01-10T20:02:49Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=14954#p14954</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Buttons missing from Sales, Purchase, etc. tables]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=14899#p14899" />
			<content type="html"><![CDATA[<p>Where have you extracted your files?</p><p>Your webroot appears to be <strong>/home/artisant/public_html</strong></p><p>You seem to have some subdomain created for the FA install and not installed from there.</p><p>Try the url http://www.xxx.co/fademo1</p>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2013-01-06T11:28:53Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=14899#p14899</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Buttons missing from Sales, Purchase, etc. tables]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=14891#p14891" />
			<content type="html"><![CDATA[<p>Ok. Finally managed to get the later Mercurial build to install and let me log in. Same problem. Thought of trying a different browser. Firefox, what I normally use, doesn&#039;t display anything, chrome, safari and opera display little square boxes with functioning links but no images. Checked the demo at frontaccounting.eu and it works fine in all browsers. Just noticed after checking the demo that I don&#039;t have any images displaying at all, including the arrows in the blue circle to the left of links on the different pages and even the front accounting logo on the log-in screen.</p><p>Not sure why I thought of it but I disabled hot link protection and the front accounting logo on the log-in screen and the arrows in blue circles appeared. Still showing after re-enabling hot link protection.</p><p>Also noticed on firefox that when the pages first load or are refreshed the square boxes display for a second before disappearing and the table cell collapses to a really narrow cell.</p><p>And here are some error messages from the server log:<br />[Sat Jan 05 18:13:11 2013] [error] [client xx.xxx.65.233] File does not exist: /home/artisant/public_html/fademo1/404.shtml, referer: http://fademo1.xxx.co/sales/inquiry/sales_orders_view.php?OutstandingOnly=1<br />[Sat Jan 05 18:13:11 2013] [error] [client xx.xxx.65.233] File does not exist: /home/artisant/public_html/fademo1/artisantool.co, referer: http://fademo1.xxx.co/sales/inquiry/sales_orders_view.php?OutstandingOnly=1</p><p>and there are more errors in the php_errorlog.txt file similar to the ones in my first post though not nearly as many.</p>]]></content>
			<author>
				<name><![CDATA[ase618]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=17036</uri>
			</author>
			<updated>2013-01-06T00:25:10Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=14891#p14891</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Buttons missing from Sales, Purchase, etc. tables]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=14886#p14886" />
			<content type="html"><![CDATA[<p>I have tried reinstalling maybe 10 times now including the later Mercurial version several times. I am now getting an 500 Internal Server Error after installation. I am not even getting to the log-in screen. This also happened before but eventually I got to the log-in. I am not sure what is going on but I will keep trying.</p>]]></content>
			<author>
				<name><![CDATA[ase618]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=17036</uri>
			</author>
			<updated>2013-01-05T15:11:34Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=14886#p14886</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Buttons missing from Sales, Purchase, etc. tables]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=14869#p14869" />
			<content type="html"><![CDATA[<p>Also use the later Mercurial Build version of FA from <a href="https://frontaccounting.com/punbb/viewtopic.php?pid=14332#p14332">this post</a>.</p>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2013-01-05T05:02:21Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=14869#p14869</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Buttons missing from Sales, Purchase, etc. tables]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=14863#p14863" />
			<content type="html"><![CDATA[<p>Yes, please try reinstall FA again. Before starting install wizard please check whether the base FA install folder is writable for www server (this check was missing in the system tests). </p><p>Janusz</p>]]></content>
			<author>
				<name><![CDATA[itronics]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=89</uri>
			</author>
			<updated>2013-01-05T00:03:09Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=14863#p14863</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Buttons missing from Sales, Purchase, etc. tables]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=14861#p14861" />
			<content type="html"><![CDATA[<p>Yes I have and nothing jumped out as wrong. Everything was ok or optional. The following haven&#039;t been done yet as its just a demo, I will reinstall once I am done playing with it.<br /></p><ol class="decimal"><li><p>Removed install wizard folder hasn&#039;t been removed yet.</p></li><li><p>Database auth file isn&#039;t read-only.</p></li><li><p>Main config file isn&#039;t read-only.</p></li></ol><p>I didn&#039;t list all the different pages I checked but it looks like it affects any page that displays a table which it seems is quite a few.</p><p>Andrew</p>]]></content>
			<author>
				<name><![CDATA[ase618]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=17036</uri>
			</author>
			<updated>2013-01-04T23:38:32Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=14861#p14861</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Buttons missing from Sales, Purchase, etc. tables]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=14860#p14860" />
			<content type="html"><![CDATA[<p>This is strange. Have you looked into System Diagnostics page under Setup tab?<br />Janusz</p>]]></content>
			<author>
				<name><![CDATA[itronics]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=89</uri>
			</author>
			<updated>2013-01-04T23:08:01Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=14860#p14860</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Buttons missing from Sales, Purchase, etc. tables]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=14856#p14856" />
			<content type="html"><![CDATA[<p>Hi everybody. I am a new to Front Accounting. I have a new install and testing with demo data.</p><p>If I go to pretty much any page that displays a table such as: Sales&gt;Delivery Against Sales Orders, the buttons on the right end of the table are missing, in this case, Dispatch &amp; Edit, and I am not able to click them. Using firebug to inspect the button image produces &quot;Failed to load the given URL&quot;. I checked and do have the actual images in the image folder.</p><p>I also found a log file that is almost 4000 lines long, all from one day. Here is the recurring error(I believe):</p><p>02-Jan-2013 23:20:38 CST6CDT] ::session.inc:334: include_once(./config_db.php) [&lt;a href=&#039;function.include-once&#039;&gt;function.include-once&lt;/a&gt;]: failed to open stream: No such file or directory<br />[02-Jan-2013 23:20:38 CST6CDT] ::session.inc:334: include_once() [&lt;a href=&#039;function.include&#039;&gt;function.include&lt;/a&gt;]: Failed opening &#039;./config_db.php&#039; for inclusion (include_path=&#039;.:/usr/local/php53/pear&#039;)<br />[02-Jan-2013 23:20:38 CST6CDT] 0::session.inc:365: include_once(./config.php) [&lt;a href=&#039;function.include-once&#039;&gt;function.include-once&lt;/a&gt;]: failed to open stream: No such file or directory<br />[02-Jan-2013 23:20:38 CST6CDT] 0::session.inc:365: include_once() [&lt;a href=&#039;function.include&#039;&gt;function.include&lt;/a&gt;]: Failed opening &#039;./config.php&#039; for inclusion (include_path=&#039;.:/usr/local/php53/pear&#039;)<br />[02-Jan-2013 23:20:38 CST6CDT] 0::session.inc:369: include_once(./faillog.php) [&lt;a href=&#039;function.include-once&#039;&gt;function.include-once&lt;/a&gt;]: failed to open stream: No such file or directory<br />[02-Jan-2013 23:20:38 CST6CDT] 0::session.inc:369: include_once() [&lt;a href=&#039;function.include&#039;&gt;function.include&lt;/a&gt;]: Failed opening &#039;./faillog.php&#039; for inclusion (include_path=&#039;.:/usr/local/php53/pear&#039;)<br />[02-Jan-2013 23:20:38 CST6CDT] 0::main.inc:78: array_search() expects parameter 2 to be array, null given<br />[02-Jan-2013 23:20:38 CST6CDT] 0::header.inc:58: file_get_contents(login.js) [&lt;a href=&#039;function.file-get-contents&#039;&gt;function.file-get-contents&lt;/a&gt;]: failed to open stream: No such file or directory<br />[02-Jan-2013 23:20:38 CST6CDT] 0::main.inc:67: fopen(/0/js_cache/login.js) [&lt;a href=&#039;function.fopen&#039;&gt;function.fopen&lt;/a&gt;]: failed to open stream: No such file or directory<br />[02-Jan-2013 23:20:38 CST6CDT] 0::header.inc:63: Invalid argument supplied for foreach()</p><p>I have the log file and screenshots available if anyone wants them.</p><p>Does anyone have any ideas? Thanks in advance for any help received.</p><p>Andrew</p>]]></content>
			<author>
				<name><![CDATA[ase618]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=17036</uri>
			</author>
			<updated>2013-01-04T19:54:54Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=14856#p14856</id>
		</entry>
</feed>
