I scrapped all the other attempts and looked for a 3rd version of a MySQL, PHP and Apache install. I used Wamp Server 2 which only runs as a installed service. I believe the other 2 setups i used could alternate between service or runtime program. I installed FrontAccounting without any problems. Install/Activate Page now works with no problems. I believe there are some settings with the other two MySQL, PHP and Apache installers that are just not checking the correct boxes to allow FA to work.

I did as instructed and also placed the faillog.php file in the root. When attempting to click the "install/activate Extensions" link  the error does not write anything to the tmp/errors.log folder. All case sensitive words were written verbatim. It did create a C.php file within the directory.

The server this is installed on is a Window 2003 Server.

I've installed FrontAccounting 4 times (i'm having issues of my own). I looks like the file is generated when you enter the data regarding the database information during the installation. Here is an example of the file:


===============================================================
<?php

/*Connection Information for the database
$def_coy - the default company that is pre-selected on login

'host' - the computer ip address or name where the database is. The default is 'localhost' assuming that the web server is also the sql server.

'dbuser' - the user name under which the company database should be accessed.
  NB it is not secure to use root as the dbuser with no password - a user with appropriate privileges must be set up.

'dbpassword' - the password required for the dbuser to authorise the above database user.

'dbname' - the name of the database as defined in the RDMS being used. Typically RDMS allow many databases to be maintained under the same server.
'tbpref' - prefix on table names, or '' if not used. Always use non-empty prefixes if multiply company use the same database.
*/


$def_coy = 0;

$tb_pref_counter = 1;

$db_connections = array (
  0 =>
  array (
    'name' => 'Company Name',
    'host' => 'localhost',
    'dbuser' => 'mysql user acct',
    'dbpassword' => 'password',
    'dbname' => 'mysql db name',
    'tbpref' => '0_',
  ),
);
?>

Both installs are the newest versions from their respective websites.

I believe it is a permission issue as well, but it is one that can crash a web server. That, to me, elevates the issue to something we should note for future installs. In my case I have set up a demo server to show off the product to accounting. The first thing i did was to check the installs to see what check writing tools were available and this issues showed itself.

Also can you be more clear as to where this and that should be. You stated that i should copy over the empty.po to c.po. Do you mean rename it c.po? Where is this file located? I found empty.po in the FAroot/lang/new_language_template/LC_Messages - but the error log shows a ../lang/C/LC_messages directory that does not exist.

I would check the config_db.php (located in the frontaccounting folder)  file to make sure the settings in this file correspond to the settings you have in Mysql.  I would also check the user setting in Mysql to make sure they have an the necessary permissions to interact with the data.

Please note i have recreated this problem numerous time and with different XAMP installs (XAMPP and UNIFORM SERVER). All versions provided beyond the required installation versions of their respective software. I have also had this problem occur in versions 2.3.13 and 2.3.12 of FrontAccounting.

I'm posting my same post from the other forum as i'm not sure if this is an error with FrontAccounting or apache settings. Please note i have recreated this problem numerous time and with different XAMP installs (XAMPP and UNIFORM SERVER). I have also had this problem occur in versions 2.3.13 and 2.3.12 of FrontAccounting.

