Hello,
i'm have hosting for my site. I wanted to test a script for another site, so i created sub directory in the main directory. The script has install folder and index file in it.
The index file is this
<?phpsession_start();define("INSPATH","./");include(INSPATH."classes/Lib/Core/Assembler.php");new Lib_Core_Assembler();?>
When i try to install it, i get nothing (white screen) or the no such file or directory page from my main site. I looked at the error report and there is this
PHP Fatal error: Call to undefined function phpsession_start() in /home//public_html//install/index.php on line 1
What is the problem?