Skip to forum content
FrontAccounting forum
It's much more fun, when you can discuss your problems with others...
You are not logged in. Please login or register.
Active topics Unanswered topics
Search options
Would it be possible to remove the active config files from SVN and use something like config.example.php & config_db.example.php in SVN so that with updates & testing the files don't get overwritten?
It would require a small change in the install to check if they exist, if not, to copy the examples in place (and make them writable at the same time).
One thing I noticed was that there are things missing in the code that will work in PHP4 but are preferred in PHP5 are not yet made a standard for the FA code - for example, methods like get_text::init() (in session.inc) should not be called statically (see: http://www.php.net/manual/en/language.oop5.static.php ).
Posts found: 2