alzalabany / sql-buddy

Automatically exported from code.google.com/p/sql-buddy
MIT License
0 stars 0 forks source link

White page after login #18

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Install Sqlbuddy on a server running Litespeed, PHP 5.2.6 (XCache) and mysqli
2. You see the login screen, enter your details
3. You'll see a blank page

What is the expected output? What do you see instead?

Sqlbuddy interface expected, white page as a result.

What version of the product are you using? On what operating system?

Linux Debian, Litespeed, PHP 5.2.6, XCache, mysqli & PDO-mysql available

Please provide any additional information below.

Is the mysql extension required or is mysqli just as good for Sqlbuddy?

Original issue reported on code.google.com by philippgerard@gmail.com on 28 Nov 2008 at 8:32

GoogleCodeExporter commented 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

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
same here.

Original comment by alessand...@gmail.com on 25 Mar 2009 at 10:04

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
I have this issue, also. Running Lighttpd / MySQL5

Original comment by Aqu...@gmail.com on 20 Jun 2009 at 2:32

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
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