[resolved] Updating to PHP 5.3 - No input file specified |
Site Admin
|
sounds like you selected php.exe in SRV configuration, instead of php-cgi.exe
|
||||||||||||
_________________ The PHP IDE team |
|
Thanks dmitri, but this was not the case.
Turns out that the problem is that PHP 5.3 doesn't like opening files from my network shared drive using the mapped drive letter that has worked for every other version of PHP I have used. So using S:\NetworkData\MyFiles\index.phtml didn't work (it gave the no input file specified message), but copying the same folder to C:\ and then opening C:\MyFiles\index.phtml worked fine. By mucking around with the dir_root in php.ini (to hold the UNC version of the page eg \\Domain\Data\NetworkData\MyFiles) I was able to get things to work correctly (other than a compatibility issue caused by the version of PHP on my server using mysql and libsql.dll, but my local machine using mysqlnd instead). Hopefully this post may help someone else who is scouring the internet for reasons behind the "No Input File Specified" error message. |
||||||||||||
|
Site Admin
|
it may have something to do with VIRTUAL_DIR stuff then (http://stackoverflow.com/questions/19014253/is-phps-virtual-directory-support-what-i-think-it-is#answer-19014591 ). For the sake of an experiment, can you try non-TS (nts) version of php 5.3 binaries available here http://windows.php.net/downloads/releases/archives/ ?
|
||||||||||||
_________________ The PHP IDE team |
|
To be honest, now that everything is working I am extremely reluctant to try anything! In addition to this issue, I have had the problem I mention above - caused by differences between the version of php on my development machine (which is using mysqlnd) and that on my server (which is using mysql and libmysql.dll) - and further issues with the plugin I needed to use (which was the driving force behind the update in the first place).
I have only just got my project to the point where it will work locally and on the server (using the two different versions of PHP 5.3), and with the plugin working correctly on both. I really don't want to touch anything else for a long while! I just want to go back to writing the code |
||||||||||||
|
[resolved] Updating to PHP 5.3 - No input file specified |
|
||
Content © NuSphere Corp., PHP IDE team
Powered by phpBB © phpBB Group, Design by phpBBStyles.com | Styles Database.
Powered by
Powered by phpBB © phpBB Group, Design by phpBBStyles.com | Styles Database.
Powered by