Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8842555
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T10:59:16+00:00 2026-06-14T10:59:16+00:00

I am attempting to use the rowing club boat booking system at https://github.com/erikroos/BIS ,

  • 0

I am attempting to use the rowing club boat booking system at https://github.com/erikroos/BIS, but have reached the end of my talent.

Logging into my installed system appears to be the problem. As I understand the problem, out of the ‘box’ it is set up to borrow the user login details from a Drupal database on the original creator’s server.

Obviously, that won’t work for me.

I suspect the changes must be made in:

function ValidateLogin($user, $pass, $database_host, $login_database_user, $login_database_pass, $login_database) {

    // Drupal-DB selecteren
    $link_drupal = mysql_connect($database_host, $login_database_user, $login_database_pass);
    if (!mysql_select_db($login_database, $link_drupal)) {
        echo mysql_error()."
"; } $query = "SELECT pass FROM users WHERE name='" . $user . "';"; $result = mysql_query($query); if (!$result) { echo mysql_error()."
"; } $row = mysql_fetch_assoc($result); $pass_db = $row['pass']; mysql_close($link_drupal); $pass_given = md5($pass); if ($pass_db == $pass_given) { return true; } return false; }

Attempting to login produces these errors: (all the line refs are within the above snippet)

Warning: mysql_connect() [function.mysql-connect]: Access denied for user 'whatl675_boat'@'localhost' (using password: YES) in /home/whatl675/public_html/boats/include_helperMethods.php on line 95

Warning: mysql_select_db() expects parameter 2 to be resource, boolean given in /home/whatl675/public_html/boats/include_helperMethods.php on line 96
Access denied for user 'whatl675_boat'@'localhost' (using password: YES)

Warning: mysql_query() [function.mysql-query]: Access denied for user 'root'@'localhost' (using password: NO) in /home/whatl675/public_html/boats/include_helperMethods.php on line 101

Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in /home/whatl675/public_html/boats/include_helperMethods.php on line 101
Access denied for user 'root'@'localhost' (using password: NO)

Warning: mysql_fetch_assoc() expects parameter 1 to be resource, boolean given in /home/whatl675/public_html/boats/include_helperMethods.php on line 105

Warning: mysql_close() expects parameter 1 to be resource, boolean given in /home/whatl675/public_html/boats/include_helperMethods.php on line 107

So what I need it to do is point instead to a table in the main database (which we can call ‘boat’ with the table ‘users’).

Thanks for reading this far (and please don’t feel obliged to help),

WK

(Oh, almost forgot, it’s conveniently entirely written in Dutch.)

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-14T10:59:17+00:00Added an answer on June 14, 2026 at 10:59 am

    It looks to me that all you need to do is create a MySQL database with all the tables and columns that the application requires and edit the config variables ($database_host, $login_database_user, $login_database_pass). At that point you could change $link_drupal to say something less misleading like $link_mysql and debug from there.

    It doesn’t look too complicated after you get to that point by just looking at the errors.
    Do all of that and post the results (remaining errors).

    Do you know all of the fields/values that the database is going to require?
    Let me know if I am way off track.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am attempting to use the HTML5 Boilerplate system (http://html5boilerplate.com/) for a client's website,
I am attempting to use the data sources pluigin for rubymine 4.0.3 but I
I have been attempting to use ASP.NET MVC remote validation for username login access
I am attempting to use http://html2canvas.hertzen.com/ to take screenshots of my webpage. I am
I'm attempting to use the Github v3 API and posting JSON to update a
I am attempting use Java Pathfinder and I have pathfinder working. import gov.nasa.jpf.jvm.Verify; user.java:2:
I'm attempting to use the code from http://www.codeproject.com/Articles/20165/CheckBox-Header-Column-For-DataGridView in order to add a CheckBox
attempting to use this railscast as a guide: http://railscasts.com/episodes/197-nested-model-form-part-2?view=asciicast and running into this error:
While attempting to use the CopyFile() function I have encountered a strange error. It
I am attempting to use the Exhibit pattern in a padrino application but to

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.