[2012-09-26 14:01:59] ERROR in file C:\wamp\www\nautilus\includes\libraries\elxis\database\statement.class.php line 41Uncaught exception 'PDOException' with message 'SQLSTATE[42S02]: Base table or view not found: 1146 Table 'nautilus.elx_components' doesn't exist' in C:\wamp\www\nautilus\includes\libraries\elxis\database\statement.class.php:41Stack trace:#0 C:\wamp\www\nautilus\includes\libraries\elxis\database\statement.class.php(41): PDOStatement->execute(NULL)#1 C:\wamp\www\nautilus\includes\libraries\elxis\uri.class.php(374): elxisPDOStatement->execute()#2 C:\wamp\www\nautilus\includes\libraries\elxis\uri.class.php(71): elxisUri->loadRoutes()#3 C:\wamp\www\nautilus\includes\loader.php(101): elxisUri->__construct()#4 C:\wamp\www\nautilus\includes\loader.php(208): elxisLoader::loadInit('libraries:elxis...', 'eURI', 'elxisUri')#5 C:\wamp\www\nautilus\index.php(18): require('C:\wamp\www\nau...')#6 {main} thrown
extension=php_pdo_firebird.dll;extension=php_pdo_mssql.dllextension=php_pdo_mysql.dll;extension=php_pdo_oci.dll;extension=php_pdo_odbc.dll;extension=php_pdo_pgsql.dllextension=php_pdo_sqlite.dll
When elxis can't connect to db generates a fatal error.Did you tried to install Elxis or you did something weird by yourself?From the error message you posted looks like you try to use Elxis without installing it first...Elxis install procedure1. Download Elxis from elxis.org2. Unzip it in your site (don't touch any file!)3. Create an empty database4. Visit the site with your browser (eg http://localhost )5. The web installer will automatically appear, follow the installer steps to install elxis.Tips1. On database settings page click on "check connection" to make sure your settings are correct.2. Do the same as above for the FTP settings in case you want to enable FTP.3. After install ends if elxis is not able to create the configuration.php file create it manually with the data it provides you with. If there are no data (due to some error) use the sample_configuration.php file and edit it manually.4. Elxis requires PDO. PDO is by default enabled in newer PHP versions. If not, edit your php.ini to enable PDO and restart your web server.
You have to install elxis at the root folder, not subfolder
$this->url = 'http://localhost/elxis4';$reload = false;