From: Rob de S. <rde...@af...> - 2008-04-12 17:30:50
|
After uploading the new version, I get the following message when attempting to reach the admin login: ERROR: Checksum for file admin/phpESP.ini.php.default doesn't match I haven't touched the file in question so it doesn't make sense. Regards, -- -Rob de Santos AFANA Chairman Ph: +1-614-571-8986 Fax: +1-866-334-9884 -----Original Message----- From: Franky Van Liedekerke [mailto:lie...@te...] Sent: Saturday, April 12, 2008 8:15 AM To: php...@li...; php...@li... Subject: [phpesp-general] New version released Hi all, the latest and best of phpESP has been released: version 2.1.0. Many things have changed, but the most changing one is the split of the config file in 3 seperate files, allowing easier updates (see the CHANGELOG file). >From the changelog: - Dashboard implementation (by Bishop Bettini) - start/stop date for a survey (by Bishop Bettini) - A conditional question resulted in a "non-required" for the question it depends on, this limit has been removed. - You can now do authenticated ldap binds when searching for the uid, some LDAP servers need this (is more secure than anonymous binds anyway) - A default config file has been added (admin/phpESP.ini.php.default), your own changes should go into admin/phpESP.ini.php. The advantage is that new options can be added to the default file and you don't need to change anything to your own config file. Also a fixed part has been added (admin/phpESP.ini.php.fixed) containing values that should not be changed. The sequence is: require (phpESP.ini.php.default); ==> defaults, gets overwritten with every new release require (phpESP.ini.php); ==> your own values, never gets overwritten require (phpESP.ini.php.fixed); ==> fixed parts, you can change these, but they get overwritten with every new release - Web based updates and web based installs are now possible, no more manually entering sql statements in the db - Switching/changing database table prefixes is now possible - An answer to a question of type textbox, essay or numerical can now be required to be unique Any feedback is welcome. Enjoy! Franky ------------------------------------------------------------------------- This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time to save $100. Use priority code J8TL2D2. http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone _______________________________________________ phpESP-general mailing list php...@li... https://lists.sourceforge.net/lists/listinfo/phpesp-general |