CiviCRM Forums
News: You can learn more about CiviCRM from our new free book: Understanding CiviCRM. Also Check the CiviCRM Blog for updated information on CiviCRM
 
*
Welcome, Guest. Please login or register.
Did you miss your activation email?
March 16, 2010, 10:22:06 pm


Login with username, password and session length


Pages: [1]
  Print  
Author Topic: Errors Installing On a Widows 2003 Server  (Read 179 times)
Tuner
I’m new here
*

Karma: 0
Offline Offline

Posts: 3


View Profile
« on: 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 » Logged
Kiran Jagtap
Administrator
I post frequently
*****

Karma: 45
Offline Offline

CiviCRM: 2.2, 3.0, trunk
CMS: Drupal 6.14, Joomla 1.5
MySQL: MySQL 5.0.75
PHP: PHP 5.2.6

Posts: 348


View Profile WWW
« Reply #1 on: February 08, 2010, 11:50:57 pm »

go to file standalone\index.php line around 15

replace code
Code:
if ($_GET[$urlVar] == "") {

with
Code:
if ( array_key_exists( $urlVar, $_GET ) && $_GET[$urlVar] == "" ) {

hope this help

kiran
Logged

You Are Designed To Choose... Defined By Choice.
Tuner
I’m new here
*

Karma: 0
Offline Offline

Posts: 3


View Profile
« Reply #2 on: 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.
Logged
Tuner
I’m new here
*

Karma: 0
Offline Offline

Posts: 3


View Profile
« Reply #3 on: 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
Logged
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.11 | SMF © 2006-2009, Simple Machines LLC

Valid XHTML 1.0! Valid CSS! Dilber MC Theme by HarzeM