Page 1 of 1

1.3.1 Distro - broken

Posted: Mon Aug 25, 2008 1:12 pm
by LazyBadger
There are 2 big problems with dowloadable archives
1. Biggest - all *.php files ended with smth. ugly instead of php-closing tag, f.e
serendipity\index.php

Code: Select all

if ($global_debug) {
    /* TODO: Remove (hide) this debug */
...
}

/* vim: set sts=4 ts=4 expandtab : */ 
2. Ugly - In all Tar'ed archives empty files (under Windows) after extraction have size of 15MB *each*

Please, create good version or - fix my broken hands

Re: 1.3.1 Distro - broken

Posted: Mon Aug 25, 2008 1:17 pm
by garvinhicking
Hi!

1. PHP closing tags are optional. This is fine, there is no problem!

2. This seems to be a problem of your extracting utility. Try to use 7-Zip, I get no problems with that here.

Regards,
Garvin

Re: 1.3.1 Distro - broken

Posted: Mon Aug 25, 2008 2:20 pm
by LazyBadger
garvinhicking wrote: 1. PHP closing tags are optional. This is fine, there is no problem!
Well, maybe... But I got 3 errors about "some problem in line 0" only, when tried to run install only (yes, all was uploaded fine, I checked it twice). I'll try to repeat all process from scratch now
2. This seems to be a problem of your extracting utility. Try to use 7-Zip, I get no problems with that here.
OK, mea culpa, not yours. Fine

Re: 1.3.1 Distro - broken

Posted: Mon Aug 25, 2008 2:45 pm
by garvinhicking
Hi!

A "line 0" problem relates to PHP core code, usually a missing extension. Make sure your PHP Session module is loaded!

HTH,
Garvin

Re: 1.3.1 Distro - broken

Posted: Tue Aug 26, 2008 2:00 pm
by LazyBadger
garvinhicking wrote:Hi!

A "line 0" problem relates to PHP core code, usually a missing extension.
Just to note: "Open/Close door" method works fine... I killed all files, re-upload from same source - and all OK (for me, as I see)