<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[FrontAccounting forum — Hello World Extension for FA]]></title>
	<link rel="self" href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=6987&amp;type=atom" />
	<updated>2018-11-28T16:19:25Z</updated>
	<generator>PunBB</generator>
	<id>https://frontaccounting.com/punbb/viewtopic.php?id=6987</id>
		<entry>
			<title type="html"><![CDATA[Re: Hello World Extension for FA]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=33428#p33428" />
			<content type="html"><![CDATA[<p>Contact host provider to allow php.ini overrides in scripts.</p>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2018-11-28T16:19:25Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=33428#p33428</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Hello World Extension for FA]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=33426#p33426" />
			<content type="html"><![CDATA[<p>yes, how can setup this thing or need to contact host provider?</p>]]></content>
			<author>
				<name><![CDATA[emiangel839]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=42510</uri>
			</author>
			<updated>2018-11-28T13:33:18Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=33426#p33426</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Hello World Extension for FA]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=33422#p33422" />
			<content type="html"><![CDATA[<p>Now this is a question of your &quot;session / php.ini / file permission&quot; settings on your linux server that prevents overriding ini parameter values inside the php code.</p>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2018-11-28T03:24:24Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=33422#p33422</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Hello World Extension for FA]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=33415#p33415" />
			<content type="html"><![CDATA[<p>hey, i am using php v7.2 and after the addition of $path_to_root its giving me white / blank page nothing is showing</p><p>and these error are displaying after setting &quot;1&quot; debug mode</p><p>ini_set(): A session is active. You cannot change the session module&#039;s ini settings at this time in file: /public_html/custom/includes/session.inc at line 432</p><p>include_once(../../includes/ui/main.inc): failed to open stream: No such file or directory in file: /public_html/custom/modules/hello_world/hello_world.php at line 7</p><p>include_once(): Failed opening &#039;../../includes/ui/main.inc&#039; for inclusion (include_path=&#039;.:/opt/alt/php72/usr/share/pear&#039;) in file: /public_html/custom/modules/hello_world/hello_world.php at line 7</p><p>so what can i do?</p>]]></content>
			<author>
				<name><![CDATA[emiangel839]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=42510</uri>
			</author>
			<updated>2018-11-27T09:48:45Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=33415#p33415</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Hello World Extension for FA]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=33407#p33407" />
			<content type="html"><![CDATA[<p>Try to insert the following php code as the first code in the <strong>helloworld.php</strong> file after the php opening tag:<br /></p><div class="codebox"><pre><code>$path_to_root=&quot;../..&quot;;</code></pre></div><p>This may be a problem with your specific version of PHP and/or platform for scope and visibility.</p><p>What versions of PHP/MySQL/Apache (or other WebServer) and platform (Linux/Windows) are you using?</p><p>PHP 5.3.1 on Windows XP SP3 running XAMPP 1.7.3 has it&#039;s output on localhost attached and working.</p>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2018-11-26T15:49:12Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=33407#p33407</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Hello World Extension for FA]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=33404#p33404" />
			<content type="html"><![CDATA[<p>getting an error of this</p><p>Undefined variable: path_to_root in file: /modules/hello_world/helloworld.php at line 21</p>]]></content>
			<author>
				<name><![CDATA[emiangel839]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=42510</uri>
			</author>
			<updated>2018-11-26T13:24:35Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=33404#p33404</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Hello World Extension for FA]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=33397#p33397" />
			<content type="html"><![CDATA[<p>It appears that you are using an old version of the <a href="https://github.com/apmuthu/FA24extensions/tree/master/Extensions/hello_world">hello_world</a> extension.</p>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2018-11-25T23:29:13Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=33397#p33397</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Hello World Extension for FA]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=33391#p33391" />
			<content type="html"><![CDATA[<p>hey, help me for this i install this extension but i got an error after installation</p><p>Methods with the same name as their class will not be constructors in a future version of PHP; helloworld_app has a deprecated constructor in file: public_html/accounting/modules/hello_world/helloworld.php at line 9</p><p>Unhandled exception [0]: Call to undefined method helloworld_app::application(). in file: public_html/accounting/modules/hello_world/helloworld.php at line 14</p><br /><p>kindly let me know about this error....</p>]]></content>
			<author>
				<name><![CDATA[emiangel839]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=42510</uri>
			</author>
			<updated>2018-11-25T07:45:38Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=33391#p33391</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Hello World Extension for FA]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=29564#p29564" />
			<content type="html"><![CDATA[<p>All <a href="https://github.com/apmuthu/FA24extensions/commit/c0a38026f39abb594290c4eeaa3fea1754b4f66b">themes</a> and <a href="https://github.com/apmuthu/FA24extensions/commit/b43ee719af0ae5c8e68574c8ad17000e13d693ba">extensions</a> have been updated with the <strong>__construct()</strong> syntax.</p><p><strong>$module_name</strong> property of the hooks extended class in each extension has been made the <em>extension folder name</em> uniformly and used in the menu path formation.</p>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2017-11-11T19:06:05Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=29564#p29564</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Hello World Extension for FA]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=29563#p29563" />
			<content type="html"><![CDATA[<p>@barbarian: Thanks.<br /><a href="https://github.com/apmuthu/FA24extensions/commit/3454b90a309062477374b2cedfe00885be243133">Committed</a>.</p><p>The following files too will need to be checked in the extensions:<br /></p><div class="codebox"><pre><code>./auth_ldap/hooks.php:1
./auth_ldap/lib/Ldap.php:1
./auth_ldap/lib/ldap_authenticator.php:1
./hello_world/helloworld.php:1
./hello_world/hooks.php:1
./import_items/hooks.php:1
./import_multijournalentries/hooks.php:1
./import_paypal/hooks.php:1
./import_transactions/hooks.php:1
./import_transactions/includes/import_sales_cart_class.inc:2
./osc_orders/hooks.php:1
./repgen/hooks.php:1
./repgen/includes/repgen.inc:2
./rep_tax_cash_basis/hooks.php:1
./requisitions/hooks.php:1
./sgw_sales/generate_recurring_invoices.php:1
./sgw_sales/hooks.php:1
./sgw_sales/includes/common/DataMapper.php:1
./sgw_sales/includes/controller/GenerateRecurring.php:1
./sgw_sales/includes/db/GenerateRecurringModel.php:1
./sgw_sales/includes/db/SalesRecurringModel.php:1
./sgw_sales/vendor/composer/autoload_real.php:1
./sgw_sales/vendor/composer/autoload_static.php:1
./sgw_sales/vendor/composer/ClassLoader.php:1
./zen_import/hooks.php:1</code></pre></div><p>and these theme files as well:<br /></p><div class="codebox"><pre><code>./exclusive/xpMenu.class.php:1
./exclusive_db/xpMenu.class.php:1</code></pre></div><p>The <strong>class renderer</strong> in each theme do not have any constructor presently.</p>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2017-11-11T16:17:28Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=29563#p29563</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Hello World Extension for FA]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=29561#p29561" />
			<content type="html"><![CDATA[<p>Does the latest release have any change in the module installation? The hello world module have this error:</p><p>Call to undefined method helloworld_app::application() in /var/www/html/fa243/modules/hello_world/helloworld.php on line 14</p><p>#Edit:</p><p>It should be changed into : parent::__construct(&quot;hello&quot;,_($this-&gt;help_context = &quot;Hello world&quot;));</p>]]></content>
			<author>
				<name><![CDATA[barbarian]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=18954</uri>
			</author>
			<updated>2017-11-11T12:24:21Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=29561#p29561</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Hello World Extension for FA]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=29128#p29128" />
			<content type="html"><![CDATA[<p>Placed the Hello World tab in the 4th position (configurable in the code). Requested for tab positioning method in the application class itself in <a href="https://frontaccounting.com/punbb/viewtopic.php?id=7056">this post</a>.</p>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2017-10-21T10:47:01Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=29128#p29128</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Hello World Extension for FA]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=29117#p29117" />
			<content type="html"><![CDATA[<p>The <strong>$_SESSION[&#039;App&#039;]-&gt;applications</strong> array of objects is dumped and attached herein for further coding and ordering the tabs.</p>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2017-10-20T16:34:06Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=29117#p29117</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Hello World Extension for FA]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=29108#p29108" />
			<content type="html"><![CDATA[<p>wow, really nice. now making new module is easier and we don&#039;t need to rewrite same thing again with this template.</p>]]></content>
			<author>
				<name><![CDATA[barbarian]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=18954</uri>
			</author>
			<updated>2017-10-20T03:20:14Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=29108#p29108</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Hello World Extension for FA]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=29101#p29101" />
			<content type="html"><![CDATA[<p>The Hello World module is now extended to be in it&#039;s very own tab.<br />Screenshots too are in the attachment herein.</p><p>Must now implement ways to disable and re-enable tabs from within the user interface much like the Use Manufacturing and Use Fixed Assets settings in the Company Setup page.</p><p>The tabs are stored in <strong>$_SESSION[&#039;App&#039;]-&gt;applications</strong> array of objects where the keys will now be:<br /></p><div class="codebox"><pre><code>&#039;orders&#039;
&#039;AP&#039;
&#039;stock&#039;
&#039;manuf&#039;
&#039;assets&#039;
&#039;proj&#039;
&#039;GL&#039;
&#039;hello&#039; &lt;&lt;== newly inserted
&#039;system&#039;</code></pre></div><p>What is the standard method of re-ordering the tabs? Some tabs will be missing in the above list if not enabled.</p><p>Why not code the Company Setup with the means to enable/disable all standard and registered tabs other than Setup?</p>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2017-10-19T17:42:28Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=29101#p29101</id>
		</entry>
</feed>
