popen() can't use
Moderator: General Moderators
popen() can't use
Hi everybody ! I got a problem with Postnuke 7.14. Since I use the modules MyDBbackup in Adminstration mode, but there is an error saying that
your server disabled popen() function in php4
how should I do to enable this function?
please help me!
your server disabled popen() function in php4
how should I do to enable this function?
please help me!
- twigletmac
- Her Royal Site Adminness
- Posts: 5371
- Joined: Tue Apr 23, 2002 2:21 am
- Location: Essex, UK
Run a file on your server that has:
to see how PHP is configured on your server.
Mac
Code: Select all
<?php
phpinfo();
?>Mac
from Chapter 23. Safe Mode
(same link as above
)
either your server is down or you haven't registered it again at the ip-service
(same link as above
in php.iniThe configuration directives that control safe mode are:
safe_mode = Off
safe_mode_gid = 0
safe_mode_include_dir =
safe_mode_exec_dir =
open_basedir =
safe_mode_allowed_env_vars = PHP_
safe_mode_protected_env_vars = LD_LIBRARY_PATH
disable_functions =
either your server is down or you haven't registered it again at the ip-service
register it ?
Hi Voka
I recived your reply but I don't understand that
register it again at ip-service
what does it mean? what can I do ?

I recived your reply but I don't understand that
register it again at ip-service
what does it mean? what can I do ?
When I tried to visit http://acad.dynup.net/info.php it was down and thought .dynup.net is a service like dyndns where you 'register' a dns-entry and update it with a client according to your current ip every time you dial up (like I do with kernschmelze.dyndns.org - only sometimes
). Should have marked this "btw:" or "---"
concerning your problem I suggested to open php.ini and see wether safe_mode is turned on or off. Try again with safe_mode = Off
concerning your problem I suggested to open php.ini and see wether safe_mode is turned on or off. Try again with safe_mode = Off
Can't work
Since I use this MyDBbackup modules for postnuke popen() function was error, so I have a idea, would you like to write a test php for me to run on my server to test php is correctly installed?

- twigletmac
- Her Royal Site Adminness
- Posts: 5371
- Joined: Tue Apr 23, 2002 2:21 am
- Location: Essex, UK