[Follow-Up from http://www.webmaster-talk.com/php-fo...evelopers.html ]
So, I decided to jump in head first, downloaded from the link above, copied the folder into C:\program files\eclipse over the previous eclipse install, opened the program, and it immediately started giving me errors saying "org.eclipse.ui.ide.FileStoreEditorInput cannot be cast to org.eclipse.ui.part.FileEditorInput".
I tried to close the program, but had to force shut it down. There are files in the Errors area which haven't existed in quite some time that are currently showing errors (like a historical log) and I'm getting caught with some kind of looping error that I can't get out of (related to the error above). I finally got every file closed and opened a file with just these contents:
PHP Code:
<?php file_get_contents('http://www.REMOVEDURL.com/index.php?current_page=email-cron'); ?>
And the errors started all over.
I found a clean option in the Project menu which lists 5 projects and chose to clean all, but they're still listed and I got the same error.
Am I an idiot? Maybe I should have started another thread, but in a way this is a slight review.
I'm happy to start another thread to resolve the issue, but it was stuff like this that ran me off in the first place as Java is something I only touched on for a few months and have no idea what an error message like the above is supposed to mean for resolving an issue in a compiled program (obviously I know what type casting is).
[Actually, I'll post this as a new thread and link to it from the original thread.]
Last edited by JeremyMiller; 07-06-2009 at 08:50 PM..
|