If you are not registered or logged in, you may still use these forums but with limited features. Show recent topics
  [Search] Search   [Hottest Topics] Hottest Topics   [Members]  Member Listing   [FAQ]  FAQ 
[Register] Register / 
[Login] Login 
Messages posted by: Bernt
Forum Index » Profile for Bernt » Messages posted by Bernt
Author Message
Mran66 wrote:Hi do you have any experience using setting up advanced poll on IIS using PHP version 5. I'm using MySQL as the database. I've just recently installed the latest version of PHP and MySQL but I know they are working fine, so I'm wondering if it is something in the install.php code of Advanced poll 2.3

I get a message

PHP Notice: Undefined variable: HTTP_SERVER_VARS in C:\inetpub\wwwroot\polls\install.php on line 10

I think all the HTTP_*_VARS got depricated in PHP version 5. Even when I change them to things like $_SERVER['hhhhhh'] it still doesn't seem to work. Any ideas?

thanks
Michael Randall


-------------------------
This works for me:

php\php.ini
register_long_arrays = on


(this is default set to off in PHP5.)
(HTTP_SERVER_VARS is a long array)
 
Forum Index » Profile for Bernt » Messages posted by Bernt
Go to:   
Based on the open source JForum