NuSphere Forums Forum Index
NuSphere Forums
Reply to topic
Problems with debugger


Joined: 15 Apr 2008
Posts: 3
Reply with quote
I'm implementing the backend to allow data storage for a website. I need to use the phpEd debugger, but I constantly run into this error:

Error: E_ERROR
Class 'mysqli' not found
at class.Connect.php line 21


This is the line 21:
$this->conn =& new mysqli($server, $user, $password, $db);

If I however test it in a browser, I don't have any mysqli connection problem. So, why am I getting this error in the phpEd debugger, and what can I do to get it working?
View user's profileFind all posts by Darko74Send private message


Joined: 24 May 2010
Posts: 2
Reply with quote
Try to remove semicolon

;extension=php_mysqli.dll

in php.ini
View user's profileFind all posts by tirannusSend private message
Problems with debugger
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