[phpslice-devel] "no input file specified"
Status: Inactive
Brought to you by:
wonko
|
From: Paul F. <pro...@ho...> - 2001-08-31 01:13:49
|
Hi, I'm running phpslice on Win2K w/Apache 1.32 and php4.06 and 0.17 of phpslice. I am noticing <form action="/php/php.exe" method=POST> at the top of some forms in the admin page when viewing source. What the users and I are seeing, upon certain posts (post news, vote, etc.) is a "No input file specified" error. In admin.php, I see a few instances of: print "<form action=$SCRIPT_NAME method=POST>\n"; my document root is set to ../blabla/htdocs, and that is where all the website files have been copied, with lib and images brought along as subdirectories. Is this a php.ini issue, config.php issue, or httpd.conf? Thanks PF |