NuSphere Forums Forum Index
NuSphere Forums
Reply to topic
Install under kubuntu


Joined: 09 Mar 2009
Posts: 2
Reply with quote
Hello guys & girls

got some probs installing the debugger under kubuntu.
I am just a unix newbie, so there could be the problem Smile

Ok I downloaded the DBG 2.15.5 dbg modules here
http://www.php-debugger.com/dbg/downloads.php

Then I edit the php..ini with this:
Quote:

extension_dir = /usr/local/lib/php/extensions
[debugger]
extension=php_dbg.dll
debugger.enabled=On
debugger.profiler_enabled=On
debugger.timeout_seconds=600
debugger.JIT_enabled=Off
debugger.JIT_host=clienthost
debugger.JIT_clientport=7869


the file php_dbg.dll is in the right dir
php_info() tells me it is ok with the dbg
Quote:

This program makes use of the Zend Scripting Language Engine:
Zend Engine v2.2.0, Copyright (c) 1998-2007 Zend Technologies
with DBG v2.15.5, (C) 2000,2007, by Dmitri Dmitrienko


but now mysql isnt working i get
Quote:
Fatal error: Call to undefined function mysql_connect()


so, where could be the problem?
View user's profileFind all posts by fiacyberzSend private message
Site Admin

Joined: 13 Jul 2003
Posts: 8334
Reply with quote
please proceed with php manual and install mysql extension, debugger has absolutely no relation to this extension. In other words you picked wrong forum.

_________________
The PHP IDE team
View user's profileFind all posts by dmitriSend private messageVisit poster's website


Joined: 09 Mar 2009
Posts: 2
Reply with quote
Hi

hm dont really understand your answer.
The name of the forum is " PHP Debugger DBG". And I cant install this extension. So why am I wrong here?
Or is " DBG v2.15.5, (C) 2000,2007, by Dmitri Dmitrienko" a different one?

MySQL is running ok, untill I install the DBG.
After that I get the message about the function.

It looks like the error is because I changed the extension folder. Before it wasnt set.
But I dont know where the usual folder is located. Uncle Google couldnt help me.
View user's profileFind all posts by fiacyberzSend private message
Site Admin

Joined: 13 Jul 2003
Posts: 8334
Reply with quote
Quote:
The name of the forum is " PHP Debugger DBG". And I cant install this extension. So why am I wrong here?


Because you have got debugger installed, otherwise you would not post this:
Quote:
the file php_dbg.dll is in the right dir
php_info() tells me it is ok with the dbg

Quote:

This program makes use of the Zend Scripting Language Engine:
Zend Engine v2.2.0, Copyright (c) 1998-2007 Zend Technologies
with DBG v2.15.5, (C) 2000,2007, by Dmitri Dmitrienko


according to the error message you posted: "Fatal error: Call to undefined function mysql_connect()" the problem is with mysql extension, not dbg.

_________________
The PHP IDE team
View user's profileFind all posts by dmitriSend private messageVisit poster's website
Install under kubuntu
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
All times are GMT - 5 Hours  
Page 1 of 1  

  
  
 Reply to topic