i have Xampp Server installed in my Fedora system. when i execute a php file from mozilla it throws an error "arguments to dbus_connection_send() were incorrect, assertion "connection != NULL" failed in file dbus-connection.c line 3294.**This is normally a bug in some application using the D-Bus library. D-Bus not built with -rdynamic so unable to print a backtrace"".But when i execute the same php file from terminal it runs fine and i get the output.My Php file in turn is using dbus , why is it so that i am unable to run it from browser ??Does mozilla support d-bus or not ? or do i have to make some changes in some config files.Earlier I thought that some permission problem might have occurred, so now I am running everything from Root, But no effect.Please help.