CiviCRM Community Forums (archive)

*

News:

Have a question about CiviCRM?
Get it answered quickly at the new
CiviCRM Stack Exchange Q+A site

This forum was archived on 25 November 2017. Learn more.
How to get involved.
What to do if you think you've found a bug.



  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Installing CiviCRM »
  • Windows and IIS installations »
  • Errors Installing On a Widows 2003 Server
Pages: [1]

Author Topic: Errors Installing On a Widows 2003 Server  (Read 3523 times)

Tuner

  • Guest
Errors Installing On a Widows 2003 Server
February 08, 2010, 08:41:18 pm
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
« Last Edit: February 08, 2010, 08:46:47 pm by Tuner »

Kiran Jagtap

  • Ask me questions
  • ****
  • Posts: 533
  • Karma: 51
Re: Errors Installing On a Widows 2003 Server
February 08, 2010, 11:50:57 pm
go to file standalone\index.php line around 15

replace code
Code: [Select]
if ($_GET[$urlVar] == "") {
with
Code: [Select]
if ( array_key_exists( $urlVar, $_GET ) && $_GET[$urlVar] == "" ) {
hope this help

kiran
You Are Designed To Choose... Defined By Choice.

Tuner

  • Guest
Re: Errors Installing On a Widows 2003 Server
February 09, 2010, 05:51:24 am
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

  • Guest
Re: Errors Installing On a Widows 2003 Server
February 09, 2010, 06:46:19 pm
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

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Installing CiviCRM »
  • Windows and IIS installations »
  • Errors Installing On a Widows 2003 Server

This forum was archived on 2017-11-26.