Greetings,

My Win7 home web server died a sudden death and my backup XP web server is dying a slow death.

My new box is Lenova Windows 7 Professional and it is giving me fits trying to get php up and running

I have install php in the directory c:\php and my web files in c:\users\public\web

Google chome errors with 'No input file specified' IE error with page not found

  • Is there anything special that I need to do to for windows 7 Pro ?
  • What is the bare minimum for php.ini ( I used AnalogX configphp in the past with success )

my php.ini

; $Id: Unknown
; $Generated: AnalogX PHPConfig v1.01 (Release)
safe_mode_gid=Off
highlight.string=#CC0000
highlight.comment=#FF9900
highlight.keyword=#006600
highlight.bg=#FFFFFF
highlight.default=#0000CC
highlight.html=#000000
gpc_order="GPC"
enable_dl=On
define_syslog_variables=Off
SMTP=localhost
sendmail_from=me@localhost.com
sql.safe_mode=Off
odbc.allow_persistent=On
odbc.check_persistent=On
odbc.max_persistent=-1
odbc.max_links=-1
odbc.defaultlrl=4096
odbc.defaultbinmode=1
mysql.allow_persistent=On
mysql.max_persistent=-1
mysql.max_links=-1
msql.allow_persistent=On
msql.max_persistent=-1
msql.max_links=-1
pgsql.allow_persistent=On
pgsql.auto_reset_persistent=Off
pgsql.max_persistent=-1
pgsql.max_links=-1
sybase.allow_persistent=On
sybase.max_persistent=-1
sybase.max_links=-1
sybase.min_error_severity=10
sybase.min_message_severity=10
sybase.compatability_mode=Off
sybct.allow_persistent=On
sybct.max_persistent=-1
sybct.max_links=-1
sybct.min_server_severity=10
sybct.min_client_severity=10
bcmath.scale=0
ifx.allow_persistent=On
ifx.max_persistent=-1
ifx.max_links=-1
ifx.textasvarchar=0
ifx.byteasvarchar=0
ifx.charasvarchar=0
ifx.blobinfile=0
ifx.nullformat=0
session.save_handler=files
session.save_path=C:\PHP
session.use_cookies=1
session.name=PHPSESSID
session.auto_start=0
session.cookie_lifetime=0
session.cookie_path=/
session.serialize_handler=php
session.gc_probability=1
session.gc_maxlifetime=1440
session.entropy_length=0
session.cache_limiter=nocache
session.cache_expire=180
session.use_trans_sid=1
url_rewriter.tags="a=href,area=href,frame=src,input=src,form=fakeentry"
mssql.allow_persistent=On
mssql.max_persistent=-1
mssql.max_links=-1
mssql.min_error_severity=10
mssql.min_message_severity=10
mssql.compatability_mode=Off
ingres.allow_persistent=On
ingres.max_persistent=-1
ingres.max_links=-1
pfpro.defaulthost="test-payflow.verisign.com"
pfpro.defaultport=443
pfpro.defaulttimeout=30
sockets.use_system_read=On
expose_php=On
allow_url_fopen=On
max_execution_time=30
memory_limit=8M
include_path="C:\USERS\PUBLIC\WEB\;C:\PHP\"
doc_root="C:\PHP\"
user_dir="C:\USERS\PUBLIC\WEB\"
extension_dir="C:\PHP\"
engine=Off
y2k_compliance=Off
output_buffering=Off
zlib.output_compression=Off
short_open_tag=Off
asp_tags=Off
allow_call_time_pass_reference=Off
implicit_flush=Off
precision=14
display_errors=Off
display_startup_errors=Off
track_errors=Off
warn_plus_overloading=Off
html_errors=Off
log_errors=Off
variables_order="GPCES"
magic_quotes_gpc=Off
register_globals=Off
register_argc_argv=Off
magic_quotes_runtime=Off
magic_quotes_sybase=Off
post_max_size=8M
default_mimetype="text/html"
default_charset="iso-8859-1"
file_uploads=Off
upload_max_filesize=2M
safe_mode=Off

Any help would be greatly appreciated as I don't have much hair left to pull out.. -David

    Hi,

    What is your web server type?

    And what do your web server's error logs say?

    I'd tend to think that "Page not found" or "no input file" would indicate a problem with the web server first.

      I use JANA server . Its been around a long time and is usually easy to install and maintain

      The error logs shows a 404 error for any .php files ( I know that the files are there )

      Thanks for the reply -David

        Write a Reply...