Hi Joe,
The following errors are recorded in /install/error_log after insert the following lines in /install/index.php :
        error_reporting(E_ALL);
        ini_set("display_errors", "On");


[12-Nov-2011 20:03:14] ::language.php:15: include_once(../lang/installed_languages.inc) [<a href='function.include-once'>function.include-once</a>]: failed to open stream: No such file or directory
[12-Nov-2011 20:03:14] ::language.php:15: include_once() [<a href='function.include'>function.include</a>]: Failed opening '../lang/installed_languages.inc' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php')
[12-Nov-2011 20:03:45] ::language.php:15: include_once(../lang/installed_languages.inc) [<a href='function.include-once'>function.include-once</a>]: failed to open stream: No such file or directory
[12-Nov-2011 20:03:45] ::language.php:15: include_once() [<a href='function.include'>function.include</a>]: Failed opening '../lang/installed_languages.inc' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php')

Please help.

Thanks

I have a similar problem with barneyfa and kyomar. I am using WinXp Pro Sp3 Internet Explorer 8.

3

(4 replies, posted in Setup)

Hello Mr Lim,

Please don't feel sorry about this.  I really appreciate your help from the bottom of my heart. Thank you very much again.

Joe, thanks for your info.

Can anyone please explain why FA using different types of table ie. either InnoDB or MyISAM in MySQL. Is there a need to change one type to another in term of performance?

Please advice which type shall I change from to another if there is a need and can boost performance and processing speed.

Thank you very much.

6

(6 replies, posted in Wish List)

I am in the same opinion of MartiCode and tclim.

7

(4 replies, posted in Setup)

Hi Mr Lim,

Thank you very much for your valuable advice. The footer is visible but Piwik shown not sign of visitor.
Do you have any ideas why this happen eventhough I did the necessary replacement on URL_1 and site ID based on your sample code.
Wish you can lend a helping again.

Thank you very much.

I copy and paste the Piwik tracking code into \includes\page\footer.inc.

The code was inserted just before line 41

echo "</body></html>\n";

However the footer is missing when I login into FA.

Can someone please give a helping hand.

Thanks

Hi itronics,
Thank you for your reply.

I noticed this was due to no data is returned by the report's underlying recordset.

Can we display a message of "No record to display." instead of display "Database Error...". to the user.

If I were to set a test condition to intercept the above error, may I know where shall I set it because I can't figure out any underlying SQL from rep409.php.

Please advise. Thank you very much.

I would like to choose an account by account name rather than I have to scroll through the chart of accounts in the drop down list one by one. Though the drop down list will jump to the particular account with first mactching character.

The reason is it will be much faster to access the account through it account name rather than one have to remember the account code.

So is there anyway to modify the code to provide search the account by account name rather than by account code in Journal Entry's combobox / dropdown list.

Please give me some guidance on which particular files, functions and codes that I need to modify.

Thank you very much.

This is the message that prompt out when accessing "Print Work Order" under "Manufacturing Reports"

DATABASE ERROR : Could not find work order 0
sql that failed was : SELECT wo.*,st.description As StockItemName,l.location_name, l.delivery_address,l.email, l.contact FROM workorders wo, stock_master st, locations l WHERE st.stock_id=wo.stock_id AND l.loc_code=wo.loc_code AND wo.id='0' GROUP BY wo.id

Please help.

12

(6 replies, posted in Setup)

Hi bhoo-day,

You are so great. The code really work as it is. It really save me a lot of time. Without your code, I have no way to accomplish it.
Thank you very much for your kindness to allow us to share the code with you.

13

(6 replies, posted in Setup)

Hi bhoo-day,

I am very keen to know how you managed to add the role name to the header or footer. I would appreciate very much if you could share your code on the modification part of current_user.inc, security_db.inc and renderer.php.  I tried to figure out the three files but stumble at there because of lack of knowledge. Please help.

Thank you very much.