PHP Development Environment (PDT) -- Eclipse plugin for PHP programming language

learn more… | top users | synonyms

0
votes
0answers
6 views

Adding remote server on Eclipse PDT [duplicate]

Is there any way to add remote server like dreamweaver to eclipse PDT? (Site management in dreamweaver explained here. ...
0
votes
0answers
25 views

What is the appropriate SAPI type to debug PHP web applications when configuring PHP executables in Eclipse/Xdebug?

What is the appropriate SAPI type to debug PHP web applications when configuring PHP executables in Eclipse with PDT and Xdebug? The available options for SAPI type under PHP executables in Eclipse ...
0
votes
0answers
12 views

Eclipse Indigo PDT installation

I'm installing PDT on my pure Eclipse Indigo x64 I've insta;;ed all tools, mylyn integration, etc. But after restart there is no any project in File - New - Project. What should i install to make it ...
0
votes
1answer
55 views

Loop through $_POST array item_nameX (Dynamically Add Number to End of Variable Name)

UPDATE: THIS IS SOLVED AND THE WORKING CODE IS PASTED IN THE BOTTOM OF THIS POST. I KEEP THE ORIGINAL POST SO OTHERS CAN READ AND FOLLOW. I have had a big problem going Live with PayPal but think I ...
-1
votes
0answers
25 views

PDT & IPN Paypal Live, again

I am experiencing some major issues with going live with IPN and PDT. And im getting real frustrated by Paypals non-existent support which takes at least a week and often is not useful. I was ...
0
votes
0answers
18 views

Paypal PDT http error

i use this code to process paypal payment data transfer (PDT): $pp_hostname = "www.sandbox.paypal.com"; // Change to www.sandbox.paypal.com to test against sandbox // read the ...
0
votes
1answer
21 views

Displaying products on PDT.php page

In sandbox mode all products bought is displayed with no problem. When testing im also sent to the pdt.php with the url ending with item_name=54 for example. When in live mode i get to same pdt.php ...
0
votes
0answers
16 views

Eclipse display raw html in popup documentation

Installed Eclipse with ADT and then added a PDT plugin over it. Strange issue appearing - all popup documentation in PHP perspective is displayed as a raw HTML. Is it possible to fix this?
0
votes
0answers
31 views

installing PDT for PHP development on eclipse

I'm about to install PDT, and there are 2 options: PHP development tools (PDT) PHP development tools (PDT) SDK Feature What's the difference?
0
votes
0answers
52 views

PayPal: Can you get the IP address of the client (buyer) via IPN/PDT?

I never found such a feature on Paypal's website. I want to get the address via IPN/PDT. Alternatives outside PayPal are useless to me, I already have those. Thanks for resp.
0
votes
0answers
35 views

Eclipse PDT code assist does not work properly on included project

I have two PHP Projects in Eclipse Indigo with PDT 3.0.0 installed. One Project is the Application, the other project is a own Library. If I include the Library in the Application this way: ...
0
votes
0answers
107 views

Eclipse and remote host xdebug not working

I know this question has been posted before... at least here and here, I literally have the exact same problem as the latter, but I not 1 of the answers on those questions have solved my problem. My ...
0
votes
1answer
95 views

PayPal IPN and PDT - Cannot get buyer postal address on return_url page or email

I am setting up a basic donation system and need to send a confirmation email to the client but cannot get the buyer postal address to show on return_url page of the website, or to show in the email ...
0
votes
1answer
30 views

Test multiple-product purchase with sandbox PayPal

I have a webshop and im almost there, but I have a number of items for purchase which are downloadable content. I fixed so when a user has paid they are redirected to my pdt.php where they get a ...
0
votes
1answer
48 views

How to pass a variable and value after a successful transaction before redirecting to the page of my choice

I was planning to use the PDT function of PayPal standard checkout to redirect to a page of my choice with a variable with a value written in PHP to hide from display source page. However the manual ...
0
votes
0answers
65 views

Word wrap in eclipse PDT

I am looking at some old PHP code in eclipse. I know there is a preference option to show the 80 character margin column, so I can break my lines up; However the existing lines of code are long and ...
0
votes
0answers
40 views

Presenting Data with PayPal PDT

Hi Im really strugglin with this problem. Im trying to display various content depending on what items a user has bought on my webshop. I have setup 5 buttons with PayPal sandbox with id 1-5. This ...
0
votes
0answers
126 views

Questions about PayPal sandbox testing and PDT/PHP

I have made energyshop.se which Is a small webshop. I come to the point where everything works except for the receipt after a customer made a purchase. When they do they are redirected to my pdt.php. ...
0
votes
3answers
611 views

PDT on eclipse juno won't work, how to properly install it?

I have on my windows 7 machine eclipse juno installed, I downloaded the PDT (php development tools) and installed it. But when I try to create a php project via wizard I cannot find an option for php ...
0
votes
1answer
50 views

Eclipse PDT, XDebug Variable Watch Details only shows 1000 characters

I am debugging using Eclipse PDT with XAMPP This question is related to this item: Variables viewer on Eclipse debugging truncates the string values I am having the same problem as in that link. I ...
0
votes
1answer
78 views

IPN / PDT PAYPAL Headache

UPDATED! I managed to get a dynamic receipt using PDT, screenshot here: http://pastebin.com/4RcTdHKd which is generated from my pdt.php here: http://pastebin.com/4RcTdHKd Now is the question how do ...
0
votes
1answer
69 views

How to use IPN/PDT to display receipt and digital and/or downloadable products after purchase and redirection with PayPal

I have a webshop: energyshop.se which I have successfully managed to setup a Sandbox account at PayPal and to create a Buyer and a Seller account, created a button which I implemented to my site (from ...
0
votes
0answers
178 views

Eclipse Juno + Remote System Explorer + PDT = no default proposals

I'm using Eclipse Juno with Remote System Explorer and the PHP extension PDT. I'm working on an external machine over SSH (with RSE) and a really big problem is that Eclipse doesn't show any proposals ...
0
votes
1answer
39 views

PDT how to open html file as php?

Tried this: Eclipse PDT isn't highlighting PHP syntax in .html files? But there no any "PHP Content type". How to open in eclipse .html file as PHP script?
0
votes
2answers
259 views

json_encode() in eclipse php causes Call to undefined function json_encode() error

I have created a php project in the eclipse pdt. When I attempt to call java_encode, I get a "Call to undefined function json_encode()" error. Other functions in the PDT's php core api do not do ...
1
vote
1answer
36 views

Code formatting in specific section

I'm working on a YII project with Eclipse PDT. I would like to know how can I tell Eclipse to treat a specific section of code as JavaScript, and format it accordingly. Let's say we are having the ...
0
votes
1answer
40 views

Eclipse PDT debugging - how to avoid break on first php tag?

I have recently setup my Eclipse PDT environment. All fine, only one disturbing feature: Whenever I debug my code, debugger not only stops at the first breakpoint, but also at the first <?php tag. ...
1
vote
1answer
35 views

No autocomplete or function information in new install of Eclipse PHP Editor (PDT)

Recently installed a new version of Eclipse PDT (3.0.2) and auto-complete, function information (ctrl+click), and hovering over for more information didn't work. Same installer worked on another ...
2
votes
1answer
81 views

How to setup EGit in an Eclipse Joomla development project to work on a third party module hosted on GitHub?

I am new to Git/GitHub. I do have an Eclipse Indigo Joomla 2.5 workspace on an freshly installed Joomla instance. I can launch an http request, set a breakpoint somewhere in the Joomla code and start ...
1
vote
0answers
111 views

Attempt to install zend pdt in eclipse juno Java EE fails

I have read your how to install eclipse pdt in juno post. I exclude all options, eg. mylin, from the install but with repeated tries get the following: An error occurred while collecting items to ...
0
votes
0answers
75 views

Missing PHP Debug Preferences with Eclipse 4.2.1 and PDT 3.1.1

I just set up Eclipse 4.2.1 and PDT 3.1.1 on Ubuntu 12.0.4 this week and all is working well until I tried to configure debugging via xdebug. If i go to "Window"->"Preferences" then uncollapse the ...
3
votes
2answers
168 views

Eclipse PDT + XDEBUG - source lookup not working entirely

I'm having trouble with a PHP project using Yii framework. My setup is the following: Win7 + Eclipse4.2 + PDT 3.1 + Yiiclipse PDT extension + WAMP Server with XDEBUG enabled. Pretty much everything ...
0
votes
1answer
52 views

installing pydev or PDT without JDT

I've been spending a little time trying to see how bare bones an Eclipse install I could get. I've found that the available packages tend to have things that I don't really need, and since eclipse is ...
6
votes
3answers
241 views

code completion and factory pattern in eclipse pdt

Lets say I have a typical factory pattern in PHP code: abstract class Model { function m() { } } class model_A { function a() { } } class model_B { function b() { ...
0
votes
2answers
153 views

PHP Development tool for eclipse not working on Windows 7 64bit

I just downloaded PHP Development tools for eclipse and I cant open it, it opens an alert window: a java runtime environment jre or java development kit jdk must be available in order to run eclipse ...
0
votes
1answer
27 views

Automate source formatting for specific folders in Eclipse

In Eclipse you can format the whole source tree. You can format the whole project by right clicking it -> Source -> Format. You can do the same for sub-folders. I want to be able to do this automated ...
0
votes
1answer
54 views

ZendDebugger startup error: Extension “Zend Debugger” cannot be loaded twice

I am getting this error thrown every time I run the PHP CLI and need some help fixing it. This occurs either from the native PHP CLI or when I run the CLI using Eclipse PDT. The message seems to ...
1
vote
1answer
109 views

Deploying website to an external test server with Eclipse

I need an effective way to automatically push changes made in Eclipse to a test web server. These are all PHP changes. I am thinking SCP or FTP would be great with an easy to use plugin, but I would ...
1
vote
0answers
84 views

How to remote save in Eclipse PDT like Netbeans? (Part II)

How to remote save in Eclipse PDT like Netbeans? In the previous link @moskito-x gave steps to Eclipse settings for localhost connection. In the third image I don't have the "Choose file system" ...
0
votes
0answers
99 views

why does not eclipse PDT syntax checker underline undefined function? Missing on-the-fly code analysis in PDT?

I am using Juno - created a PHP project and having PHP perspective. <?php undefined_function(); ?> when I run this code i got this: Call to undefined function: undefined_function() However, ...
0
votes
0answers
42 views

Setting up PDT for PHP debugging in Eclipse — Error: “Incompatible debugger version”

I have set up Zend server on my computer with localhost:10081 (I have no idea why that is the default port) and I've pointed eclipse to zend. When I run a .php file in eclipse, it gives me the ...
4
votes
1answer
890 views

Cannot see PHP Content Type in Eclipse preferences?

I have a new eclipse Juno installation with PDT. I imported my preferences and everything seems to be working normal except the in the content type section I do not see PHP Content Type. I see ...
0
votes
0answers
66 views

Using eclipse as php IDE how to copy files to external folder - localhost [closed]

I installed eclipse IDE with PDT plugin to work with php on eclipse. I want the feature like netbeans, i.e. copy files to external folder (For me it is xampp/htdocs) so I can run my php files as I ...
1
vote
0answers
42 views

Eclipse pdt not launching after update

Hi i had check for updates in Eclipse, and after the update i have this message: "An error has occured. See log file". And this is the log file: http://dev.edandweb.co.il/myError.log I did this ...
1
vote
1answer
53 views

Eclipse PDT - find inexistent classes?

I have to remove a large functionality off our framework, and therefore remove all classes and functions based on it. As I've done this now, I want to check if I missed some code spots where the ...
0
votes
1answer
791 views

“Comparison method violates its general contract!” when trying to install Eclipse plugin

I have following system: $ cat /etc/redhat-release Scientific Linux release 6.1 (Carbon) $ uname -a Linux wcmisdlin02.uftmasterad.org 2.6.32-279.9.1.el6.x86_64 #1 SMP Tue Sep 25 14:55:44 CDT 2012 ...
0
votes
0answers
113 views

Eclipse PDT code assist for included css styles in head section

I am using Eclipse with PDT and have tried Eclipse Juno, Helios and Eclipse for PHP from Zend. My problem is that when I start writing a div for example and I use the class="" attribute I get no ...
0
votes
0answers
116 views

eclipse pdt — run shell script before debug

I do not have that much experience with eclipse but I use for developing some php-code. Is it possible to run a shell script before the debug sessions starts? In other words, I want to develop some ...
0
votes
1answer
167 views

PayPal: IPN and PDT working together - Single Item Payment System - NO SHOPPING CART

I use a custom online booking system I made in PHP with a MySQL database. Currently, payments are taken when the client attends their booking face to face in cash and I am now implementing Paypal's ...
0
votes
1answer
454 views

How to remote save in Eclipse PDT like Netbeans?

I have a problem with Eclipse remote save. I have been using Netbeans for 2 years, my projects are stored in local and also in remote test servers. When I opened, change and saved files in Netbeans, ...

1 2 3 4 5