Blank Page
Posted: Wed Jun 23, 2010 5:07 pm
Hi,
I am seeing a blank page. Even the view source is also blank.
That page uses ioncube. I have uploaded ioncube files in server. The ioncube helper file says it is installed successfully.
In the very first link, i tried this.
But i saw the same blank page.
I removed the ioncube coding from that page. then i saw that execution of echo.
What is wrong with that?
No error log, No error reporting. I dont know what went wrong. I just moved the files to new server.
http://tinyurl.com/245gt7l [helper page]
http://tinyurl.com/2d6qspg [blank page]
I am not sure whether the ioncube is the real problem.
I tried this in a new test.php
I get the Not installed as a out put.
Can you help me on this?
Regards
Mahesh
I am seeing a blank page. Even the view source is also blank.
That page uses ioncube. I have uploaded ioncube files in server. The ioncube helper file says it is installed successfully.
In the very first link, i tried this.
Code: Select all
<?php
echo "Test";exit;
?>I removed the ioncube coding from that page. then i saw that execution of echo.
What is wrong with that?
No error log, No error reporting. I dont know what went wrong. I just moved the files to new server.
http://tinyurl.com/245gt7l [helper page]
http://tinyurl.com/2d6qspg [blank page]
I am not sure whether the ioncube is the real problem.
I tried this in a new test.php
Code: Select all
<?php if(!extension_loaded('ionCube Loader')){ echo "Not Installed";} ?>Can you help me on this?
Regards
Mahesh