View Single Post
  #2 (permalink)  
Old 29-06-2008, 21:57
stevem stevem is offline
Member
 
Join Date: Feb 2008
Posts: 35
Default

If you're prepared to edit some PHP files there is a workaround.

1. This comes from Tyrael on another site:
Quote:
I had the similar problem with mediawiki, I had to edit my files and add a few lines, where the script checks the critical functions (posix_uname, php_uname, dl, exec) presents in the suhosin blacklist, and if they do, then not let the functions run, because thats kills the mediawiki script.

So I suggest you, to do the same.
Find the lines, where your script invoke this functions, and edit this lines.
The php_uname is not really important functions, so if you comment it out, your script will working correctly, imho.
2. The files which use PHP_uname are listed here - just find php_uname and click on it and you get
  • /administrator/includes/pcl/pclzip.lib.php -> line 4964
  • /modules/mod_stats.php -> line 26
  • /administrator/components/com_admin/admin.admin.html.php -> line 111

WARNING: Although I have some experience with PHP I have no idea about the security aspects of Joomla. For that you need to seek the guidance of eUKHost.
Reply With Quote