1

(9 replies, posted in Modules Add-on's)

hi, i just fix my problem by my self with spending about 12hours experimenting.Please go to Php.ini file and replace the extentions with the following.extension=php_mbstring.dllextension=php_bz2.dllextension=php_curl.dllextension=php_dba.dllextension=php_dbase.dllextension=php_exif.dllextension=php_fdf.dllextension=php_filepro.dllextension=php_gd2.dllextension=php_gettext.dllextension=php_ifx.dllextension=php_imap.dllextension=php_interbase.dllextension=php_ldap.dllextension=php_mbstring.dllextension=php_mcrypt.dllextension=php_mhash.dllextension=php_mime_magic.dllextension=php_ming.dllextension=php_mssql.dllextension=php_msql.dllextension=php_mysql.dllextension=php_oci8.dllextension=php_openssl.dllextension=php_oracle.dllextension=php_pgsql.dllextension=php_shmop.dllextension=php_snmp.dllextension=php_sockets.dllextension=php_sqlite.dllextension=php_sybase_ct.dllextension=php_tidy.dllextension=php_xmlrpc.dllextension=php_xsl.dllextension=php_pdo.dllextension=php_pdo_sqlite.dllextension=php_winbinder.dllThis Solved my problem and i hope this can solve your Problem too.I can send you Fixed php.ini file in email if you need one.its my whole php.ini file that you can replace and i hope problem will be solved.[PHP];;;;;;;;;;;;;;;;;;;; About php.ini   ;;;;;;;;;;;;;;;;;;;;; PHP's initialization file, generally called php.ini, is responsible for; configuring many of the aspects of PHP's behavior.; PHP attempts to find and load this configuration from a number of locations.; The following is a summary of its search order:; 1. SAPI module specific location.; 2. The PHPRC environment variable. (As of PHP 5.2.0); 3. A number of predefined registry keys on Windows (As of PHP 5.2.0); 4. Current working directory (except CLI); 5. The web server's directory (for SAPI modules), or directory of PHP; (otherwise in Windows); 6. The directory from the --with-config-file-path compile time option, or the; Windows directory (C:\windows or C:\winnt); See the PHP docs for more specific information.; http://php.net/configuration.file; The syntax of the file is extremely simple.  Whitespace and Lines; beginning with a semicolon are silently ignored (as you probably guessed).; Section headers (e.g. [Foo]) are also silently ignored, even though; they might mean something in the future. ; Directives following the section heading [PATH=/www/mysite] only; apply to PHP files in the /www/mysite directory.  Directives; following the section heading [HOST=www.example.com] only apply to; PHP files served from www.example.com.  Directives set in these; special sections cannot be overridden by user-defined INI files or; at runtime. Currently, [PATH=] and [HOST=] sections only work under; CGI/FastCGI.; http://php.net/ini.sections; Directives are specified using the following syntax:; directive = value; Directive names are *case sensitive* - foo=bar is different from FOO=bar.; Directives are variables used to configure PHP or PHP extensions.; There is no name validation.  If PHP can't find an expected; directive because it is not set or is mistyped, a default value will be used.; The value can be a string, a number, a PHP constant (e.g. E_ALL or M_PI), one; of the INI constants (On, Off, True, False, Yes, No and None) or an expression; (e.g. E_ALL & ~E_NOTICE), a quoted string (

I ALSO HAVE SAME PROBLEM.Can you please Help US
Why I can't use Instal/update Language, Instal/update Extension, Instal/update Themes, and instal/update chart of account.? I used/instaled Frontaccounting V 2.3.9 in local computer, of course I have internet connection. When I try to click all of Instal/update show message error like this :
This webpage is not available
The connection to localhost was interrupted.
Here are some suggestions:
Reload this webpage later.
Check your Internet connection. Restart any router, modem, or other network devices you may be using.
Add Google Chrome as a permitted program in your firewall's or antivirus software's settings. If it is already a permitted program, try deleting it from the list of permitted programs and adding it again.
If you use a proxy server, check your proxy settings or contact your network administrator to make sure the proxy server is working. If you don't believe you should be using a proxy server, adjust your proxy settings: Go to the wrench menu > Options > Under the Hood > Change proxy settings... > LAN Settings and deselect the

3

(9 replies, posted in Modules Add-on's)

I ALSO HAVE SAME PROBLEM.Can you please Help US

Why I can't use Instal/update Language, Instal/update Extension, Instal/update Themes, and instal/update chart of account.? I used/instaled Frontaccounting V 2.3.9 in local computer, of course I have internet connection. When I try to click all of Instal/update show message error like this :
This webpage is not available
The connection to localhost was interrupted.
Here are some suggestions:
Reload this webpage later.
Check your Internet connection. Restart any router, modem, or other network devices you may be using.
Add Google Chrome as a permitted program in your firewall's or antivirus software's settings. If it is already a permitted program, try deleting it from the list of permitted programs and adding it again.
If you use a proxy server, check your proxy settings or contact your network administrator to make sure the proxy server is working. If you don't believe you should be using a proxy server, adjust your proxy settings: Go to the wrench menu > Options > Under the Hood > Change proxy settings... > LAN Settings and deselect the

4

(7 replies, posted in Installation)

ini_set('date.timezone', 'Europe/Berlin')       ini_set('date.timezone', 'Asia/Karachi')

You can also check list of Other times zones on this website.
http://php.net/manual/en/timezones.php

5

(5 replies, posted in Banking and General Ledger)

Dear JOE,

I have Same Trouble Even there is balance Avaiable in Account. "The bank transaction would result in exceed of authorized overdraft limit for transaction:....Please advice what i should do

Thank you very much JOE.Its ok now.....I love frontaccounting and your support.

Hi JOE,

Its nice that you replied for my problem.Thanks alot.When i made changes in config.php then i got following problem.


Non-static method SessionManager::sessionStart() should not be called statically in file: C:\xampp\htdocs\accounts\includes\session.inc at line 297
Non-static method SessionManager::validateSession() should not be called statically in file: C:\xampp\htdocs\accounts\includes\session.inc at line 28
Non-static method SessionManager::preventHijacking() should not be called statically in file: C:\xampp\htdocs\accounts\includes\session.inc at line 31

I just installed 2.3.8 and every thing was ok.I was very happy with new Version but when i started working and made sales i realize that there is some problem.When i place order it shows some Empty Page and some Green line.Same time i am using 2.3.7 and that works very fine.