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.

 
bharat
bharat's picture

Joined: 2002-05-21
Posts: 7994
Posted: Tue, 2002-09-24 02:17

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)