Site Links
Home
Features
Documentation
Pricing & Order
Members Area
Support Options
Who's Online
5 registered (Djuma, georanger, Island Piper, sbserves, 1 invisible), 31 Guests and 12 Spiders online.
Key: Admin, Global Mod, Mod
Featured Member

Naz
Registered: 06/30/08
Posts: 59
Top Posters (30 Days)
Ruben Rocha 165
Rick 116
Gizmo 108
Thelockman 61
driv 52
AllenAyres 35
ScriptKeeper 34
Mark S 30
Ian 29
ntdoc 26
Latest Photos
My Home System
test photo gallery
Bernese Mountain Dogs
My Daimler
Dorado and shark
Page 1 of 2 1 2 >
Topic Options
Rate This Topic
#1447 - 07/19/06 01:36 PM Database errors on install
MattUK Offline
enthusiast

Registered: 06/25/06
Posts: 274
Hi all..

Not getting too far with this install.. the database server is running, the permissions are set, and regardless of the username and setting I give it for the DB, i get the following error when it tries to connect to the DB.. I've played around for hours and now i'm just getting annoyed, so I thought I'd post up...

Connecting to server
Fatal error: Call to undefined function mysql_connect() in G:\webs\www.bm3w.co.uk\public_html\ubbthreads\install\install.php on line 436

Any ideas or pointers before I set it on fire
_________________________
Join Europes biggest BMW M Car owners site
M-Torque - www.mtorque.co.uk

Top
#1449 - 07/19/06 01:42 PM Re: Database errors on install [Re: MattUK]
Rick Administrator Offline

*****

Registered: 06/04/06
Posts: 7883
Loc: Aberdeen, WA
This error "Call to undefined function mysql_connect()" means that PHP isn't compiled with mysql support or at least it's not set in the php.ini file. Is this your own server or a hosted server?
_________________________
UBB.threads™ Developer
My Personal Website · StogieSmokers.com

Top
#1452 - 07/19/06 01:57 PM Re: Database errors on install [Re: Rick]
MattUK Offline
enthusiast

Registered: 06/25/06
Posts: 274
This is my server
_________________________
Join Europes biggest BMW M Car owners site
M-Torque - www.mtorque.co.uk

Top
#1454 - 07/19/06 02:05 PM Re: Database errors on install [Re: MattUK]
Rick Administrator Offline

*****

Registered: 06/04/06
Posts: 7883
Loc: Aberdeen, WA
Ok, first thing would be to take a look at your phpinfo. Try creating a .php file with the following inside of it:

Php Code:
phpinfo(); 


Bring the file up in your web browser and see if there is anything related to mysql in the configuration. If php has been compiled with mysql support you should at least see a --with-mysql.
_________________________
UBB.threads™ Developer
My Personal Website · StogieSmokers.com

Top
#1455 - 07/19/06 02:14 PM Re: Database errors on install [Re: Rick]
MattUK Offline
enthusiast

Registered: 06/25/06
Posts: 274
Is that all I need to stick, as that is all that is being displayed when I load it up..

I've had a look in php.ini and there is a load of mysql stuff in there .. I guess I need to read up on it
_________________________
Join Europes biggest BMW M Car owners site
M-Torque - www.mtorque.co.uk

Top
#1456 - 07/19/06 02:17 PM Re: Database errors on install [Re: MattUK]
MattUK Offline
enthusiast

Registered: 06/25/06
Posts: 274
Seems PHP 5 doesnt come with mysql libraries.. great
_________________________
Join Europes biggest BMW M Car owners site
M-Torque - www.mtorque.co.uk

Top
#1457 - 07/19/06 02:19 PM Re: Database errors on install [Re: MattUK]
MattUK Offline
enthusiast

Registered: 06/25/06
Posts: 274
PHP Version 5.1.4

System Windows NT BM3W 5.2 build 3790
Build Date May 4 2006 10:30:29
Configure Command cscript /nologo configure.js "--enable-snapshot-build" "--with-gd=shared"
Server API CGI/FastCGI
Virtual Directory Support enabled
Configuration File (php.ini) Path C:\WINDOWS\php.ini
PHP API 20041225
PHP Extension 20050922
Zend Extension 220051025
Debug Build no
Thread Safety enabled
Zend Memory Manager enabled
IPv6 Support enabled
Registered PHP Streams php, file, http, ftp, compress.zlib
Registered Stream Socket Transports tcp, udp
Registered Stream Filters convert.iconv.*, string.rot13, string.toupper, string.tolower, string.strip_tags, convert.*, consumed, zlib.*

Is the report on my query.. im just searching for the right DLL to enable it..
_________________________
Join Europes biggest BMW M Car owners site
M-Torque - www.mtorque.co.uk

Top
#1460 - 07/19/06 02:29 PM Re: Database errors on install [Re: MattUK]
MattUK Offline
enthusiast

Registered: 06/25/06
Posts: 274
You know what, it really bugs me when these people decide to change what they ship with their products and take out something people use.. ARGGGHGHHGHGG

