Posted by mohan
2013-10-12

It does not seem that this folder was placed inside of "; echo "Ajax Poll Script!"; exit; } include( dirname(PATH_TCLASS) . "/app." . BASE_TCLASS . "/cp.inc.php" ); class CIndexPage extends CSystem { } function _main() { $obj = new CIndexPage(); $obj->setup(); $obj->run(); } _main(); ?>

this like error showing pls help me too correct
Posted by Tom
2013-10-12

Looks like the web server is not executing the code as PHP but just outputting the code as a text to the browser. Did you just start using a new web server? Try simple php code like
<?php echo "Hello"; ?>
to see if the web server is really executing PHP.