Page 1 of 1

weird problem

Posted: Tue Oct 17, 2006 2:45 am
by itsmani1
Please see http://dev.ticketchest.com/test.php it says:

Not Found
The requested URL /loader.php was not found on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
--------------------------------------------------------------------------------
Apache/2.0.52 (CentOS) Server at dev.ticketchest.com Port 80

file is there on server and has the following code:

Code: Select all

Hello 

<?PHP
	echo "Hello its tesing....";
?>
Before this i have deleted whole code form http://dev.ticketchest.com/test.php except stats folder.
When i checked loader.php I was an encrypted file may be using zend or someting else.

Can anyone tell me wots the problem with it?
When i Uplaod the loader.php file it don't gives me error but also don't show me the result
Remember before me someone else was working on this server.
Has he done something?

Re: weird problem

Posted: Tue Oct 17, 2006 3:25 am
by volka
itsmani1 wrote:file is there on server and has the following code
Then why does http://dev.ticketchest.com/loader.php give a 404, too?
loader.php is in the directory pointed to by DocumentRoot in httpd.conf?

Posted: Tue Oct 17, 2006 3:33 am
by itsmani1
Please see again
http://dev.ticketchest.com/loader.php
and
http://dev.ticketchest.com/test.php

there is no error wot so ever.
when I remove this file then i get error, few minutes ago i removed this file for tesing now it there.

Posted: Tue Oct 17, 2006 3:37 am
by volka
Now I get a blank page for http://dev.ticketchest.com/loader.php
and also a blank page for (probably) non-existing documents like, e.g. for http://dev.ticketchest.com/nosuchfile.iugedfighsgf
Seems to me it's working. Could be helpful if loader.php actually outputs something.

Posted: Tue Oct 17, 2006 3:40 am
by itsmani1

Code: Select all

Hello 

<?PHP
	echo "Hello its tesing....";
?>
this is the code is http://dev.ticketchest.com/test.php and i can't see any result this is the problem same is the case of loader.php I can't see any result. seems if its not rendering it.

don't know wots the exect problem

Posted: Tue Oct 17, 2006 3:42 am
by volka
and what's the contents of loader.php?
What about static html files?

Posted: Tue Oct 17, 2006 3:46 am
by itsmani1
If i remove this files then it gives me error, wot ever file i access it will give me error.
Here is loader.php

Code: Select all

<?php //00396
           // Encrypted Code
?>
NiqtARD2L0RQ6P2uClR5i+J+3R1Kyui6UpkLebW1Y0lbQQ6oy6x3xvlQSeRfNV9gIHo
vxJyYWDRDr6DuT9x2UMrnRmPN9IHl503ibu0b+ghvG/iHt7xr9L/iHPemLC=
feyd | we don't need code snippets breaking the page layout. Snippet retooled a bit.

Posted: Tue Oct 17, 2006 3:50 am
by volka
If possible I would trash the whole installation and start again. Slowly, step-by-step, testing each step.

Posted: Tue Oct 17, 2006 3:56 am
by itsmani1
yes this will be the final thing

Posted: Tue Oct 17, 2006 5:10 am
by itsmani1
volka wrote:If possible I would trash the whole installation and start again. Slowly, step-by-step, testing each step.
don't you think is there any other solution