Success in 2, not so easy nights - Joomla! Forum - community, help and support
what trial, have perservered. i've been doing manual install, , after night , half, backed ver 1.0.10 , able successful install. had cheat.
my host allows database creation v-deck panel. following lines editied out of install2.php
$sql = "create database `$dbname`";
$database->setquery( $sql );
$database->query();
$test = $database->geterrornum();
if ($test != 0 && $test != 1007) {
db_err( 'stepback', 'a database error occurred: ' . $database->geterrormsg() );
}
at point after that, more editing on install files successful, sort of. first, sorry, don't have notes on remaining edits, there commenting out error messages , allowing page continue. actually, install went far page 2. kept getting permission denied page. set file , directory permissions 777 while. wheeeee. never got past page 2.
after had manually set administrator. easy.. almost. creating users table data easy. exported installation , imported install, changes sql file setup. login, wait, had no power, no control. still not super administrator. more digging around forum produced info needed 3 more tables, core_acl_aro, core_acl_aro_groups, , core_acl_groups_aro_map.
at last! installation complete. i'm upgrading 1.0.11. , restoring sane permissions on files , directories.
i wish easy previous installation. ready quit , continue live crappy looking site. after 2 full nights @ install ready vastly improve site. if you're reading this, , having trouble manual install, let me "keep @ it". know info need here, found it. next best option find host supports automatic installation of product.
my host allows database creation v-deck panel. following lines editied out of install2.php
$sql = "create database `$dbname`";
$database->setquery( $sql );
$database->query();
$test = $database->geterrornum();
if ($test != 0 && $test != 1007) {
db_err( 'stepback', 'a database error occurred: ' . $database->geterrormsg() );
}
at point after that, more editing on install files successful, sort of. first, sorry, don't have notes on remaining edits, there commenting out error messages , allowing page continue. actually, install went far page 2. kept getting permission denied page. set file , directory permissions 777 while. wheeeee. never got past page 2.
after had manually set administrator. easy.. almost. creating users table data easy. exported installation , imported install, changes sql file setup. login, wait, had no power, no control. still not super administrator. more digging around forum produced info needed 3 more tables, core_acl_aro, core_acl_aro_groups, , core_acl_groups_aro_map.
at last! installation complete. i'm upgrading 1.0.11. , restoring sane permissions on files , directories.
i wish easy previous installation. ready quit , continue live crappy looking site. after 2 full nights @ install ready vastly improve site. if you're reading this, , having trouble manual install, let me "keep @ it". know info need here, found it. next best option find host supports automatic installation of product.
Comments
Post a Comment