I developed an webapplication in Kohana 3.3 platform all was well till i ran application on my xampp server
where my base url was
'base_url' => '/rkstar/'
because it resided in rkstar directory which directly in htdocs folder
problem arose when i moved to my hosting server... it is sort of beacause of confusion and my half baked knowledge...
On server the structure is like / -/domains --/mydomain ---/public_html
so when i upload code directly to my public_html directory instead of another layer higher like in xampp that was rkstar directory
i tried setting base url as
'base_url' => '/',
ErrorException [ 2 ]: mkdir(): Permission denied ~ SYSPATH/classes/Kohana/Log/File.php [ 69 ]
which i feel turns up becoz of path set
what should my base url should be...if you are not aware in kohana base url is the url Relative url of application.