From: Franky V. L. <lie...@te...> - 2008-04-14 08:04:33
|
hmmm ... a md5sum relies only on content normally, but if you want, I'd like to take this up in private so we can find the error (you could already check the filesize to be sure, it should be 6974 bytes). But for now, I'll remove the check for the next version if I can't find the error. And maybe I shouldn't have done the check on the fixed part, only on the default part :) Franky On Sun, 13 Apr 2008 11:21:41 -0400 "Rob de Santos" <rde...@af...> wrote: > Uploading in binary mode did not make any difference. I took the > second option so I could finish the upgrade. My FTP client is WS-FTP > Pro and generally very reliable in matters such as this. Does the > checksum depend on file date or time? If it does that's the problem > since the server controls that, I cannot. > > Also, if you don't want users to be able to change the .fixed file > then this will never be usable: > > // URL for favorite icon (optional) > // NOTE: uncomment if you have one, and make sure you deposit an icon > file whereever [sp?] you've specified // $ESPCONFIG['favicon'] = > $ESPCONFIG['base_url'] . 'images/favicon.ico'; > > And I'd like to use it.... eventually. > > -- > -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: Sunday, April 13, 2008 3:31 AM > To: rde...@af... > Cc: php...@li... > Subject: Re: [phpesp-general] New version released > > Hmmm ... probably your ftp client changed the line endings in that > file, they tend to do that. > I've put that check in to make sure people didn't change the content > of those files, but I didn't think of ftp clients ... > > You have two options: > - either disable that option in your ftp client (try to upload all > files in binary mode) > - or disable the test in admin/manage.php (comment out the lines that > say "check_checksum", line 43 and 44) > > I would recommend the first solution though ... > > Franky > > On Sat, 12 Apr 2008 13:30:38 -0400 > "Rob de Santos" <rde...@af...> wrote: > > > 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 > > > > > > ------------------------------------------------------------------------- > 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 > > |