I am getting the exact same error. OpenSSL is open and working. The Diagnostics page reports no errors. I started using a Windows 7 machine and just installed Xampp server and ran FrontAccounting through xampp's defaults. Everytime i clicked on any of the install links it would crash apache. Xampp would restart the service. I noticed other users stated they used a different computer so i formated the machine i was using and installed Windows 2003 server as another attempt. I setup xampp again and i still received the same problem and apache is crashed and restarted in the process. In fact the xampp install shows multiple ports (main 2 show as 80 and 443). When you click on the install links a bunch of 1000-1300 ports are accessed (i can only assume OpenSSL) while ports 80 and 443 are either dropped or not shown. I decided to see if xampp is the problem so i deleted the entire xampp and installed Uniform Server. Uniform server's default settings are set for openssl as on for the default. FrontAccounting install listed no problems. On this install Uniform Server does not show any errors, but it performs the same actions when clicking on any of the install links. I don't seem to lose apache server, but either way i cant use this software if I click a link and it thrashes my webserver. I understand that it could be settings, but this is the equivalent and a self destruct button because FA doesn't get what it's looking for or my webserver doesn't understand it.
The only errors appearing in the log file are listed below. I attempted to see if the PEAR directory was a problem and changed various links within the xampp settings, but in the end nothing worked. This is very frustrating as I was going to demo the software, but the errors make it unusable in any enviroment. I am at a point where i will dump FA if i cannot fix this issue. I really would like to give it a try and support the community, so if you have any ideas on where to start, please send them my way.
ERROR FILE LISTED BELOW:
[19-Nov-2012 17:27:04 Europe/London] 0::session.inc:369: include_once(./faillog.php): failed to open stream: No such file or directory
[19-Nov-2012 17:27:04 Europe/London] 0::session.inc:369: include_once(): Failed opening './faillog.php' for inclusion (include_path='.;C:/UniServer/home/us_pear/PEAR')
[19-Nov-2012 17:27:04 Europe/London] 4 Domain file "./lang/C/LC_MESSAGES/C.po" not found.
[19-Nov-2012 17:27:12 Europe/London] 0::session.inc:369: include_once(./faillog.php): failed to open stream: No such file or directory
[19-Nov-2012 17:27:12 Europe/London] 0::session.inc:369: include_once(): Failed opening './faillog.php' for inclusion (include_path='.;C:/UniServer/home/us_pear/PEAR')
[19-Nov-2012 17:27:12 Europe/London] 4 Domain file "./lang/C/LC_MESSAGES/C.po" not found.

I am getting the exact same error. OpenSSL is open and working. The Diagnostics page reports no errors. I started using a Windows 7 machine and just installed Xampp server and ran FrontAccounting through xampp's defaults. Everytime i clicked on any of the install links it would crash apache. Xampp would restart the service. I noticed other users stated they used a different computer so i formated the machine i was using and installed Windows 2003 server as another attempt. I setup xampp again and i still received the same problem and apache is crashed and restarted in the process. In fact the xampp install shows multiple ports (main 2 show as 80 and 443). When you click on the install links a bunch of 1000-1300 ports are accessed (i can only assume OpenSSL) while ports 80 and 443 are either dropped or not shown. I decided to see if xampp is the problem so i deleted the entire xampp and installed Uniform Server. Uniform server's default settings are set for openssl as on for the default. FrontAccounting install listed no problems. On this install Uniform Server does not show any errors, but it performs the same actions when clicking on any of the install links. I don't seem to lose apache server, but either way i cant use this software if I click a link and it thrashes my webserver. I understand that it could be settings, but this is the equivalent and a self destruct button because FA doesn't get what it's looking for or my webserver doesn't understand it.

The only errors appearing in the log file are listed below. I attempted to see if the PEAR directory was a problem and changed various links within the xampp settings, but in the end nothing worked. This is very frustrating as I was going to demo the software, but the errors make it unusable in any enviroment. I am at a point where i will dump FA if i cannot fix this issue. I really would like to give it a try and support the community, so if you have any ideas on where to start, please send them my way.

ERROR FILE LISTED BELOW:
[19-Nov-2012 17:27:04 Europe/London] 0::session.inc:369: include_once(./faillog.php): failed to open stream: No such file or directory

[19-Nov-2012 17:27:04 Europe/London] 0::session.inc:369: include_once(): Failed opening './faillog.php' for inclusion (include_path='.;C:/UniServer/home/us_pear/PEAR')

[19-Nov-2012 17:27:04 Europe/London] 4 Domain file "./lang/C/LC_MESSAGES/C.po" not found.

[19-Nov-2012 17:27:12 Europe/London] 0::session.inc:369: include_once(./faillog.php): failed to open stream: No such file or directory

[19-Nov-2012 17:27:12 Europe/London] 0::session.inc:369: include_once(): Failed opening './faillog.php' for inclusion (include_path='.;C:/UniServer/home/us_pear/PEAR')

[19-Nov-2012 17:27:12 Europe/London] 4 Domain file "./lang/C/LC_MESSAGES/C.po" not found.