Open GoogleCodeExporter opened 9 years ago
I get the same issue on GOS 3.0 (based on ubuntu)/ mysql 5.0
Original comment by mayank.r...@gmail.com
on 9 Feb 2009 at 12:20
May be we should do some dependency checking and flag the missing modules upon
login?
Original comment by mayank.r...@gmail.com
on 9 Feb 2009 at 12:23
same here.
Original comment by alessand...@gmail.com
on 25 Mar 2009 at 10:04
[deleted comment]
I have this issue, also. Running Lighttpd / MySQL5
Original comment by Aqu...@gmail.com
on 20 Jun 2009 at 2:32
[deleted comment]
Incidentally, my lighttpd log file shows and HTTP 500:
[19/Jun/2009:22:36:39 -0400] "POST /sqlbuddy/login.php HTTP/1.1" 500
It the login.php chokes here:
$connCheck = new SQL($connString, $user, $pass);
Original comment by Aqu...@gmail.com
on 20 Jun 2009 at 2:59
Found the problem. Partially SQLBuddys fault - partially mine.
took *every* @ from all sql command in sql.php so that I could actually see the
error. You should not put @ before commands like this but instead tell people
to set
display_errors=Off in php.ini
Either that or have a setting where a conditional @mysql_connect or
mysql_connect
command is executed depending on debug mode.
apt-get install php5-mysql solved the problem :-) lol.
Original comment by Aqu...@gmail.com
on 20 Jun 2009 at 3:11
I have exactly the same issue.
Web server:
nginx
and PHP:
PHP 5.3.0 with Suhosin-Patch (cli) (built: Sep 27 2009 22:01:22)
Original comment by IM.H...@gmail.com
on 15 Nov 2009 at 3:37
My issue was that mysql.so was disabled. Any reason we can't use mysqli.so
instead?
(I also have issues with gzip, although I am sure this will be fixable with a
little
playing around)
Original comment by IM.H...@gmail.com
on 15 Nov 2009 at 4:49
Same for me, I have Apache/2.2.14 (Ubuntu), PHP 5.3.2-1ubuntu4.2, MySQL
5.1.41-3ubuntu12.3 (Ubuntu).
Installing php5-mysql solved the problem.
Cheers
Original comment by theonenkl@gmail.com
on 14 Jul 2010 at 6:35
Same for me on windows 7, PHP-5.3.2 on IIS, and MySQL 6 :(
Original comment by haisumbh...@gmail.com
on 27 Nov 2010 at 6:12
Solved by downloading and installing PHP 5 .msi, downlaoded from
windows.php.net!! It works now :)
Original comment by haisumbh...@gmail.com
on 28 Nov 2010 at 12:31
Thanks fix the problem for me as well ;)
aptitude install php5-mysql
Original comment by TheStupi...@gmail.com
on 30 Jul 2011 at 8:51
php5-mysql here solved too. Really dumb "fix", not really author problems
(except the decision to @ everything)
Original comment by rafaelbs...@gmail.com
on 2 Sep 2011 at 9:49
Original issue reported on code.google.com by
philippgerard@gmail.com
on 28 Nov 2008 at 8:32