View previous topic :: View next topic |
Author |
Message |
acidicx -
Joined: 02 Dec 2004 Posts: 4
|
Posted: Thu Dec 02, 2004 9:02 am Post subject: php now working on other extensions |
|
|
I recently installed php and in the Associated Extensions I have php phtml php3 html htm.
When I run a script with a .php extension it works fine, but if I try one with any of the other extensions, the error message "No input file specified." comes up. Even with a simple <?php echo "test"; ?> it still appears.
Does anyone know how I can fix this problem? Any help is appreciated.
Thanks |
|
Back to top |
|
 |
TRUSTAbyss -
Joined: 29 Oct 2003 Posts: 3752 Location: USA, GA
|
Posted: Thu Dec 02, 2004 7:26 pm Post subject: |
|
|
Are you using the beta version or the current stable version ? |
|
Back to top |
|
 |
acidicx -
Joined: 02 Dec 2004 Posts: 4
|
Posted: Fri Dec 03, 2004 3:37 am Post subject: |
|
|
Im using the most current version. I was using 4.0.2, but I upgraded to 5 and now its working fine.
*shrugs*
Cheers for your help anyway. |
|
Back to top |
|
 |
admin Site Admin
Joined: 03 Mar 2002 Posts: 1332
|
Posted: Sat Dec 04, 2004 1:38 pm Post subject: Re: php now working on other extensions |
|
|
That's a known problem with Abyss 1.2 and PHP. You should open your PHP.ini file and change the value of cgi.fix_pathinfo to
[coce]cgi.fix_pathinfo = 1[/code]
This workaround fixes the issue.
The new version 2.0 Beta (under tests) hasn't this problem. |
|
Back to top |
|
 |
acidicx -
Joined: 02 Dec 2004 Posts: 4
|
Posted: Tue Dec 07, 2004 5:04 am Post subject: |
|
|
thanks for the help mate |
|
Back to top |
|
 |
|