RE: Possible OT: ADONewConnection Error

2003-07-07 Thread Jay Blanchard
[snip]
ADONewConnection: Unable to load database driver '' 
Fatal error: Call to a member function on a non-object in
/wwwroot/htdocs/webdev/nubiint/includes/pnAPI.php on line 486

I get this error when trying to configure multisites in my postnuke
site. I thought it was an ODBC issue but I've installed both MyODBC 
iODBC and still get the error. Anyone have any ideas on what else could
be causing this? 
[/snip]

Check the php.ini to make sure that the driver is not commented out.

HTH!

Jay

--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]



RE: Possible OT: ADONewConnection Error

2003-07-07 Thread marvc
Thanks

I haven't tried that. What am I looking for in the php.ini? 

-Original Message-
From: Jay Blanchard [mailto:[EMAIL PROTECTED] 
Sent: Monday, July 07, 2003 7:32 AM
To: marvc; [EMAIL PROTECTED]
Subject: RE: Possible OT: ADONewConnection Error


[snip]
ADONewConnection: Unable to load database driver '' 
Fatal error: Call to a member function on a non-object in
/wwwroot/htdocs/webdev/nubiint/includes/pnAPI.php on line 486

I get this error when trying to configure multisites in my postnuke
site. I thought it was an ODBC issue but I've installed both MyODBC 
iODBC and still get the error. Anyone have any ideas on what else could
be causing this? 
[/snip]

Check the php.ini to make sure that the driver is not commented out.

HTH!

Jay


-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]



RE: Possible OT: ADONewConnection Error

2003-07-07 Thread Jay Blanchard
[snip]
I haven't tried that. What am I looking for in the php.ini? 

Check the php.ini to make sure that the driver is not commented out.
[/snip]


Look in your php.ini for extensions and .dll. If the first character of
the line is ; it is commented out. Look for dealing with ADO

HTH!

Jay

--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]



RE: Possible OT: ADONewConnection Error

2003-07-07 Thread marvc
I also see this: 


[ODBC]
;odbc.default_db=  Not yet implemented
;odbc.default_user  =  Not yet implemented
;odbc.default_pw=  Not yet implemented

; Allow or prevent persistent links.
odbc.allow_persistent = On

; Check that a connection is still valid before reuse.
odbc.check_persistent = On

; Maximum number of persistent links.  -1 means no limit.
odbc.max_persistent = -1

; Maximum number of links (persistent + non-persistent).  -1 means no
limit.
odbc.max_links = -1  

; Handling of LONG fields.  Returns number of bytes to variables.  0
means
; passthru.
odbc.defaultlrl = 4096  

; Handling of binary data.  0 means passthru, 1 return as is, 2 convert
to char.
; See the documentation on odbc_binmode and odbc_longreadlen for an
explanation
; of uodbc.defaultlrl and uodbc.defaultbinmode
odbc.defaultbinmode = 1  

But I'm not sure if it has anything to do with what you mentioned. 

-Original Message-
From: Jay Blanchard [mailto:[EMAIL PROTECTED] 
Sent: Monday, July 07, 2003 9:38 AM
To: marvc
Cc: [EMAIL PROTECTED]
Subject: RE: Possible OT: ADONewConnection Error


[snip]
I haven't tried that. What am I looking for in the php.ini? 

Check the php.ini to make sure that the driver is not commented out.
[/snip]


Look in your php.ini for extensions and .dll. If the first character of
the line is ; it is commented out. Look for dealing with ADO

HTH!

Jay


-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]



Re: Possible OT: ADONewConnection Error

2003-07-06 Thread Martin Gainty
Post the code
Martin
- Original Message - 
From: marvc [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Saturday, July 05, 2003 7:08 PM
Subject: RE: Possible OT: ADONewConnection Error


 I take it no one is familiar with particular error? Didn't get anything
 on google. 
 
 -Original Message-
 From: marvc [mailto:[EMAIL PROTECTED] 
 Sent: Wednesday, July 02, 2003 9:00 PM
 To: [EMAIL PROTECTED]
 Subject: Possible OT: ADONewConnection Error
 
 
 Anyone here familiar with the following error: 
 
 ADONewConnection: Unable to load database driver '' 
 Fatal error: Call to a member function on a non-object in
 /wwwroot/htdocs/webdev/nubiint/includes/pnAPI.php on line 486
 
 I get this error when trying to configure multisites in my postnuke
 site. I thought it was an ODBC issue but I've installed both MyODBC 
 iODBC and still get the error. Anyone have any ideas on what else could
 be causing this? 
 
 Any responses are appreciated. 
 
 
 -- 
 MySQL General Mailing List
 For list archives: http://lists.mysql.com/mysql
 To unsubscribe:
 http://lists.mysql.com/[EMAIL PROTECTED]
 
 
 -- 
 MySQL General Mailing List
 For list archives: http://lists.mysql.com/mysql
 To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]
 
 

-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]



RE: Possible OT: ADONewConnection Error

2003-07-05 Thread marvc
I take it no one is familiar with particular error? Didn't get anything
on google. 

-Original Message-
From: marvc [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, July 02, 2003 9:00 PM
To: [EMAIL PROTECTED]
Subject: Possible OT: ADONewConnection Error


Anyone here familiar with the following error: 

ADONewConnection: Unable to load database driver '' 
Fatal error: Call to a member function on a non-object in
/wwwroot/htdocs/webdev/nubiint/includes/pnAPI.php on line 486

I get this error when trying to configure multisites in my postnuke
site. I thought it was an ODBC issue but I've installed both MyODBC 
iODBC and still get the error. Anyone have any ideas on what else could
be causing this? 

Any responses are appreciated. 


-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:
http://lists.mysql.com/[EMAIL PROTECTED]


-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]