Support (offered by community volunteers) > Windows and IIS installations
Errors Installing On a Widows 2003 Server
(1/1)
Tuner:
Hi All,
I get the following error when I try and use my Standalone ver on a Windows server.
PHP Notice: Undefined index: q in E:\InetPub\wwwroot\myWebSite.com\civicrm\standalone\index.php on line 15 - I then get a blank page next from :
http://www.MyWebsite.com/civicrm/standalone/try_auth.php
Error Http 500
Any Ideas Why ??
Cheers
Joe B
Does the server exist OK (localhost)
Are the access credentials correct OK
MySQL version at least 5.0 OK (MySQL 5.0.51b-community-nt)
Can I access/create the database OK (Database 'civicrm' exists)
Can I access/create InnoDB tables in the database OK
Can I create temporary tables in the database OK
Can I create lock tables in the database OK
--------------------------------------------------------------------------------
Requirements
PHP Configuration
PHP5 installed OK (PHP version 5.2.10)
MySQL support OK
Memory allocated (PHP config option 'memory_limit') OK (128M)
File permissions
Does the webserver know where files are stored? OK (E:\InetPub\wwwroot\myWebSite.com\civicrm\install/)
CRM folder exists OK
packages folder exists OK
templates folder exists OK
js folder exists OK
api folder exists OK
i folder exists OK
sql folder exists OK
Is the standalone folder writeable? OK
Kiran Jagtap:
go to file standalone\index.php line around 15
replace code
--- Code: ---if ($_GET[$urlVar] == "") {
--- End code ---
with
--- Code: ---if ( array_key_exists( $urlVar, $_GET ) && $_GET[$urlVar] == "" ) {
--- End code ---
hope this help
kiran
Tuner:
Thanks Kiran,
Now I get the following error,
PHP Notice: Undefined index: q in E:\InetPub\wwwroot\MyWebSite.com\civicrm\standalone\index.php on line 31 PHP Notice: Undefined index: q in E:\InetPub\wwwroot\MyWebSite.com\civicrm\standalone\index.php on line 35
Cheers
Joe B.
Tuner:
OK .. So I'm not sure on this but I think the Script Kiddies' got in - we got hit -
I'm not sure which way they can in but I think that it was through Joomla
SO now I'm getting the following error - from a fresh Install:
PHP Notice: Undefined index: q in E:\InetPub\wwwroot\Mysite.com\civicrm\standalone\index.php on line 15
Then we get ..
PHP Fatal error: Define Auth_OpenID_RAND_SOURCE as null to continue with an insecure random number generator.
in E:\InetPub\wwwroot\MySite.com\civicrm\packages\Auth\OpenID\CryptUtil.php on line
Navigation
[0] Message Index
Go to full version