Opened 8 years ago

Closed 8 years ago

Last modified 43 years ago

#375 closed Bugs (Fixed)

New - PHP File does not work

Reported by: nobody Owned by: nobody
Priority: 5 Milestone:
Component: None Version: None
Keywords: Cc:

Description

-
bugs in version phpeclipse-1.1.8-cvs-20051108


1. In "Navigator", "New - PHP File" shows container 
"project name" as path or whatever. With or without 
container/path, there is no way to add a php file. 
Error Popups do not have any text.

(It's possible to add a file (not php-file) and name it
 .php.)


djot (djot@hotmail.com)
-







Change History (2)

comment:1 Changed 8 years ago by lalaman

Logged In: YES 
user_id=1407921

This problem occurs only if your code template for new PHP 
files is blank. Go to Window -> Preferences -> PHPEclispse 
Web Development -> PHP -> Code Templates. Select 'New PHP 
files', click 'Edit', and enter at least:
<?php
?>

After this is done, everything will be fine. (But it IS 
still a bug.)

comment:2 Changed 8 years ago by bananeweizen

  • Status changed from assigned to closed
Logged In: YES 
user_id=440739

fixed in CVS-2005-12-19
Note: See TracTickets for help on using tickets.