On Sat, Jul 12, 2008 at 8:06 PM, tom lee <[EMAIL PROTECTED]> 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: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to