I moved a website from my own server to an ISP. First I got only a blank page after moving. I had to disable Admin Tools, to get the site working. I checked my ISP:s PHP settings. The following PHP functions are disabled:
phpinfo,
pcntl_alarm,
pcntl_fork,
pcntl_waitpid,
pcntl_wait,
pcntl_wifexited,
pcntl_wifstopped,
pcntl_wifsignaled,
pcntl_wexitstatus,
pcntl_wtermsig,
pcntl_wstopsig,
pcntl_signal,
pcntl_signal_dispatch,
pcntl_get_last_error,
pcntl_strerror,
pcntl_sigprocmask,
pcntl_sigwaitinfo,
pcntl_sigtimedwait,
pcntl_exec,
pcntl_getpriority,
pcntl_setpriority,
mb_send_mail,
system,
exec,
passthru,
dl,
proc_open,
shell_exec,
posix_kill,
popen,
apache_get_modules,
apache_get_version,
apache_getenv,
apache_note,
apache_setenv,
disk_free_space,
diskfreespace,
escapeshellarg,
escapeshellcmd,
highlight_file,
ini_alter,
leak,
openlog,
proc_close,
proc_get_status,
proc_nice,
proc_open,
proc_terminate,
set_time_limit,
show_source,
symlink,
tmpfile
Is this the reason why I cant use Admin Tools on the new server or is the PHP-version to old?
Regards
Peter