Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Epic Fail on Install
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  3 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Glenn Powers  
View profile  
 More options Feb 25 2009, 11:02 pm
From: Glenn Powers <gl...@net127.com>
Date: Wed, 25 Feb 2009 22:02:03 -0600
Local: Wed, Feb 25 2009 11:02 pm
Subject: Epic Fail on Install
If the XRMS installer is unable to connect to the database, it reports:

Installation Complete

All of the tables have been created, and initial data has been populated.

The initial user available is "user1" with a password of "user1". You
should change this as soon as you login. (It can be changed in Users
within the Administration section.)

You may now create sample data
<http://localhost/xrms/install/sample.php> to try out the system, or
login <http://localhost/xrms/login.php> to get started entering your own
data.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Ivaylo Boiadjiev  
View profile  
 More options Feb 26 2009, 12:13 pm
From: Ivaylo Boiadjiev <ivaylo.w...@gmail.com>
Date: Thu, 26 Feb 2009 12:13:36 -0500
Local: Thurs, Feb 26 2009 12:13 pm
Subject: Re: [xrms-users] Epic Fail on Install

Hi, Glenn!

Did you get a message stating the the installer was unable to connect to the
database as well or was the failure completely silent?

I am setting up a completely new test environment for this and could look
into this but any pointers would be helpful to narrow down what I should be
looking for.  If it is a bug, we should also log it into the Sourceforge Bug
Tracker.

Cheers,
Ivaylo


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Ivaylo Boiadjiev  
View profile  
 More options Mar 31 2009, 12:18 pm
From: Ivaylo Boiadjiev <ivaylo.w...@gmail.com>
Date: Tue, 31 Mar 2009 09:18:42 -0700 (PDT)
Local: Tues, Mar 31 2009 12:18 pm
Subject: Re: Epic Fail on Install
The fix...

At line 243 of /xrms/install/install.php, replace the current chunk of
code with the following (between the <snip> tags):

<snip>

// can we make a database connection?
/*
 * This test was giving a false negative since get_xrms_dbconnection()
returns
 * an ADOdb object and is never null.  Modified to check for an actual
ADOdb
 * error message instead.
 */
$con = get_xrms_dbconnection();
if ($con->_errorMsg) {
    // Oops!  We do not have a valid database connection
    // Now instruct the user in how to fix this problem
    $problem = 'SQL ERROR: '.$con->_errorMsg.'</br></br>';
    $problem .= 'We cannot connect to the database.  Check the
database ';
    $problem .= 'parameters in include/vars.php to make sure they are
correct.';
    $problem .= 'Also make sure the database is running and can accept
a connection ';
    $problem .= 'from this server. <BR><BR>';
    $problem .= 'Then run this installation again.<BR><BR>';

    install_fatal_error($problem);

}

</snip>

I hope this helps.

Cheers,
Ivaylo

On Feb 26, 12:02 am, Glenn Powers <gl...@net127.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »