using xampp on windows PHP5 install fails [message #30994] |
Fri, 24 March 2006 10:02 |
madhead
Messages: 7 Registered: March 2006
Karma: 0
|
Junior Member |
|
|
Hi I have just attempted to install fudforum on xampp with php5 enabled and the install.php fails with an error in apache. If I switch to PHP4 the install goes fine. any ideas why it has a problem with PHP5 ?
Also can you use this forum with flat files? I have a mate that wants a forum but doesn't have a hosting with database available to him only php.Any suggestions would be great (even a cheaper isp with db support i.e <= £7.95/pm)
Madhead.
[Updated on: Fri, 24 March 2006 10:04] Report message to a moderator
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Re: using xampp on windows PHP5 install fails [message #31308 is a reply to message #31277] |
Sun, 16 April 2006 00:09 |
madhead
Messages: 7 Registered: March 2006
Karma: 0
|
Junior Member |
|
|
Thanks, I will have a go at that but I have now ended up using yabb2.1. (still that is perl so maybe I will switch anyway
I have attempted to install fudforum with the latest install.php script complete with patch as described. My isp hosting company is using PHP5.0.3RC1 with sqlite enabled. However when I run the install script it outputs the following :-
FUDforum can utilize either MySQL PosgreSQL or SQLite database to store it's data, unfortunately, your PHP does not have support for either one. Please install or load the appropriate database extension and then re-run the install script.
I find this odd as I can run sqlitemanager without problems. Can u point me to a solution or at least a means of debugging what the problem is? I can post my phpinfo() if needed.
Thanks
[Updated on: Sun, 16 April 2006 00:51] Report message to a moderator
|
|
|
Re: using xampp on windows PHP5 install fails [message #31310 is a reply to message #31308] |
Sun, 16 April 2006 18:15 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
The forum uses php's extension_loaded() function to determine what database drivers are loaded. So, it would seem on your install this function does not report correctly the status of the extensions that you have.
FUDforum Core Developer
|
|
|
|
|
|
Re: using xampp on windows PHP5 install fails [message #31368 is a reply to message #31323] |
Wed, 19 April 2006 08:49 |
|
Ilia wrote on Tue, 18 April 2006 01:30 | You need to use the patch utility, patch -p0 < patch_file_name
|
should we patch CVS install.php file, or full distributive install.php?, because when I patch install.php for 2.7.4 (with patch utility) I got the same message:
Quote: | Archive did not pass checksum test, CORRUPT ARCHIVE!
If you've encountered this error it means that you've:
downloaded a corrupt archive
uploaded the archive in ASCII and not BINARY mode
your FTP Server/Decompression software/Operating System added un-needed cartrige return (' ') characters to the archive, resulting in archive corruption.
|
[Updated on: Wed, 19 April 2006 08:49] Report message to a moderator
|
|
|
Re: using xampp on windows PHP5 install fails [message #31381 is a reply to message #31368] |
Wed, 19 April 2006 20:40 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
You need to patch the distributed install.php. Get a fresh copy of the file and the patch it, the patch only affects the installer's PHP code and should have no impact on the archive.
FUDforum Core Developer
|
|
|
|
|
|
Re: using xampp on windows PHP5 install fails [message #31619 is a reply to message #31391] |
Wed, 10 May 2006 12:52 |
|
Windows XPSP2, php 5.1.4
no FTP Server/client was used.
problem:
Quote: |
Archive did not pass checksum test, CORRUPT ARCHIVE!
If you've encountered this error it means that you've:
downloaded a corrupt archive
uploaded the archive in ASCII and not BINARY mode
your FTP Server/Decompression software/Operating System added un-needed cartrige return (' ') characters to the archive, resulting in archive corruption.
|
|
|
|
Re: using xampp on windows PHP5 install fails [message #31625 is a reply to message #31619] |
Wed, 10 May 2006 13:01 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
Did you download the zip file or the tar.gz or tar.bz2 files? Can you try downloading the tar.gz and/or tag.bz2 files and running them. Also, when you decompress those files compare install.php found within to the one you have to see if the two are the same.
FUDforum Core Developer
|
|
|
Re: using xampp on windows PHP5 install fails [message #31692 is a reply to message #31625] |
Fri, 12 May 2006 12:43 |
|
downloaded all:
FUDforum_zl_2-7-5RC1.tar.gz
FUDforum_zl_2-7-5RC1.tar.bz2
FUDforum_zl_2-7-5RC1.zip
FUDforum_2-7-5RC1.tar.gz
FUDforum_2-7-5RC1.tar.bz2
FUDforum_2-7-5RC1.zip
they are identical for each other.
but I have the same problem ('Archive did not pass checksum test').
PS
I repeat, I don't use any FTP program, just download, extract and try to install on local machine
|
|
|
|
|
|
|
|
Re: using xampp on windows PHP5 install fails [message #33001 is a reply to message #32991] |
Tue, 08 August 2006 15:54 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
I've just tried FUDforum 2.7.5 (zipped non-zlib archive) on PHP 5.1.4 running as Apache module on Apache 1.3 on Win32 and it was able to pass the first step of the installer without crashing.
FUDforum Core Developer
|
|
|
|
|
|
|
|
|
|
|