Help | Site Map
Connecting Tech Pros Worldwide
 
 
LinkBack Thread Tools
  #1  
Old August 23rd, 2005, 11:45 PM
webguynow
Guest
 
Posts: n/a
Default include_path error, dbg with Zend Studio

I'm a little confused, I have test apps, using Pear DB.php but in my
application, and debugging through Zend studio, I have some Database
updates obviously working and then I get a Fatal Error.
Apparently, it cannot find DB.php and shows include_path as:
".;C:\PHP5"

On my Windows XP system, I've got php installed at C:\php
and any php.ini or apache conf files reflect this accurately.
My phpinfo() also correctly shows include_path as:
".;C:\PHP\pear"

Even stranger, is why I'd get some updates to work initially, then it
hiccups.

ideas ?

  #2  
Old August 25th, 2005, 07:55 PM
webguynow
Guest
 
Posts: n/a
Default Re: include_path error, dbg with Zend Studio

This problem seems directly related to Zend Studio 4.0. I can run
error-free without it. It seems to have assigned a new value to my
include_path.

Anyone else have a similar experience ?

I've checked many settings: (env and registry), php.ini, Apache's conf
and found no instance of C:\PHP5 I have to assume its a Zend Studio
problem.

When I manually set the "include_path" right above, an Fatal Error
occurs; it can't find the mysql extension: 'DB Error: extension not
found'.

Suggestions most welcome.
i_dvlp at hotmail.com

  #3  
Old August 26th, 2005, 12:45 AM
Tim Van Wassenhove
Guest
 
Posts: n/a
Default Re: include_path error, dbg with Zend Studio

On 2005-08-25, webguynow <invinfo@rcn.com> wrote:[color=blue]
> This problem seems directly related to Zend Studio 4.0. I can run
> error-free without it. It seems to have assigned a new value to my
> include_path.
>
> Anyone else have a similar experience ?
>
> I've checked many settings: (env and registry), php.ini, Apache's conf
> and found no instance of C:\PHP5 I have to assume its a Zend Studio
> problem.
>
> When I manually set the "include_path" right above, an Fatal Error
> occurs; it can't find the mysql extension: 'DB Error: extension not
> found'.[/color]

Or you sure the php.ini in use is the one you think it is? With
phpinfo() you can see which ini file is used.

To me it sounds like you're missing a extension=php_mysql.dll

--
Met vriendelijke groeten,
Tim Van Wassenhove <http://timvw.madoka.be>
  #4  
Old August 26th, 2005, 05:35 PM
webguynow
Guest
 
Posts: n/a
Default Re: include_path error, dbg with Zend Studio

As I mentioned - I'm running error free when I don't use the Z.Studio.

 

Bookmarks

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

What is Bytes?

We are a network of experts and professionals in IT and software development that help one another with answers to tough questions and share insights. Get the best answers to your questions from over network members.
Post your question now . . .
It's fast and it's free

Popular Articles