Forums / Install & configuration / No input file specified.
Gard Guldhav
Tuesday 07 October 2003 7:22:37 am
I have a server (933 mhz PIII, 1gb RAM, SCSI disk)running Windows Server 2003, IIS 6, PHP 4.3.3 (CGI mode) and MySQL 4.0.14b.
I have extracted eZpublish into my default web-site folder and have gone through the initial setup... After the setup was complete i open http://localhost
The first time i opened it i had to extend the time-out in PHP.ini to five minutes to not get a time-out error.After that it opened in 10-20 seconds (but still!!).
And when i click on ANY links at the front page (used the corporate "site") i get a "No input file specified." error...
HELP!
Tuesday 07 October 2003 7:46:02 am
Set up PHP in isapi mode and it worked much better (page opens in under a sec). But...
When i click on any links i instead get these errors:Warning: Unknown(C:\Inetpub\ezpublish\index.php\alpha\content\view\full\47): failed to open stream: No such file or directory in Unknown on line 0
Warning: (null)(): Failed opening 'C:\Inetpub\ezpublish\index.php\alpha\content\view\full\47' for inclusion (include_path='.;c:\php4\pear') in Unknown on line 0
Hans Melis
Tuesday 07 October 2003 8:56:59 am
Hi,
It is recommended to run ez publish on an Apache webserver. Other webserver software is currently not supported. But that doesn't mean it can't work :)
I recommend you read the following thread concerning an installation on IIS:http://ez.no/developer/ez_publish_3/forum/install_configuration/installing_ez_publish_version_31_demo_site_on_win2k_iis
hth
--Hans
Hans http://blog.hansmelis.be
Oswald Campesato
Sunday 23 November 2003 11:44:44 pm
Hello, all:
The problem disappeared for me when I switched from Apache1.3.27 to Apache 2.0.47. My environment is PHP 4.3.4/Windows XP/IE6. I set up PHP as cgi-binenvironment with the same three lines:
-------------------------------------------- ScriptAlias /php/ "C:/php-4.3.4-Win32/" AddType application/x-httpd-php .php Action application/x-httpd-php "/php/php.exe"--------------------------------------------
HTH,
Oswald