<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[FrontAccounting forum — White Screen after login after activating extensions]]></title>
	<link rel="self" href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=5729&amp;type=atom" />
	<updated>2015-09-15T14:41:03Z</updated>
	<generator>PunBB</generator>
	<id>https://frontaccounting.com/punbb/viewtopic.php?id=5729</id>
		<entry>
			<title type="html"><![CDATA[Re: White Screen after login after activating extensions]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=24290#p24290" />
			<content type="html"><![CDATA[<p>Kindly keep all FA 2.4 beta topics separate. Check your fileset as it could be erroneous.</p>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2015-09-15T14:41:03Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=24290#p24290</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: White Screen after login after activating extensions]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=24289#p24289" />
			<content type="html"><![CDATA[<p>Hi</p><p>Oooo sorry, I din&#039;t say, but it&#039;s the FA beta 2.4 version-</p>]]></content>
			<author>
				<name><![CDATA[MicCo]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=20697</uri>
			</author>
			<updated>2015-09-15T13:14:00Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=24289#p24289</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: White Screen after login after activating extensions]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=24287#p24287" />
			<content type="html"><![CDATA[<p>Dashboard theme and extension should be installed before being activated and chosen.</p><p>The file <a href="https://github.com/FrontAccountingERP/FA/blob/master/includes/ui/ui_input.inc"><strong>includes/ui/ui_input.inc</strong></a> does not contain the <strong>function text_input()</strong> and hence it could have been declared in it. </p><p>Which version of FrontAccounting are you using?</p><p>Only the file <a href="https://github.com/apmuthu/frontaccounting/blob/master/extensions/Extensions/dashboard/includes/dashboard_ui.inc">modules/dashboard/dashboard_ui.inc</a> has the said function at lines 28 to 47:<br /></p><div class="codebox"><pre><code>function text_input($label, $name, $value=null, $size=&quot;&quot;, $max=&quot;&quot;, $title=false,
    $labparams=&quot;&quot;, $post_label=&quot;&quot;, $inparams=&quot;&quot;)
{
    global $Ajax;

    default_focus($name);
    if ($label != null)
        label_cell($label, $labparams);

    if ($value === null)
        $value = get_post($name);
    echo &quot;&lt;input $inparams type=\&quot;text\&quot; name=\&quot;$name\&quot; size=\&quot;$size\&quot; maxlength=\&quot;$max\&quot; value=\&quot;$value\&quot;&quot;
        .($title ? &quot; title=&#039;$title&#039;&quot; : &#039;&#039;)
        .&quot;&gt;&quot;;

    if ($post_label != &quot;&quot;)
        echo &quot; &quot; . $post_label;

    $Ajax-&gt;addUpdate($name, $name, $value);
}</code></pre></div>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2015-09-15T11:24:24Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=24287#p24287</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: White Screen after login after activating extensions]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=24280#p24280" />
			<content type="html"><![CDATA[<p>Hi</p><p>Here is the error:<br />Cannot redeclare text_input() (previously declared in /home/a123456/domains/xxxxxxxx.dk/public_html/fa24/includes/ui/ui_input.inc:507) in /home/a123456/domains/xxxxxxxx.dk/public_html/fa24/modules/dashboard/includes/dashboard_ui.inc on line 28</p><p>- when I got to this page: /modules/dashboard/reminder_setup.php</p><p>And this is line 28 in the file:<br />function text_input($label, $name, $value=null, $size=&quot;&quot;, $max=&quot;&quot;, $title=false,<br />&nbsp; &nbsp; $labparams=&quot;&quot;, $post_label=&quot;&quot;, $inparams=&quot;&quot;)</p><br /><p>Any idea???</p>]]></content>
			<author>
				<name><![CDATA[MicCo]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=20697</uri>
			</author>
			<updated>2015-09-14T11:12:58Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=24280#p24280</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: White Screen after login after activating extensions]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=24279#p24279" />
			<content type="html"><![CDATA[<p>Hi</p><p>I got two files, config_db.php and config.php, not any config_fb.php in root!</p><p>In config.php I can set $go_debug =1</p><p>For Auth_LDAP I just chagede this : &#039;enabled&#039; =&gt; true, to &#039;enabled&#039; =&gt; fals, in config_ldap.php, and the error was gone!<br />- so maybe it will be smart to have it set as &quot;false&quot; as default, and then if users need to use the modul, then they have to change it to true, as they anyway need to set other options in the file.</p>]]></content>
			<author>
				<name><![CDATA[MicCo]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=20697</uri>
			</author>
			<updated>2015-09-14T11:02:35Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=24279#p24279</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: White Screen after login after activating extensions]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=24273#p24273" />
			<content type="html"><![CDATA[<p>$go_debug =1<br />Open your config_fb.php&nbsp; on the root of Frontaccounting&nbsp; installation.&nbsp; Than check the variable $go_debug and change from0 to 1 than let&#039;s known the error which you see the screen.</p>]]></content>
			<author>
				<name><![CDATA[kvvaradha]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=19348</uri>
			</author>
			<updated>2015-09-14T00:29:14Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=24273#p24273</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: White Screen after login after activating extensions]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=24260#p24260" />
			<content type="html"><![CDATA[<p>Hi</p><p>Also this extension: Auth_LDAP<br />- will result in a white page, when activated.</p>]]></content>
			<author>
				<name><![CDATA[MicCo]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=20697</uri>
			</author>
			<updated>2015-09-11T21:10:55Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=24260#p24260</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: White Screen after login after activating extensions]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=24250#p24250" />
			<content type="html"><![CDATA[<p>Hi </p><p>Which extensions were activated?<br />- when you got the error.</p><p>I just activated &quot;repgen&quot; and made an new login, AND all I got was an whit screen!</p>]]></content>
			<author>
				<name><![CDATA[MicCo]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=20697</uri>
			</author>
			<updated>2015-09-10T18:39:34Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=24250#p24250</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: White Screen after login after activating extensions]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=23606#p23606" />
			<content type="html"><![CDATA[<p>I am having the same problem after activating extensions. After log in I all I get is blank screen.</p>]]></content>
			<author>
				<name><![CDATA[MacalisterA]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=20450</uri>
			</author>
			<updated>2015-05-27T22:08:42Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=23606#p23606</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: White Screen after login after activating extensions]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=23433#p23433" />
			<content type="html"><![CDATA[<p>Please set the variable $go_debug to 2 in config.php to trap any errors. If you try again maybe some errors will help us.</p><p>Joe</p>]]></content>
			<author>
				<name><![CDATA[joe]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=3</uri>
			</author>
			<updated>2015-05-04T08:22:35Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=23433#p23433</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[White Screen after login after activating extensions]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=23432#p23432" />
			<content type="html"><![CDATA[<p>Hi<br />I am a new user and have been quite impressed with FA, thank you for making it open.<br />The version that crazy domains have on their app choices is Version 2.3.23 Build 01.01.1970 </p><p>After successfully setting up the majority of items, I activated the extensions and seen briefly a my sql error before it advised the extensions were activated successfully.</p><p>Now, I am unable to login in either IE11 or Google Chrome and am presented with a white screen.<br />This is the second time this has happened.</p><p>Would this be a fault of the software or the server (i.e crazy domains)</p>]]></content>
			<author>
				<name><![CDATA[clear2sea]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=20369</uri>
			</author>
			<updated>2015-05-04T06:03:05Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=23432#p23432</id>
		</entry>
</feed>
