Installation help needed

Having trouble installing serendipity?
Post Reply
konja
Posts: 2
Joined: Wed Mar 15, 2006 11:40 am

Installation help needed

Post by konja »

My problem can be seen here: (database extension none)
-I am a newbi, so please as simple advice as possible!!!
Kyllä=YES; EI=NO (language)
---------
Käyttöjärjestelmä Windows NT 5.1, i586
Webserver SAPI cgi-fcgi
PHP version >= 4.1.2 Kyllä, 5.1.2
Database extensions none
Session extension Kyllä
PCRE extension Kyllä
GDlib extension Ei
OpenSSL extension Ei
mbstring extension Ei
iconv extension Kyllä
zlib extension Kyllä
Imagemagick binary C:\WINDOWS\system32/convert.exe

php.ini muokkaus
Suositettu Käytössä
safe_mode OFF OFF
register_globals OFF OFF
magic_quotes_gpc OFF OFF
magic_quotes_runtime OFF OFF
session.use_trans_sid OFF OFF
allow_url_fopen ON ON
file_uploads ON ON
post_max_size 10M 10
upload_max_filesize 10M 10

Oikeudet
C:\Program Files\Abyss Web Server\htdocs/blog/ Kirjoitettavissa
C:\Program Files\Abyss Web Server\htdocs/blog/templates_c Kirjoitettavissa
C:\Program Files\Abyss Web Server\htdocs/blog/uploads/ Kirjoitettavissa
Execute Imagemagick binary Kyllä
_____________________________

using: win xp + abyss x1 + mysql5 + php5.1.2
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: Installation help needed

Post by garvinhicking »

Hi!

You must enabled and activate the Mysql or MySQLi extension in your windows installation. That can be done by downloading the appropriate .dll file (it usually is contained in your PHP zipfile) and then editing your php.ini file and enable the "extension=mysql(i).dll" line somewhere inside that file. Then restart the webserver and it should work.

Best regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
konja
Posts: 2
Joined: Wed Mar 15, 2006 11:40 am

Post by konja »

Ok. Got pass that error but not till the end of installation. Got some more to do.....
Thank you for the help! :D
Post Reply