Whet i search on http://www.busimatch.com i see the following
Can anyone help me with this?
I see
Whet i search on http://www.busimatch.com i see the following Can anyone help me with this? I see Error
Database query error
http://www.busimatch.club ( The most exclusive business club) |
Is that all you see? Geeks, making the world a better place |
Your site is fine right now, if it gets busy and there are many request, your MySQL server may drop off. In your php.ini be nice to see your server environment; go to Host Tools and copy paste your site audit. You will get that screen every time the database connection fails. If your on a shared host this could be one reason. We need to know more about the server. ManOfTeal.COM a Proud UNA site, six years running strong! |
After looking more into your site, I'm sure your index page is causing the problem. All the other site pages are super fast to load, when you browse the index, as a member, you have some very intensive database pulling going on.
All if those blocks require a large amount of data being pulled all at once. If many members are on the site and all visit the index, your going to get the above error. e.g. This site was having a similar problem, pulling huge amount of member to the index page. http://www.boonex.com/forums/#topic/Server-admistrator-needed-.htm The member block was removed and it fixed the site. This also comes back to your server and its resources, your site has a lot of members, you need to upgrade your server. ManOfTeal.COM a Proud UNA site, six years running strong! |