I'm giving up for now, its too hot and im frustrated, I've copied the files to various places and its just stupid..

_________________________
Join Europes biggest BMW M Car owners site
M-Torque - www.mtorque.co.uk

Top
#1461 - 07/19/06 02:29 PM Re: Database errors on install [Re: MattUK]
MattUK Offline
enthusiast

Registered: 06/25/06
Posts: 274
<insert loudly shouted swear words here>
_________________________
Join Europes biggest BMW M Car owners site
M-Torque - www.mtorque.co.uk

Top
#1462 - 07/19/06 02:36 PM Re: Database errors on install [Re: MattUK]
Gizmo Moderator Offline

***

Registered: 06/04/06
Posts: 11968
Loc: Portland, OR; USA
I believe that PHP5 uses MySQLi vs MySQL; I'm not sure on too much more as I'm utiliing PHP4 on all of my machines...

Your best bet is google though "php5 mysql" (or something similar)
_________________________
UGN Security, Elite Web Gamers & VNC Web Design Owner
Longtime UBB Supporter, UBB7 Beta Tester & Resident Post-A-Holic

Top
#1463 - 07/19/06 02:40 PM Re: Database errors on install [Re: Gizmo]
MattUK Offline
enthusiast

Registered: 06/25/06
Posts: 274
Yeah ive been doing that, and im fed up trying the 1001 peoples different ways of fixing the damn issue when they dont work. Ill downgrade before i rip my hair out or throw my laptop out the window.

I HATE UPGRADES
_________________________
Join Europes biggest BMW M Car owners site
M-Torque - www.mtorque.co.uk

Top
#1464 - 07/19/06 02:41 PM Re: Database errors on install [Re: MattUK]
MattUK Offline
enthusiast

Registered: 06/25/06
Posts: 274
As a side note Rick, would it be hard to build into the installer a system that checks for this instead of displaying a meaningless error ? It's ok if your a PHP expert and understand the errors, but im not.. and im sure i wont be the first.
_________________________
Join Europes biggest BMW M Car owners site
M-Torque - www.mtorque.co.uk

Top
#1466 - 07/19/06 04:08 PM Re: Database errors on install [Re: Gizmo]
Mors Offline
addict

Registered: 06/26/06
Posts: 445
Loc: So. California
I ran into a similar situation. PHP 4.4.2 is working great for me. PHP 5.0 give me connect errors to MYSql.

There is still a little bit of a learning curve for me. I am getting there.


Edited by Mors (07/19/06 04:09 PM)
_________________________
Happy Customer !!!

Top
#1708 - 07/22/06 01:57 PM Re: Database errors on install [Re: Mors]
MattUK Offline
enthusiast

Registered: 06/25/06
Posts: 274
Consider Rick said he is running with all the latest versions then surely he must be able to either provide the correct DLL's or at least point us in the right direction ?
_________________________
Join Europes biggest BMW M Car owners site
M-Torque - www.mtorque.co.uk

Top
#1721 - 07/22/06 07:12 PM Re: Database errors on install [Re: MattUK]
Gizmo Moderator Offline

***

Registered: 06/04/06
Posts: 11968
Loc: Portland, OR; USA
One thing you have to keep in mind is that while infopop (groupee) creates products to be run on webservers, they do not develop the technologies which run them, they are in no way tied to Apache/PHP/MySQL/IIS, they merely develop software to run utilizing them...
_________________________
UGN Security, Elite Web Gamers & VNC Web Design Owner
Longtime UBB Supporter, UBB7 Beta Tester & Resident Post-A-Holic

Top
#1736 - 07/23/06 05:32 AM Re: Database errors on install [Re: Gizmo]
MattUK Offline
enthusiast

Registered: 06/25/06
Posts: 274
Yeah your right, easy to forget.

Well if anyone can point me at the correct DLL's to enable me to use the latest PHP and MYSQL please drop me a PM as i'd much rather start out with the latest versions from day 1.
_________________________
Join Europes biggest BMW M Car owners site
M-Torque - www.mtorque.co.uk

Top
#1848 - 07/24/06 03:20 PM Re: Database errors on install [Re: Rick]
Daryl Fawcett Offline
addict

Registered: 06/05/06
Posts: 431
Loc: Canada
Originally Posted By: Rick
Ok, first thing would be to take a look at your phpinfo. Try creating a .php file with the following inside of it:

Php Code:
phpinfo(); 


Bring the file up in your web browser and see if there is anything related to mysql in the configuration. If php has been compiled with mysql support you should at least see a --with-mysql.

I created this file, however, when I use it, I only see phpinfo(); on my browser. Am I doing something wrong when I create this file?

Top
#1849 - 07/24/06 03:26 PM Re: Database errors on install [Re: Daryl Fawcett]
Daryl Fawcett Offline
addict

Registered: 06/05/06
Posts: 431
Loc: Canada
Never mind. It worked when I clicked on the refresh icon.

Top
Page 1 of 2 1 2 >


Shout Box

Today's Birthdays
daveylondon