Community « Discussion forum « Installation support «
Error on install
Hi, I'm trying to install yacs and getting the error message below when yacs attempts to populate tables.
configuration script runs and gives the following so I know things are configured correctly:
The above is correct. I double checked everything. My database is named riclanders, so why am I getting the following error message when YAcs tries to populate tables:
// This file has been created by the configuration script control/configure.php
// on May 1, 2004, 10:22 pm GMT, for admin. Please do not modify it manually.
global $context;
$context['database_server']='...';
$context['database_user']='...';
$context['database_password']='...';
$context['database']='riclanders'; ...
The above is correct. I double checked everything. My database is named riclanders, so why am I getting the following error message when YAcs tries to populate tables:
Populate the database
Users
Error: 1146: Table 'riclanders.yacs_users' doesn't exist
Sections
INSERT INTO `riclanders`.`yacs_sections` SET title='My Section'....
| Garee 11 posts | Regarding the problem of my tables not populating the way they should on install, I just downloaded myPhpAmin, can I use it to populate the tables, and if so, how? garee |
| Bernard from nearby-an-airport Associate, 7053 posts | During the installation process the script control/setup.php is launched to create tables before populating them.This script lists tables that are created, for users, etc. Any error reported at this stage of the process? This would explain why control/populate.php complains.
|
| Bernard from nearby-an-airport Associate, 7053 posts | Can you launch the script control/setup.php by hand, and give some feed-back on what is displayed?If you have used the default installation path, trigger the script at http://your.server.com/yacs/control/setup.php |
