SOLVED: FUDforum installer only shows ????? [message #22553] |
Mon, 07 February 2005 12:08 |
pago
Messages: 3 Registered: February 2005 Location: Bottrop, Germany
Karma: 0
|
Junior Member |
|
|
Hello,
I wanted to try FUDforum on my local webserver, but the installation seem to be unusable to me.
After unpacking FUDforum 2.6.9 (without ZLib-compression) and setting the required CHMOD, I tried to visit the install.php through my webbrowser.
However, the only output I got is this:
Zitat:?????
(This is really every output - no error-message, nothing)
Does anyone have a tip how I can install it?
I'm using this apache-package as webserver (as I said, I'm only using it on my local computer):
http://www.apachefriends.org/en/xampp-linux.html
So, I'm using a MySQL-version above 4.1 and PHP 5.0.3.
Thank you for your help.
Edit: I've now restarted the server, the result is different, the problem remains.
I'm know getting an blank page, looking at it's source I get this:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><title></title></head><body></body></html>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Re: FUDforum 3.0.0RC1 only shows ????? [message #160434 is a reply to message #160428] |
Sun, 13 September 2009 11:13 |
ToniCE
Messages: 22 Registered: January 2008 Location: Germany
Karma: 0
|
Junior Member |
|
|
Why should i use another stack? Slackware uses stock apache und php without any patches. So i think it must be a conifguration option. Maybee it helps to compare the configure command, to see differences of another installation? Then i could try to build apache or php with different options.
Apache:
./configure
--enable-layout=Slackware-FHS
--with-mpm=prefork
--with-apr=/usr
--with-apr-util=/usr
--enable-mods-shared=all
--enable-so
--enable-pie
--enable-cgi
--with-pcre
--enable-ssl
--enable-rewrite
--enable-vhost-alias
--enable-proxy
--enable-proxy-http
--enable-proxy-ftp
--enable-proxy-balancer
--enable-cache
--enable-mem-cache
--enable-file-cache
--enable-disk-cache
--disable-speling
--enable-dav
--enable-ldap
--enable-authnz-ldap
--enable-authn-anon
--enable-authn-alias
--build=$ARCH-slackware-linux
PHP:
./configure
--prefix=/usr
--libdir=/usr/lib${LIBDIRSUFFIX}
--with-libdir=lib${LIBDIRSUFFIX}
--sysconfdir=/etc
--disable-safe-mode
--disable-magic-quotes
--enable-zend-multibyte
--enable-mbregex
--enable-tokenizer=shared
--with-config-file-scan-dir=/etc/php
--with-config-file-path=/etc/httpd
--enable-mod_charset
--with-layout=PHP
--enable-sigchild
--enable-xml
--with-libxml-dir=/usr
--enable-simplexml
--enable-spl
--enable-filter
--disable-debug
--with-openssl=shared
--with-pcre-regex=/usr
--with-zlib=shared,/usr
--enable-bcmath=shared
--with-bz2=shared,/usr
--enable-calendar=shared
--enable-ctype=shared
--with-curl=shared
--with-curlwrappers
--with-mcrypt=/usr
--enable-dba=shared
--with-gdbm=/usr
--with-db4=/usr
--enable-dbase=shared
--enable-exif=shared
--enable-ftp=shared
--with-gd=shared
--with-jpeg-dir=/usr
--with-png-dir=/usr
--with-zlib-dir=/usr
--with-xpm-dir=/usr
--with-freetype-dir=/usr
--with-t1lib=/usr
--enable-gd-native-ttf
--enable-gd-jis-conv
--with-gettext=shared,/usr
--with-gmp=shared,/usr
--with-iconv=shared
--with-imap-ssl=/usr
--with-imap=$IMAPLIBDIR
--with-ldap=shared
--enable-mbstring=shared
--enable-hash
--with-mhash=shared,/usr
--with-mysql=shared,/usr
--with-mysqli=shared,/usr/bin/mysql_config
--enable-pdo=shared
--with-pdo-mysql=shared,/usr
--with-pdo-sqlite=shared
--with-pspell=shared,/usr
--with-mm=/usr
--enable-shmop=shared
--with-snmp=shared,/usr
--enable-soap=shared
--enable-sockets
--with-sqlite=shared
--enable-sqlite-utf8
--with-regex=php
--enable-sysvmsg
--enable-sysvsem
--enable-sysvshm
--enable-wddx=shared
--with-xsl=shared,/usr
--enable-zip=shared
--with-tsrm-pthreads
--enable-shared=yes
--enable-static=no
--with-gnu-ld
--with-pic
--build=$ARCH-slackware-linux
|
|
|
|
Re: FUDforum installer only shows ????? [message #160436 is a reply to message #22553] |
Sun, 13 September 2009 13:45 |
ToniCE
Messages: 22 Registered: January 2008 Location: Germany
Karma: 0
|
Junior Member |
|
|
That's funny... Slackware PHP and XAMPP PHP give the same output:
Slackware:
root@asuslappi: /home/tonice # /usr/bin/php ./x.php
Hi/* ^@ (^@ == Conrrol-V + 0) */
XAMPP:
root@asuslappi: /home/tonice # /opt/lampp/bin/php ./x.php
Hi/* ^@ (^@ == Conrrol-V + 0) */
Is that ok?
[Updated on: Sun, 13 September 2009 13:46] Report message to a moderator
|
|
|
|
|
|
|
|
|
|
|
IGNORE, found the other post :( sorry [message #161034 is a reply to message #22553] |
Wed, 11 November 2009 14:50 |
|
andy_scouser
Messages: 76 Registered: June 2003
Karma: 1
|
Member |
|
|
Hi there,
Im trying to install 2.8.1 on a freshly installed opensolaris box, as soon as i run install.php i get a blank page other than ????? in the top of the page.
I have never had any issues with fudforum install's before so im thinking this is an issue with the AMP install. I have checked php and that is working fine.
Any help would be great thanks.
[Updated on: Wed, 11 November 2009 14:51] Report message to a moderator
|
|
|
|
|