FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » FUDforum Development » Bug Reports » Clicking on smiley shortcuts does not work in Konqueror 2.2.2
Show: Today's Messages :: Polls :: Message Navigator
Return to the default flat view Create a new topic Submit Reply
Re: Clicking on smiley shortcuts does not work in Konqueror 2.2.2 [message #868 is a reply to message #867] Mon, 04 March 2002 19:58 Go to previous messageGo to previous message
Ilia is currently offline  Ilia   Canada
Messages: 13241
Registered: January 2002
Karma:
Senior Member
Administrator
Core Developer
djupsjob wrote on Mon, 04 March 2002 2:56 PM

prottoss wrote on Mon, 04 March 2002 8:03 PM

Can you try to following bit of code on your server. If it works then I may be able to fetch the info about your php.ini file.


<?php
echo ini_get("error_reporting")."<br>\n";
?>



This snippet gives this result:

2039

What does that mean?



It means that you can use ini_get to fetch your php's ini settings. Do this, it should show you a list of all the disabled functions.

<?php
echo ini_get("disable_functions")."<br>\n";
?>


FUDforum Core Developer
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Profiles
Next Topic: Erroneous leading '\' in GLOBALS.php
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Sat Jul 06 05:57:14 GMT 2024

Total time taken to generate the page: 0.04671 seconds