The md5's are different because of the way some ftp programs upload files
If you upload all files in binary mode, they will match
As for update not working, try something for me
Open update.php, insert this line
- Code: Select all
error_reporting(E_ALL);
After these lines
- Code: Select all
$subdir = '../';
require_once( $subdir.'settings.php' );
require_once( ROSTER_BASE.'lib'.DIR_SEP.'luaparser.php' );
So it looks like this
- Code: Select all
$subdir = '../';
require_once( $subdir.'settings.php' );
require_once( ROSTER_BASE.'lib'.DIR_SEP.'luaparser.php' );
error_reporting(E_ALL);
Then try to upload again
And report any error messages at the top of the page, they will display
above the header logo