Fatal error: Call to undefined function: exec() in modules/g
adri
Joined: 2002-09-23
Posts: 6 |
Posted: Mon, 2002-09-23 10:42 |
sorry i just saw the postnuke/phpnuke section , this problem will be posted there. |
|
Posts: 7994
Your ISP has disabled the exec() call in PHP and Gallery requires that to function. You either need to get your ISP to re-enable this call, or you need to use PHP as a CGI binary (see FAQ B.3)