Error "No Input File Specified"

Author Message

Michael Erb

Thursday 16 September 2004 2:50:03 pm

UPDATE: I moved the cgi-bin folder out of my root and into the ez directory. This has eliminated the No INput file Specified error. But even though I added this code to the .htaccess file, I'm still getting the warning about not enough memory. Here is my entire .htaccess file...

# Copy this file to a new file called .htaccess in your eZ publish root
# to make the site more secure in non-virtualhost mode (index.php used in urls).
#

<FilesMatch ".">
order allow,deny
deny from all
</FilesMatch>

<FilesMatch "(index\.php|\.(gif|jpe?g|png|css|js|html)|var(.+)storage.pdf(.+)\.pdf)$">
order allow,deny
allow from all
</FilesMatch>

RewriteEngine On
RewriteRule !\.(gif|jpe?g|png|css|js|html)|var(.+)storage.pdf(.+)\.pdf$ index.php

Action application/x-pair-sphp4 /cgi-sys/php-cgiwrap/myusername/php4.cgi
AddType application/x-pair-sphp4 .ph
php_value memory_limit 16m

Any ideas?

_________________________________________________

I'm installing on a shared server.

I installed relatively successfully earlier today but was warned of several things during the "fine tune". I was alerted that I needed to increase the memory, I was alerted to various chmod that needed to happen, and I was alerted that "AcceptPathInfo is disabled or running in CGI mode".

I did the chmod but ignored the memroy warning and the AcceptPathInfo and things actually seemed to work. I was playing around in admin for quite a while but I ultimatelyI decided to scrap the installation and start over.

I contacted my ISP and was told to do the following...
1. to copy php4.cgi to my own cgi-bin directory, which I did. It is in my root.
2. to chmod ~public_html/cgi-bion/php4.cgi, which I did
3. To add the following to my .htaccess file
Action application/x-pair-sphp4 /cgi-sys/php-cgiwrap/username/php4.cgi
AddType application/x-pair-sphp4 .php

The .htaccess file is in the root folder of eZpublish directory

I unpacked the file.
I created the database and I attempted to start the install process using the setup wizard. But I got the following error in my browser window "No Input File Specified"

Now I'm dead in the water.

If I remove the modifications to the .htaccess file, then the setup wizard proceeds seemingly normally.

What should I do?

Marco Zinn

Tuesday 21 September 2004 1:51:45 pm

Hi, if you are able to change the memory_limit in your enviroment, set it up to 32 MB or so. ezPublish needs quite some memory for compiling the templates.

Marco
http://www.hyperroad-design.com

Powered by eZ Publish™ CMS Open Source Web Content Management. Copyright © 1999-2014 eZ Systems AS (except where otherwise noted). All rights reserved.

eZ debug

Timing: Jan 19 2025 10:51:57
Script start
Timing: Jan 19 2025 10:51:57
Module start 'layout'
Timing: Jan 19 2025 10:51:57
Module start 'content'
Timing: Jan 19 2025 10:51:57
Module end 'content'
Timing: Jan 19 2025 10:51:57
Script end

Main resources:

Total runtime0.0287 sec
Peak memory usage2,048.0000 KB
Database Queries3

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0062 589.2734152.6406
Module start 'layout' 0.00620.0040 741.914139.4766
Module start 'content' 0.01030.0156 781.390689.3516
Module end 'content' 0.02590.0028 870.742234.3047
Script end 0.0287  905.0469 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00269.1658140.0002
Check MTime0.00113.7180140.0001
Mysql Total
Database connection0.00072.394810.0007
Mysqli_queries0.003913.728030.0013
Looping result0.00000.073910.0000
Template Total0.00217.110.0021
Template load0.00113.933810.0011
Template processing0.00093.185110.0009
Override
Cache load0.00072.600710.0007
General
dbfile0.00030.939780.0000
String conversion0.00010.379440.0000
Note: percentages do not add up to 100% because some accumulators overlap

Templates used to render the page:

UsageRequested templateTemplateTemplate loadedEditOverride
1print_pagelayout.tpl<No override>extension/community/design/community/templates/print_pagelayout.tplEdit templateOverride template
 Number of times templates used: 1
 Number of unique templates used: 1

Time used to render debug report: 0.0001 secs