PHP not being parsed in browser of PDT [message #53422] |
Thu, 20 September 2007 10:47  |
Eclipse User |
|
|
|
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 11:09  |
Eclipse User |
|
|
|
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
|
|
|
Powered by
FUDForum. Page generated in 0.06496 seconds