Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » PHP Development Tools (PDT) » PHP not being parsed in browser of PDT
PHP not being parsed in browser of PDT [message #53422] Thu, 20 September 2007 14:47 Go to next message
Eclipse UserFriend
Originally posted by: edward.menteewebsite.com

Using Tomcat 5.5, Apache 2.2.4 and PHP 5.2.4; Successfully installed
Eclipse PDT All-in-One with Zend Debugger and JSEclipse. PHP debug output
view and PHP browser output view show results of parsed PHP. My problems
are:

1. http://localhost:8080/ does not parse PHP code. View source shows PHP
code.
2. PHP browser output view parses PHP but has broken links to referenced
style sheets, Javascripts and images; localhost browser links are not
broken.

How do I resolve these issues? I am relatively new to the setup procedures.

Thanks,
Edward
Re: PHP not being parsed in browser of PDT [message #53453 is a reply to message #53422] Thu, 20 September 2007 15:09 Go to previous message
Michael Spector is currently offline Michael SpectorFriend
Messages: 110
Registered: July 2009
Senior Member

Hi,

On Thu, 20 Sep 2007 14:47:41 +0000 (UTC)
edward@menteewebsite.com (Edward) wrote:

> Using Tomcat 5.5, Apache 2.2.4 and PHP 5.2.4; Successfully installed
> Eclipse PDT All-in-One with Zend Debugger and JSEclipse. PHP debug output
> view and PHP browser output view show results of parsed PHP. My problems
> are:
>
> 1. http://localhost:8080/ does not parse PHP code. View source shows PHP
> code.

That means your server is not setup properly.
Please make sure you have correct "AddType" entries in your httpd.conf,
also verify that you have short_tags="On" in PHP.ini, or your script uses full PHP tags "<?php"

> 2. PHP browser output view parses PHP but has broken links to referenced
> style sheets, Javascripts and images; localhost browser links are not
> broken.
>
> How do I resolve these issues? I am relatively new to the setup procedures.
>
> Thanks,
> Edward
>


--
Michael
Previous Topic:PDT, Wampserver and non-executed mysql-functions
Next Topic:how to start and XDebug session in PDT Debugger without launching a browser?
Goto Forum:
  


Current Time: Wed Jul 17 13:34:19 GMT 2024

Powered by FUDForum. Page generated in 0.03536 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top