Hi I'm trying to install vs 1.3.0 but am running into problems in step 3. Steps 1 and 2 worked fine, I created the database, modified the appropriate file, but once it goes to step 3 the page is blank. Any ideas what can be wrong?
Here's my hotaru_settings.php file:
<?php
/* Configuration file for Hotaru CMS@*/
// Paths
define('BASEURL', "http://enfluxx.com/"); // e.g. http://example.com/ (needs trailing cache)
// Database details
define("DB_USER", 'samulia_hotaru'); // Add your own database details
define("DB_PASSWORD", 'xxxxxxx');
define("DB_NAME", 'samulia_hotaru');
define("DB_HOST", 'localhost'); // You probably won't need to change this
// You probably don't need to change these
define("DB_PREFIX", 'hotaru_'); // Database prefix, e.g. "hotaru_"
define("DB_LANG", 'en'); // Database language, e.g. "en"
define("DB_ENGINE", 'MyISAM'); // Database Engine, e.g. "MyISAM"
define('DB_CHARSET', 'utf8'); // Database Character Set (UTF8 is Recommended), e.g. "utf8"
define("DB_COLLATE", 'utf8_unicode_ci'); // Database Collation (UTF8 is Recommended), e.g. "utf8_unicode_ci"
?>
Thanks!


Reply With Quote


Bookmarks