File is already encoded |
Site Admin
|
You can't encode a file that is already encoded. It will not work on the server, so nucoder returns the error to avoid the problems.
I'd recommend you to encode on-the-fly while uploading the files to the server, or encode them into a separated directory, out of the project tree. |
||||||||||||
_________________ The PHP IDE team |
|
i'm doing all this on localhost for now.
how do i use seperate directories? thanks for your help!! |
||||||||||||
|
Site Admin
|
for example with command below
nucoder.exe -r --copyall --ext php,inc -c 5.0 c:\sourcedir c:\targetdir nucoder will walk through all the files in c:\sourcedir recursively, will encode files with *.php and *.inc mask. Results will be stored in c:\targetdir. All non-php files will be copied as is. Encoded files will be compatible with php5.0 and higher. |
||||||||||||
_________________ The PHP IDE team |
File is already encoded |
|
||
Content © NuSphere Corp., PHP IDE team
Powered by phpBB © phpBB Group, Design by phpBBStyles.com | Styles Database.
Powered by
Powered by phpBB © phpBB Group, Design by phpBBStyles.com | Styles Database.
Powered by