[PHP-DB] Yet another Call to Undefined Function help request

2008-12-09 Thread Alex Moen
Hi all, PLEASE, don't just toss the e-mail... I think I have a unique enough situation to warrant this e-mail. First, I have searched the mailing lists for the answer to my problem. I have also tried to find the answer through the documentation, but have been unsuccessful. Mailing lists are

Re: [PHP-DB] Yet another Call to Undefined Function help request

2008-12-09 Thread Alex Moen
OK, sounds good, what am I looking for? I don't see the module being declared in my php.ini file on either of my servers. Alex Fortuno, Adam wrote: Alex: It sounds like the MySQL extension module isn't loading. Here are some things to confirm: - Ensure the module is declared in your

Re: [PHP-DB] Yet another Call to Undefined Function help request

2008-12-09 Thread Bastien Koert
On Tue, Dec 9, 2008 at 10:33 AM, Alex Moen [EMAIL PROTECTED] wrote: OK, sounds good, what am I looking for? I don't see the module being declared in my php.ini file on either of my servers. Alex Fortuno, Adam wrote: Alex: It sounds like the MySQL extension module isn't loading. Here

Re: [PHP-DB] Yet another Call to Undefined Function help request

2008-12-09 Thread Alex Moen
GOT IT!!! Adam, thanks for the answer. It got me where I needed to be, and I now understand how this stuff works a little better. Here's the solution for future reference: The new server has a separate directory (/etc/php.d) that was referenced in the php.ini. (This server is running

RE: [PHP-DB] Re: MS SQL error...I've come a long way to get this far

2008-12-09 Thread Fred Silsbee
--- On Mon, 12/8/08, Fortuno, Adam [EMAIL PROTECTED] wrote: From: Fortuno, Adam [EMAIL PROTECTED] Subject: RE: [PHP-DB] Re: MS SQL error...I've come a long way to get this far To: [EMAIL PROTECTED] Date: Monday, December 8, 2008, 10:56 PM Fred, Hmm, that makes me think the extension

RE: [PHP-DB] Re: MS SQL error...I've come a long way to get this far

2008-12-09 Thread Fred Silsbee
--- On Tue, 12/9/08, Fortuno, Adam [EMAIL PROTECTED] wrote: From: Fortuno, Adam [EMAIL PROTECTED] Subject: RE: [PHP-DB] Re: MS SQL error...I've come a long way to get this far To: [EMAIL PROTECTED] Date: Tuesday, December 9, 2008, 5:14 PM Sorry! I've been swamped today, and I needed to

RE: [PHP-DB] Re: MS SQL error...I've come a long way to get this far

2008-12-09 Thread Fred Silsbee
--- On Tue, 12/9/08, Fortuno, Adam [EMAIL PROTECTED] wrote: From: Fortuno, Adam [EMAIL PROTECTED] Subject: RE: [PHP-DB] Re: MS SQL error...I've come a long way to get this far To: [EMAIL PROTECTED] Date: Tuesday, December 9, 2008, 5:14 PM Sorry! I've been swamped today, and I needed to

Re: [PHP-DB] Yet another Call to Undefined Function help request

2008-12-09 Thread Chris
Then, I did a search for the mysql.so file, which turned out to be in the build/modules directory all by itself just waiting to be used, copied it to /usr/lib/apache/php/, restarted httpd, and voila, I now have a working implementation of php pulling data from a remote server. Did you run

Re: [PHP-DB] Yet another Call to Undefined Function help request

2008-12-09 Thread Alex Moen
Yes, I did run make install... I was kind of surprised that it didn't put that file somewhere. Alex Chris wrote: Then, I did a search for the mysql.so file, which turned out to be in the build/modules directory all by itself just waiting to be used, copied it to /usr/lib/apache/php/,

RE: [PHP-DB] Re: MS SQL error...I've come a long way to get this far

2008-12-09 Thread Fred Silsbee
--- On Tue, 12/9/08, Fortuno, Adam [EMAIL PROTECTED] wrote: From: Fortuno, Adam [EMAIL PROTECTED] Subject: RE: [PHP-DB] Re: MS SQL error...I've come a long way to get this far To: [EMAIL PROTECTED] Date: Tuesday, December 9, 2008, 8:20 PM Fred, Have you checked the permissions on the