On Sat, Jul 12, 2008 at 8:06 PM, tom lee <freemail168@xxxxxxxxx> wrote: > > allow_url_fopen is on, but allow_url_include is off. could it be > allow_url_include issue? Just checked. allow_url_include is not related. I don't understand why it still generateed the error even if I commented out the full function. function drupal_eval($code) { ob_start(); print eval('?>'. $code); //line 1352 here $output = ob_get_contents(); ob_end_clean(); return $output; } --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx