Re: [phpWebLog-devel] Error when submitting new settings
Brought to you by:
openface
From: philip o. <ph...@th...> - 2000-07-03 05:59:16
|
here is an initial error i got : Warning: Failed opening '/home/jason/html/phpweblog/etc/phpweblog.php' for inclusion in /home/philip/aint/inc.d/blocks.inc on line 75 73 } elseif ($A["Type"]==1) { 74 # include 75 include($A["Content"]); 76 } so like any guru programmer, i commented it out. seems fine but i assume i can't use include blocks now. hmm. any ideas? could i include with an exec or system call vs what is used now (eval?) learning, philip |