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

  • SEARCH
  • Home
  • 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 7598157
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T22:20:19+00:00 2026-05-30T22:20:19+00:00

Here’s where I have enough knowledge to be dangerous. I’m working on a web

  • 0

Here’s where I have enough knowledge to be dangerous.

I’m working on a web app which has different types of interrelated classes. For example, there is an “Item” class and a “User” class. The “Item” class has a property called “Owner” which refers to a “User” object. Likewise, the “User” class has a property called “Items_array” which is an array that holds (you guessed it) “Item” objects.

My understanding is that objects were automatically returned as a reference, so I have functions for fetch_item, fetch_user, etc. These keep track of a master array of objects, returning the correct one if it already exists and creating a new one if it does not exist. Below is the code to get a user, for example.

public function get_user ($userID) {
    if (!isset ($this->users_arr[$userID]))
        $this->users_arr[$userID] = new User($userID);
    return $this->users_arr[$userID];
}

I’ve had properties in my Items class storing User objects with no problem. This morning I added some properties to my User class that store Item objects and now I keep getting ‘Unable to open database connection’ errors. I’ve isolated this to the creation of the Item objects – when I comment that out everything works fine. I’m fairly sure I’ve created some kind of infinite loop where rather than using references, Items are creating Users, which are in turn trying to recreate the Items.

Does this make sense? Anyone run into something like this before or have any thoughts on how to resolve the issue?

  • 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-05-30T22:20:21+00:00Added an answer on May 30, 2026 at 10:20 pm

    The only reason I can think of to get “Unable to open database connection” error because of addition of some code is that you open too many of them. MySQL, for example, has a limit of 30 connections per user (that would be you). Normally you shouldn’t have more than one connection per script and if you don’t store your connection handle globally you can have made an error exactly there.

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

Sidebar

Related Questions

Here is an example: I have a file 1.js, which has some functions. I
Here is my situation: I have a controller action called OrderFromCategory which fills a
Here is a section of code which is giving me a different answer to
Here's a problem I ran into recently. I have attributes strings of the form
Here is the issue I am having: I have a large query that needs
Here's my scenario - I have an SSIS job that depends on another prior
Here is my code, which takes two version identifiers in the form 1, 5,
Here is the scenario: I'm writing an app that will watch for any changes
Here we go again, the old argument still arises... Would we better have a
That's pretty much it. I'm using Nokogiri to scrape a web page what has

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.