Topic: Erro on installing frontaccount-2.0.3
Hello
I am sure that this is a minor error that's stopping me installing the program but I can't work it out - I am on XP Home & XAMPP. The error says:
Parse error: syntax error, unexpected T_VARIABLE in G:\xampp\htdocs\frontaccount\config_db.php on line 1
Database name: frontaccount
Username: root
Password:
Company Name:Training Co.
Administrator account Username / Password: admin
Have not changed config_db.php:
<?php/*Connection Information for the database- $def_coy is the default company that is pre-selected on login- host is the computer ip address or name where the database is the default is localhost assuming that the web server is also the sql server- user is the user name under which the database should be accessed - need to change to the mysql (or other DB) user set up for purpose NB it is not secure to use root as the user with no password - a user with appropriate privileges must be set up- password is the password the user of the database requires to be sent to authorise the above database user- DatabaseName is the name of the database as defined in the RDMS being used. Typically RDMS allow many databases to be maintained under the same server. The scripts for MySQL provided use the name logicworks */$def_coy = 0;/*--- for advanced users, manually install, uncomment this, fill in the correct information and erase the rows below$tb_pref_counter = 1;$db_connections = array ( 0 => array ('name' => 'Training Co.', 'host' => 'localhost', 'dbuser' => 'your_db_user_name', 'dbpassword' => 'your_db_password', 'dbname' => 'your_db_name', 'tbpref' => '0_') );*/$tb_pref_counter = 0;$db_connections = array ();?>
I noticed that */$def_coy = 0;/*- cones out bold in AceHTML indicating perhaps that it is not being remarked out, could this be the problem?
Also how do I install the chart of accounts for Australia for a new company?
Thank you for your help to a new and keen user raring to get going.