i have a kohana based website, and i moved it to another computer. i have installed xampp and changed the httpd.conf accordingly, to point to my new website location. and it points, cause at first it has given me an error regarding the fact that cache directory must be writable. it points to something /web
i have the path in this named web, with a index.php file that defines me the paths to application, modules,etc. a bunch of the index:
<?php
/**
* The directory in which your application specific resources are located.
* The application directory must contain the bootstrap.php file.
*
* @see http://kohanaframework.org/guide/about.install#application
*/
$application = '../application';
/**
* The directory in which your modules are located.
*
* @see http://kohanaframework.org/guide/about.install#modules
*/
$modules = '../modules';
/**
* The directory in which the Kohana resources are located. The system
* directory must contain the classes/kohana.php file.
*
* @see http://kohanaframework.org/guide/about.install#system
*/
$system = '../system';
my problem is: whenever i access the localhost, i get an absolutely empty page. a blank one.no content. no error. (if i make localhost/phpmyadmin i can get into the phpmyadmin platform and see the database there)
what can be the problem??
thank you
start benchmarking
make a separate file and do any error in it and run and check is it showing any error ?
Because it is must here to get error message if it is not working.
Without that It is hard to resolve it.