No input file specified. <- What's the prob?

 
Post new topic   Reply to topic    Aprelium Forum Index -> PHP
View previous topic :: View next topic  
Author Message
patrickb
-


Joined: 29 May 2003
Posts: 3

PostPosted: Thu May 29, 2003 4:50 pm    Post subject: No input file specified. <- What's the prob? Reply with quote

Hi All,

I've installed Abyss and PHP to the T...I've gone back and checked the installation 5 times to make sure I didn't miss something. I've re-installed everything twice and still I'm getting the same problem.

Every time I try to load up a PHP page, I get this in return "No input file specified. ".

I have had no problems with my installation on a Win98 machine, but my XP machine simply refuses to process scripts.

Could anyone suggest what the problem may be?

Many thanks,
Patrick
Back to top View user's profile Send private message
Motionmaster
-


Joined: 21 Mar 2003
Posts: 5

PostPosted: Thu May 29, 2003 5:15 pm    Post subject: Reply with quote

I've got the same problem on Abyss WS 1.1.5 with PHP 4.3.2... :(
Back to top View user's profile Send private message
patrickb
-


Joined: 29 May 2003
Posts: 3

PostPosted: Thu May 29, 2003 5:30 pm    Post subject: Reply with quote

Nice to know I'm not the only one.

Now that you mention it, I think my 98 machine is running an older version of Abyss. I'll try it with XP and let you know how it turns out.
Back to top View user's profile Send private message
nikolas22t
-


Joined: 29 May 2003
Posts: 6

PostPosted: Thu May 29, 2003 6:47 pm    Post subject: I think my problem is the same or similar Reply with quote

I CHECK ALL twice install and configure twice but cannot access an php file only html
Back to top View user's profile Send private message
aprelium
-


Joined: 22 Mar 2002
Posts: 6800

PostPosted: Fri May 30, 2003 2:59 am    Post subject: Re: I think my problem is the same or similar Reply with quote

The problem comes from the new version of PHP. Please read http://www.aprelium.com/forum/viewtopic.php?t=1703 .
_________________
Support Team
Aprelium - http://www.aprelium.com
Back to top View user's profile Send private message Send e-mail
Darren
-


Joined: 30 May 2003
Posts: 2

PostPosted: Fri May 30, 2003 11:24 am    Post subject: Reply with quote

I to have problems after upgrading to the PHP 4.3.2. However I do not get the same error message as you. It simply says that page can't be found when I try to run some php script.

There is a couple of nasty PHP bugs that are gone in the PHP 4.3.2. Will Aprelium fix this soon or should we go back to the 4.3.1 version of the PHP?
Back to top View user's profile Send private message
Darren
-


Joined: 30 May 2003
Posts: 2

PostPosted: Fri May 30, 2003 11:41 am    Post subject: Reply with quote

Hmmm. It seams that I got it to work with PHP 4.3.2. (Abyss WS 1.1.5)

I filled doc_root variable in my php.ini file and it works now.

In my case it looks like this:
Code:

doc_root = "C:\Program\Abyss Web Server\htdocs"
Back to top View user's profile Send private message
TheLinker
-


Joined: 05 Apr 2002
Posts: 165
Location: Oslo, Norway

PostPosted: Fri May 30, 2003 12:33 pm    Post subject: Reply with quote

Did the same thing... now everything seems to run as usual.
Back to top View user's profile Send private message Visit poster's website
patrickb
-


Joined: 29 May 2003
Posts: 3

PostPosted: Tue Jun 03, 2003 1:52 pm    Post subject: PHP 4.3.2 Reply with quote

Darren,

Setting the document root in the INI file does indeed work.

Thanks man!

:D
Back to top View user's profile Send private message
aprelium
-


Joined: 22 Mar 2002
Posts: 6800

PostPosted: Tue Jun 03, 2003 10:14 pm    Post subject: Re: PHP 4.3.2 Reply with quote

You can also use the temporary workaround suggested in http://www.aprelium.com/forum/viewtopic.php?t=1703 .
_________________
Support Team
Aprelium - http://www.aprelium.com
Back to top View user's profile Send private message Send e-mail
cocainomano
-


Joined: 05 Jun 2003
Posts: 1

PostPosted: Thu Jun 05, 2003 10:35 pm    Post subject: Reply with quote

I use to had that problem :cry:
I have a Windows 2000, I installed Abyys and looks great, the problem was when I try to install PHP. I download the PHP like the instructions in the aprelium web, so I also download this: http://www.php.net/get/php-4.3.2-Win32.zip/from/a/mirror and I edited the php.ini-dist and write this line:

cgi.force_redirect=0

Then I saved as php.ini under C:/winnt or if you arent using windows 2000 or XP you should to save in c:/Windows.

And the problem dissapears.

8O :D

Camara, espero te sirva.
Back to top View user's profile Send private message
os17fan
-


Joined: 21 Mar 2003
Posts: 531
Location: USA

PostPosted: Thu Jun 05, 2003 10:40 pm    Post subject: Reply with quote

Stick with PHP ver. 4.3.1 , If you have it ! 8)
_________________
This web server is the best !
Back to top View user's profile Send private message Send e-mail Visit poster's website MSN Messenger
Riplin
-


Joined: 11 Jun 2003
Posts: 4

PostPosted: Wed Jun 11, 2003 4:59 am    Post subject: Thx Darren Reply with quote

I tried everything possible here mentioned and nothing worked. I kept getting "page not found" until i used Darren's workaround of putting the proper path into the DOC_ROOT = in the php.ini. I was also able to remove the REDIRECT_STATUS = 200 line from the Environment Variables and it still works fine although i did change the cgi.force_redirect = 0. Thx again
Back to top View user's profile Send private message
aprelium
-


Joined: 22 Mar 2002
Posts: 6800

PostPosted: Wed Jun 11, 2003 10:44 pm    Post subject: Re: Thx Darren Reply with quote

Riplin,
Please read http://www.aprelium.com/forum/viewtopic.php?t=1703 .
_________________
Support Team
Aprelium - http://www.aprelium.com
Back to top View user's profile Send private message Send e-mail
Riplin
-


Joined: 11 Jun 2003
Posts: 4

PostPosted: Fri Jun 13, 2003 12:42 am    Post subject: ? Reply with quote

Aprelium: I'm not sure what you want me to read. I have read that before. I did apply the phpwrapper fix. Are you referring to applying the cgi.fix_pathinfo = 1 line?
Back to top View user's profile Send private message
aprelium
-


Joined: 22 Mar 2002
Posts: 6800

PostPosted: Sat Jun 14, 2003 11:13 pm    Post subject: Re: ? Reply with quote

Check the new beta at http://www.aprelium.com/news/abws116b1.html . It does not need the wrapper to run PHP 4.3.2.
_________________
Support Team
Aprelium - http://www.aprelium.com
Back to top View user's profile Send private message Send e-mail
CapFusion
-


Joined: 18 May 2003
Posts: 617
Location: Lost in Abyss' Dungeon

PostPosted: Mon Jun 16, 2003 4:57 pm    Post subject: Re: ? Reply with quote

Riplin wrote:
Aprelium: I'm not sure what you want me to read. I have read that before. I did apply the phpwrapper fix. Are you referring to applying the cgi.fix_pathinfo = 1 line?

DL the new beta version and see if that will fix your problem.
_________________
CapFusion,...
Back to top View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Aprelium Forum Index -> PHP All times are GMT + 1 Hour
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB phpBB Group