473,548 Members | 2,721 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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\p ear"

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

ideas ?

Aug 23 '05 #1
3 2217
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_pa th" 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

Aug 25 '05 #2
On 2005-08-25, webguynow <in*****@rcn.co m> wrote:
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_pa th" right above, an Fatal Error
occurs; it can't find the mysql extension: 'DB Error: extension not
found'.


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_m ysql.dll

--
Met vriendelijke groeten,
Tim Van Wassenhove <http://timvw.madoka.be >
Aug 25 '05 #3
As I mentioned - I'm running error free when I don't use the Z.Studio.

Aug 26 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
3657
by: Google alias | last post by:
My trial period for Zend studio has just ended, I've requested a personal licence, and got it. After I've entered and rebooted by computer I still get a popup saying "Licence expired!" everytime I request a php-page from localhost. Very annoying! If googled on on licence expired zend studion personal edition. But that gave me mostely...
8
779
by: Andy Jacobs | last post by:
Evening folks This has probably been asked before so apologies for that. I'm using Dreamweaver for PHP and have been for nearly a year. I've done some stuff that I'm very happy with but I'm getting to the stage where it doesn't go far enough. I want something that will still automate a lot of what I do rather than having to hand code...
0
1119
by: news | last post by:
I'm trying out a free demo of Zend Studio 4, and have a couple of reservations. I was hoping I could get someone who uses the Studio to help me out. There's two things that the totally free programming editor Quanta+ can do that I can't find Zend able to do...and if Zend CAN do it either natively or with some plug-in, we're buying it. ...
0
1487
by: writeson | last post by:
Hi all, At work I'm using Zend Studio 3.5.2 to develop PHP files on my Win2K desktop machine. I've got Zend Studio setup with a secure FTP (SFTP) connection to a RedHat Enterprise Linux machine. The files I'm editing 'live' on a Solaris machine and the linux machine mounts them through NFS. I actually access the files through a symbolic...
0
1222
by: chadedge | last post by:
I'm looking for some feedback on Zend Studio (professional). I'm considering a license and was wondering what other PHP developers experience was. I am not related to Zend or any other organization; I truly am looking for honest feedback of users. I usually build basic news sites, some web services, simple stuff by far. I'm not a big fan of...
3
1905
by: mirko | last post by:
Hello, I have a problem with my include_path and I don't know why... Can anybody see the mistake? my configuration: PHP Version 4.3.11 System: Windows NT 5.0 build 2195
1
3586
by: buts101 | last post by:
I've install XAMPP for php,mysql. I use Zend Studio for writing php,mysql codes. I know Zend Studio 5.5 has debug feature for php codes. How can i use the debug feature of zend studio with XAMPP server. I tried to use debug feature but it say "could not conecct to http://localhost/dummy.php..
1
2665
by: Slava Shklyar | last post by:
Does somebody work with Zend Studio 6 (Neon) ? http://php-docs.blogspot.com/2007/08/php-ide-zend-studio-neon.html
1
1642
by: santoshtwaghmode | last post by:
i want practice on zend studio for web developing therefor i want zend studio IDE.If anyone having this great studio.plz send cd format. i will pay for postal,cd and ur affort.plz send ur amount and details address.plz help me because i failure download because of bandwidth ,plz help me because without this tool i cannot understand practicaly...
0
7711
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. ...
1
7467
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For...
0
6039
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then...
1
5367
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes...
0
5085
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert...
0
3478
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
1932
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
1
1054
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
755
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.