RE: [phpWebLog-devel] Error when submitting new settings
Brought to you by:
openface
From: Alex C. <ac...@fo...> - 2000-07-03 06:07:01
|
What type of block is this happening on? What does the block look like if its an include? Did you enter the full path of the include file? No quotes, parens, semi colons.. etc... -----Original Message----- From: php...@li... [mailto:php...@li...]On Behalf Of philip olson Sent: Sunday, July 02, 2000 10:55 PM To: phpweblog Subject: Re: [phpWebLog-devel] Error when submitting new settings 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 _______________________________________________ phpWebLog-devel mailing list php...@li... http://lists.sourceforge.net/mailman/listinfo/phpweblog-devel |