I am new to php and I am getting this error..I have jsut entered the line to next line I started to getting this error then I st those line in p I can do now?
error:: /home/privatea/public_html/index.php is corrupt.
Thanks
Hi I am gettting this err /home/privatea/public_html/index.p
Moderator: General Moderators
Re: Hi I am gettting this err /home/privatea/public_html/index.p
Im no expert but it sounds like your index.php is corrupt.QSoft wrote:I am new to php and I am getting this error..I have jsut entered the line to next line I started to getting this error then I st those line in p I can do now?
error:: /home/privatea/public_html/index.php is corrupt.
Thanks
Have you tryed deleting it and creating a new one?
- Chris Corbyn
- Breakbeat Nuttzer
- Posts: 13098
- Joined: Wed Mar 24, 2004 7:57 am
- Location: Melbourne, Australia
Re: Hi I am gettting this err /home/privatea/public_html/index.p
That sounds like a really weird error. I've never seen that error and I imagine it's not coming from PHP itself. Can you post the code?
Also, did you copy & paste the error or just re-write it roughly here?
Also, did you copy & paste the error or just re-write it roughly here?
- John Cartwright
- Site Admin
- Posts: 11470
- Joined: Tue Dec 23, 2003 2:10 am
- Location: Toronto
- Contact:
Re: Hi I am gettting this err /home/privatea/public_html/index.p
If memory recalls, that error is generated from Ioncube because it cannot read your encoded files. Try re-uploading your files in FTP in ASCII mode.
Re: Hi I am gettting this err /home/privatea/public_html/index.p
Its thats the problem... But I was tring modify an existing file..I didn't write that file ...John Cartwright wrote:If memory recalls, that error is generated from Ioncube because it cannot read your encoded files. Try re-uploading your files in FTP in ASCII mode.
And I am new can u tell me why some file are showing perfect code r some r ended..
1) when and why a file encoded.?? It seems to me garbage value .. i ddin't understand what to do?
2) How can I make it undersatble...
3) finally, what is encoded value? When it goes encoded and what is Ioncube?
I am saying again and again that I am totally new to this .. May be I asked some very stupid questions, but these are important quieston to me..
Thanks
- John Cartwright
- Site Admin
- Posts: 11470
- Joined: Tue Dec 23, 2003 2:10 am
- Location: Toronto
- Contact:
Re: Hi I am gettting this err /home/privatea/public_html/index.p
Ioncode is a software designed to encode php files whereby it is not *easily* possible to modify the source code. This is done when the author wants to hide or protect his source code. Ioncube will then decode the files at runtime into intepretable source code for PHP. Basically, you are not *supposed* to be able to modify encoded files, and in doing so will likely result in the error you have gotten.