I'm having some problems getting warning error?

Having trouble installing serendipity?
Post Reply
justaguy
Posts: 3
Joined: Tue May 31, 2005 10:33 am

I'm having some problems getting warning error?

Post by justaguy »

Operating system
Warning: Wrong parameter count for php_uname() in /home/httpd/vhosts/prattpublishing.com/httpdocs/blogs/include/admin/installer.inc.php on line 81

Warning: Wrong parameter count for php_uname() in /home/httpd/vhosts/prattpublishing.com/httpdocs/blogs/include/admin/installer.inc.php on line 81

Warning: Wrong parameter count for php_uname() in /home/httpd/vhosts/prattpublishing.com/httpdocs/blogs/include/admin/installer.inc.php on line 81

I have searched the forums and havn't found anything about this. Why would it be displaying me this? (before installation when it is verifying everything)
Lifeskar
Regular
Posts: 12
Joined: Tue May 31, 2005 10:21 am
Location: Georgia
Contact:

Post by Lifeskar »

1) Did you name your SQL Database?
2) Do you have the right name and password for the SQL DB info?
Those are the only things I can think of that might be causing a problem like that...
Usually, I have an image. Count yourself lucky :P
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Post by garvinhicking »

Actually those problems should be unrelated to what Lifeskar asked :-)

Instead it seems you are using an very outdated PHP version 4.1.2. That returns errors for certain php_uname() calls. You should upgrade your PHP as it also contains serious security flaws.

Apart from that, you can ignore the Warning, it does nothing bad.

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/
justaguy
Posts: 3
Joined: Tue May 31, 2005 10:33 am

install problems

Post by justaguy »

The installation says 4.2.2... is that a problem in 4.2.2 also?


PHP installation
Operating system
Warning: Wrong parameter count for php_uname() in /home/httpd/vhosts/prattpublishing.com/httpdocs/blogs/include/admin/installer.inc.php on line 81

Warning: Wrong parameter count for php_uname() in /home/httpd/vhosts/prattpublishing.com/httpdocs/blogs/include/admin/installer.inc.php on line 81

Warning: Wrong parameter count for php_uname() in /home/httpd/vhosts/prattpublishing.com/httpdocs/blogs/include/admin/installer.inc.php on line 81
,
Webserver SAPI apache2filter
PHP version >= 4.1.2 Yes, 4.2.2
Database extensions MySQL
Session extension Yes
PCRE extension Yes
GDlib extension Yes
OpenSSL extension Yes
mbstring extension No
iconv extension Yes
zlib extension Yes
Imagemagick binary Not found
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: install problems

Post by garvinhicking »

Basically all versions prior to 4.3.10 are vulnerable to specific exploits. The warning message can really be ignored, it's just an older PHP version problem on some specific hosts. It seems that some of those problems are also because you're using the apache2filter SAPI...

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/
justaguy
Posts: 3
Joined: Tue May 31, 2005 10:33 am

Post by justaguy »

So whats the easiest way to upgrade the php?
Lifeskar
Regular
Posts: 12
Joined: Tue May 31, 2005 10:21 am
Location: Georgia
Contact:

Post by Lifeskar »

Depends, if you're running the host off your own computer, you can do it manually, I think you can get it here: http://www.php.net/ . If its a free host, switch free hosts? lol, If you're paying for it, maybe you can ask your provider. I don't think you can upgrade it w/out having direct server side access.
Usually, I have an image. Count yourself lucky :P
Post Reply