I'm getting the following errors while installing on my localhost (wamp server with its default settings). I however do not get these errors on my test site though (shared server)
Step 4 of installation:
Line 281 of libs\Hotaru.php is:Notice: Undefined variable: lang in C:\wamp\www\libs\Hotaru.php on line 281
When I deliberately move on with the installation and go to the admin page, the following error message is displayed.PHP Code:if ($lang) {
foreach($lang as $l => $text) {
$this->lang[$l] = $text;
}
}
}
Line 56-63 of libs\Admin.php is:Notice: Undefined variable: folder in C:\wamp\www\libs\Admin.php on line 56
Also, here are the database settings for hotaru_settings.php on my local machine.PHP Code:if ($folder) {
$this->folder = $folder;
}
if ($entrance != 'admin') { return false; }
$this->adminInit($entrance);
}
Dumb question, could it because I'm on localhost? :-/




Reply With Quote

. Where's the Thanks button?

Bookmarks