|
|
|
"Warning: exec() has been disabled" message
|
|
Date: 2006/06/01 12:37
|
By: RDWebMaker
|
Status: User
|
|
|
Karma: 0  
|
|
Fresh Joomlapolitan  | Posts: 1 |   | |
|
Can anyone tell me why these two errors have appeared in the Configuration Manager, and what I need to do to fix them? Thanks - in advance!
Warning: exec() has been disabled for security reasons in /home/*****/public_html/administrator/components/com_comprofiler/imgToolbox.class.php on line 625
Warning: exec() has been disabled for security reasons in /home/*****/public_html/administrator/components/com_comprofiler/imgToolbox.class.php on line 633
|
|
The topic has been locked. |
|
|
|
Re:"Warning: exec() has been disabled" message
|
|
Date: 2006/07/24 13:25
|
By: Syrinx
|
Status: User
|
|
|
Karma: 19  
|
|
Expert Joomlapolitan  | Posts: 169 |   | |
|
I have just noticed I am having this exact same issues on all my Community Builder sites' configuration manager.
Can anyone shed some light on this?
In what way is this affecting CB?
|
|
The topic has been locked. |
|
|
|
Re:"Warning: exec() has been disabled" message
|
|
Date: 2006/07/24 15:52
|
By: beat
|
Status: Admin
|
|
|
Karma: 238  
|
|
Admin  | Posts: 3997 |   | |
|
Nothing serious to bother about: it's the autodetection of ImageMagic and NetPBM image processing programs which, if installed, can be used for the avatars resizing.
But as your ISP has disabled the ability to execute a program from PHP, the test fails (and displays a warning message for each of these two).
This thread shows a possible fix to this small problem (which is only esthetics in the backend):
http://www.joomlapolis.com/component/option,com_joomlaboard/Itemid,/func,view/catid,30/id,15727/
#15727 Beat - Developer on Community Builder core Team - If you like CB and this forum, you will love Nick's CB 1.1 reference manual ! : Click here to Get it now  - Would like to help us move faster ? Get it, and/or help us spend more time coding by helping others in this forum, many thanks
|
|
The topic has been locked. |
|
|
|
Re:"Warning: exec() has been disabled" message
|
|
Date: 2006/08/30 01:01
|
By: rpitera
|
Status: User
|
|
|
Karma: 9  
|
|
Expert Joomlapolitan  | Posts: 125 |   | |
|
Beat, I've read this (the referenced post) at least 5 times and I STILL cannot fathom what needs to be changed and where. (And according to the reply = which is from 8/10 and still unanswered, I'm not the only one..
Do you think you could post simple instructions like all of your fixes; i.e. "at line # in /administrator/components/com_comprofiler/imgToolbox.class.php add/change/edit..etc" and make THAT the sticky?
Thanks...
|
|
The topic has been locked. |
|
|
|
Re:"Warning: exec() has been disabled" message
|
|
Date: 2006/08/30 11:18
|
By: beat
|
Status: Admin
|
|
|
Karma: 238  
|
|
Admin  | Posts: 3997 |   | |
|
CB 1.0.1 fixes that problem. Please Update to 1.0.1 (highly recommended). Beat - Developer on Community Builder core Team - If you like CB and this forum, you will love Nick's CB 1.1 reference manual ! : Click here to Get it now  - Would like to help us move faster ? Get it, and/or help us spend more time coding by helping others in this forum, many thanks
|
|
The topic has been locked. |
|
|
|
Re:
|
|
Date: 2006/08/30 12:53
|
By: rpitera
|
Status: User
|
|
|
Karma: 9  
|
|
Expert Joomlapolitan  | Posts: 125 |   | |
|
beat wrote: CB 1.0.1 fixes that problem. Please Update to 1.0.1 (highly recommended).
Umm, I am running CB 1.0.1 stable. The error appears since I modified my php.ini according to the new guidelines posted at the Joomla Forums. They suggested the following:
| Code: | allow_url_fopen = OFF
register_globals = OFF
disable_functions = show_source, system, shell_exec, passthru, exec, phpinfo, popen, proc_open
|
Since exec() calls are turned off the tests no longer work, as expected, but I do not understand the hack the way it is presented in the thread.
Unless you're saying that I am going to far by blocking these calls.
|
|
The topic has been locked. |
|
|