Re: PHP was working, now after loading PHPEclipse, it doesn't



Following on from Michael's message. . .
After installing PHPEclipse, I can no longer open php files in the
browser - I simply get a white page - no errors. The funny thing is
that php files CAN be opened in the embedded browser that is contained
within the Eclipse IDE.

I'd really appreciate any help you all can offer on this; I'm out of
ideas.

Thanks,
Michael McDonnell


if(windows){

My guess is that PHP eclipse has snaffled the ".php" extension as a file type so that clicking on a php file opens php-eclipse. It may have been (I HATE WINDOWS REGISTRY) associated as a URL before .

Try sticking "http://localhost/"; into your browser and seeing what happens. You should see a directory listing of the server's web root. A horrible but effective fix is to bookmark a good place to start picking files from and stuff it in a bowser tab at start-up. (Mozilla)

}
--
PETER FOX Not the same since the porcelain business went down the pan
peterfox@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
2 Tees Close, Witham, Essex.
Gravity beer in Essex  <http://www.eminent.demon.co.uk>
.



Relevant Pages

  • Re: back-button question
    ... The general rule is to create or maintain every page on your server of what you what the client to see. ... That way you don't have to worry about satisfying every browser and configuration there is. ... some session variables and outputs a location header to return to b. ... how my bookstore website will react to random events from the user while in a middle of a series of php files that i want to act as a transaction. ...
    (php.general)
  • Re: installing additional packages caused problem with browsing .php pages
    ... I installed a number of PHP-related additional packages and now I cannot ... open .php files in my browser. ... probably by getting the MIME configuration ...
    (comp.lang.php)
  • PHP was working, now after loading PHPEclipse, it doesnt
    ... I can no longer open php files in the ... browser - I simply get a white page - no errors. ... The funny thing is ...
    (comp.lang.php)
  • How to handle the POST data
    ... The board consis of three php files: ... the browser will give a message like: ... "The page you are browsing contains POSTDATA. ...
    (php.general)