<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[FrontAccounting forum — White Screen after login after activating extensions]]></title>
		<link>https://frontaccounting.com/punbb/viewtopic.php?id=5729</link>
		<atom:link href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=5729&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in White Screen after login after activating extensions.]]></description>
		<lastBuildDate>Tue, 15 Sep 2015 14:41:03 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: White Screen after login after activating extensions]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=24290#p24290</link>
			<description><![CDATA[<p>Kindly keep all FA 2.4 beta topics separate. Check your fileset as it could be erroneous.</p>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Tue, 15 Sep 2015 14:41:03 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=24290#p24290</guid>
		</item>
		<item>
			<title><![CDATA[Re: White Screen after login after activating extensions]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=24289#p24289</link>
			<description><![CDATA[<p>Hi</p><p>Oooo sorry, I din&#039;t say, but it&#039;s the FA beta 2.4 version-</p>]]></description>
			<author><![CDATA[null@example.com (MicCo)]]></author>
			<pubDate>Tue, 15 Sep 2015 13:14:00 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=24289#p24289</guid>
		</item>
		<item>
			<title><![CDATA[Re: White Screen after login after activating extensions]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=24287#p24287</link>
			<description><![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>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Tue, 15 Sep 2015 11:24:24 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=24287#p24287</guid>
		</item>
		<item>
			<title><![CDATA[Re: White Screen after login after activating extensions]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=24280#p24280</link>
			<description><![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>]]></description>
			<author><![CDATA[null@example.com (MicCo)]]></author>
			<pubDate>Mon, 14 Sep 2015 11:12:58 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=24280#p24280</guid>
		</item>
		<item>
			<title><![CDATA[Re: White Screen after login after activating extensions]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=24279#p24279</link>
			<description><![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>]]></description>
			<author><![CDATA[null@example.com (MicCo)]]></author>
			<pubDate>Mon, 14 Sep 2015 11:02:35 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=24279#p24279</guid>
		</item>
		<item>
			<title><![CDATA[Re: White Screen after login after activating extensions]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=24273#p24273</link>
			<description><![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>]]></description>
			<author><![CDATA[null@example.com (kvvaradha)]]></author>
			<pubDate>Mon, 14 Sep 2015 00:29:14 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=24273#p24273</guid>
		</item>
		<item>
			<title><![CDATA[Re: White Screen after login after activating extensions]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=24260#p24260</link>
			<description><![CDATA[<p>Hi</p><p>Also this extension: Auth_LDAP<br />- will result in a white page, when activated.</p>]]></description>
			<author><![CDATA[null@example.com (MicCo)]]></author>
			<pubDate>Fri, 11 Sep 2015 21:10:55 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=24260#p24260</guid>
		</item>
		<item>
			<title><![CDATA[Re: White Screen after login after activating extensions]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=24250#p24250</link>
			<description><![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>]]></description>
			<author><![CDATA[null@example.com (MicCo)]]></author>
			<pubDate>Thu, 10 Sep 2015 18:39:34 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=24250#p24250</guid>
		</item>
		<item>
			<title><![CDATA[Re: White Screen after login after activating extensions]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=23606#p23606</link>
			<description><![CDATA[<p>I am having the same problem after activating extensions. After log in I all I get is blank screen.</p>]]></description>
			<author><![CDATA[null@example.com (MacalisterA)]]></author>
			<pubDate>Wed, 27 May 2015 22:08:42 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=23606#p23606</guid>
		</item>
		<item>
			<title><![CDATA[Re: White Screen after login after activating extensions]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=23433#p23433</link>
			<description><![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>]]></description>
			<author><![CDATA[null@example.com (joe)]]></author>
			<pubDate>Mon, 04 May 2015 08:22:35 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=23433#p23433</guid>
		</item>
		<item>
			<title><![CDATA[White Screen after login after activating extensions]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=23432#p23432</link>
			<description><![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>]]></description>
			<author><![CDATA[null@example.com (clear2sea)]]></author>
			<pubDate>Mon, 04 May 2015 06:03:05 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=23432#p23432</guid>
		</item>
	</channel>
</rss>
