<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[FrontAccounting forum — Can't see Charts]]></title>
	<link rel="self" href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=8697&amp;type=atom" />
	<updated>2020-02-27T20:13:51Z</updated>
	<generator>PunBB</generator>
	<id>https://frontaccounting.com/punbb/viewtopic.php?id=8697</id>
		<entry>
			<title type="html"><![CDATA[Re: Can't see Charts]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=37069#p37069" />
			<content type="html"><![CDATA[<p>Thanks a lot! I will take into account in the future.</p>]]></content>
			<author>
				<name><![CDATA[lugezz]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=42365</uri>
			</author>
			<updated>2020-02-27T20:13:51Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=37069#p37069</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Can't see Charts]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=37053#p37053" />
			<content type="html"><![CDATA[<p>@lugess: Thanks.</p><p>You need the GD extension in PHP to be installed.</p><div class="codebox"><pre><code>&lt;?php
$testGD = get_extension_funcs(&quot;gd&quot;); // Grab function list 
if (!$testGD){ echo &quot;GD not even installed.&quot;; exit; }
echo&quot;&lt;pre&gt;&quot;.print_r($testGD,true).&quot;&lt;/pre&gt;&quot;;</code></pre></div>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2020-02-27T15:48:23Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=37053#p37053</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Can't see Charts]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=37039#p37039" />
			<content type="html"><![CDATA[<p>Glad you solved it <img src="https://frontaccounting.com/punbb/img/smilies/smile.png" width="15" height="15" alt="smile" /></p><p>Joe</p>]]></content>
			<author>
				<name><![CDATA[joe]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=3</uri>
			</author>
			<updated>2020-02-24T05:45:42Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=37039#p37039</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Can't see Charts]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=37038#p37038" />
			<content type="html"><![CDATA[<p>Thaaaaanks a lot! I found the solution. I checked the log file and I saw this:</p><p>class.graphic.inc:230: Unhandled exception [0]: Call to undefined function imagecreatetruecolor().</p><p>And the solution was to install this complement in php</p><p>sudo apt-get install php7.0-gd.</p>]]></content>
			<author>
				<name><![CDATA[lugezz]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=42365</uri>
			</author>
			<updated>2020-02-23T21:37:22Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=37038#p37038</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Can't see Charts]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=37037#p37037" />
			<content type="html"><![CDATA[<p>You could set the variable $go_debug in config.php to 2 to trap any errors. There might be an explanation. I too remember that I had this problem once, but like you I have forgotten what caused the error.</p><p>Joe</p>]]></content>
			<author>
				<name><![CDATA[joe]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=3</uri>
			</author>
			<updated>2020-02-23T19:32:09Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=37037#p37037</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Can't see Charts]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=37036#p37036" />
			<content type="html"><![CDATA[<p>I have information and there is a lot . Actually I see the table of ranking of sales (for example) but not the chart.<br />I think it has happened to me in the past but I don&#039;t remember how was the solution <br />I hope&nbsp; you can help me. Thanks</p>]]></content>
			<author>
				<name><![CDATA[lugezz]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=42365</uri>
			</author>
			<updated>2020-02-23T17:10:18Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=37036#p37036</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Can't see Charts]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=37035#p37035" />
			<content type="html"><![CDATA[<p>Are you sure you have data for the fiscal year. If you are using the demo material, try to back one fiscal year.</p><p>/Joe</p>]]></content>
			<author>
				<name><![CDATA[joe]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=3</uri>
			</author>
			<updated>2020-02-23T14:41:33Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=37035#p37035</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Can't see Charts]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=37034#p37034" />
			<content type="html"><![CDATA[<p>Hi Everyone! I have juste installed the 2.4.8 version and everything is working right but there is just one exception, I can&#039;t see the charts (graphics) in each dashboard. I can&#039;t find what is missing to be installed.</p><p>I hope you can help me. Thanks.</p>]]></content>
			<author>
				<name><![CDATA[lugezz]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=42365</uri>
			</author>
			<updated>2020-02-23T13:48:41Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=37034#p37034</id>
		</entry>
</feed>
