Follow-up Comment #10, sr #565 (project savane):

If I try to run it like this it doesn't hang instead I get:

/local/src/savane/frontend/php/include/calendar.php:24) in
/usr/local/src/savane/frontend/php/include/calendar.php on line 24

@anonymous:
Just to make sure it doesn't have to to with mysql on your machine also,
could you try
adding two lines to your frontend/php/include/database.php?

before the line:

$conn = @mysql_connect($sys_dbhost,$sys_dbuser,$sys_dbpasswd);

(at the beginning of the first function) add:

print "before";
and after the aforementioned line add:
print "after";

Then call up savane in your browser again and tell me if you get any output
if you just get "before" I think our problems are equal


    _______________________________________________________

Reply to this item at:

  <http://gna.org/support/?func=detailitem&item_id=565>

_______________________________________________
  Message sent via/by Gna!
  http://gna.org/


_______________________________________________
Savane-dev mailing list
[email protected]
https://mail.gna.org/listinfo/savane-dev

Reply via email to