<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[FrontAccounting forum — Buttons missing from Sales, Purchase, etc. tables]]></title>
		<link>https://frontaccounting.com/punbb/viewtopic.php?id=3716</link>
		<atom:link href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=3716&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Buttons missing from Sales, Purchase, etc. tables.]]></description>
		<lastBuildDate>Wed, 30 Jan 2013 14:24:36 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Buttons missing from Sales, Purchase, etc. tables]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=15385#p15385</link>
			<description><![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>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Wed, 30 Jan 2013 14:24:36 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=15385#p15385</guid>
		</item>
		<item>
			<title><![CDATA[Re: Buttons missing from Sales, Purchase, etc. tables]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=15381#p15381</link>
			<description><![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>]]></description>
			<author><![CDATA[null@example.com (ed10)]]></author>
			<pubDate>Tue, 29 Jan 2013 20:38:44 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=15381#p15381</guid>
		</item>
		<item>
			<title><![CDATA[Re: Buttons missing from Sales, Purchase, etc. tables]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=14964#p14964</link>
			<description><![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>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Fri, 11 Jan 2013 05:25:42 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=14964#p14964</guid>
		</item>
		<item>
			<title><![CDATA[Re: Buttons missing from Sales, Purchase, etc. tables]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=14961#p14961</link>
			<description><![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>]]></description>
			<author><![CDATA[null@example.com (ase618)]]></author>
			<pubDate>Fri, 11 Jan 2013 03:26:07 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=14961#p14961</guid>
		</item>
		<item>
			<title><![CDATA[Re: Buttons missing from Sales, Purchase, etc. tables]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=14960#p14960</link>
			<description><![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>]]></description>
			<author><![CDATA[null@example.com (ase618)]]></author>
			<pubDate>Thu, 10 Jan 2013 21:43:58 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=14960#p14960</guid>
		</item>
		<item>
			<title><![CDATA[Re: Buttons missing from Sales, Purchase, etc. tables]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=14956#p14956</link>
			<description><![CDATA[<p>The subdomain is okay, but actual folder path needs to be set if not correctly determined by the program.</p>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Thu, 10 Jan 2013 21:19:23 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=14956#p14956</guid>
		</item>
		<item>
			<title><![CDATA[Re: Buttons missing from Sales, Purchase, etc. tables]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=14954#p14954</link>
			<description><![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>]]></description>
			<author><![CDATA[null@example.com (ase618)]]></author>
			<pubDate>Thu, 10 Jan 2013 20:02:49 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=14954#p14954</guid>
		</item>
		<item>
			<title><![CDATA[Re: Buttons missing from Sales, Purchase, etc. tables]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=14899#p14899</link>
			<description><![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>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Sun, 06 Jan 2013 11:28:53 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=14899#p14899</guid>
		</item>
		<item>
			<title><![CDATA[Re: Buttons missing from Sales, Purchase, etc. tables]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=14891#p14891</link>
			<description><![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>]]></description>
			<author><![CDATA[null@example.com (ase618)]]></author>
			<pubDate>Sun, 06 Jan 2013 00:25:10 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=14891#p14891</guid>
		</item>
		<item>
			<title><![CDATA[Re: Buttons missing from Sales, Purchase, etc. tables]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=14886#p14886</link>
			<description><![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>]]></description>
			<author><![CDATA[null@example.com (ase618)]]></author>
			<pubDate>Sat, 05 Jan 2013 15:11:34 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=14886#p14886</guid>
		</item>
		<item>
			<title><![CDATA[Re: Buttons missing from Sales, Purchase, etc. tables]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=14869#p14869</link>
			<description><![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>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Sat, 05 Jan 2013 05:02:21 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=14869#p14869</guid>
		</item>
		<item>
			<title><![CDATA[Re: Buttons missing from Sales, Purchase, etc. tables]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=14863#p14863</link>
			<description><![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>]]></description>
			<author><![CDATA[null@example.com (itronics)]]></author>
			<pubDate>Sat, 05 Jan 2013 00:03:09 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=14863#p14863</guid>
		</item>
		<item>
			<title><![CDATA[Re: Buttons missing from Sales, Purchase, etc. tables]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=14861#p14861</link>
			<description><![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>]]></description>
			<author><![CDATA[null@example.com (ase618)]]></author>
			<pubDate>Fri, 04 Jan 2013 23:38:32 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=14861#p14861</guid>
		</item>
		<item>
			<title><![CDATA[Re: Buttons missing from Sales, Purchase, etc. tables]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=14860#p14860</link>
			<description><![CDATA[<p>This is strange. Have you looked into System Diagnostics page under Setup tab?<br />Janusz</p>]]></description>
			<author><![CDATA[null@example.com (itronics)]]></author>
			<pubDate>Fri, 04 Jan 2013 23:08:01 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=14860#p14860</guid>
		</item>
		<item>
			<title><![CDATA[Buttons missing from Sales, Purchase, etc. tables]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=14856#p14856</link>
			<description><![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>]]></description>
			<author><![CDATA[null@example.com (ase618)]]></author>
			<pubDate>Fri, 04 Jan 2013 19:54:54 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=14856#p14856</guid>
		</item>
	</channel>
</rss>
