i have installed the php_sqlite.dll in PHP, but nothing happening. I get the same error.
Maybe i must create a database? If 'Yes', How?
Best regards,
hermann
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2008-02-04
You don't have to create the database. If you try to connect to a non-existing database-file with SQLite, it will create the file with the database automatically. You could check the file-permissions of the directory to assure that tha apache-user can create the nessesary directories and files. But I'm quit sure, that this would result in a different errormessage.
Have a look in the phpinfo to be sure the sqlite-extension is correctly loaded.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Dear Herman,
Please check if you have installed and configured the sqlite extension (dll) in your php configuration.
Kind regards,
Marijn
Herman Dering wrote:
I have many problems with this tool SVNManager. I have installed Apache 2.2/2.2.8, php/5.2.3, svn/1.4.6, DAV/2, but i cant connect to this manager.
When i have set „sqlite….“(config.php) I get follow error:
InternalError
ADODB_Exception: sqlite error: [0: Missing extension for native] in CONNECT(svnmanager, '', '****', svnmanager.db)
#0 C:\Programme\Apache Software Foundation\Apache2.2\htdocs\prado-2.0.3\framework\Data\adodb\adodb.inc.php(427): adodb_throw('sqlite', 'CONNECT', 0, 'Missing extensi...', 'svnmanager', 'svnmanager.db', Object(ADODB_sqlite))
#1 C:\Programme\Apache Software Foundation\Apache2.2\htdocs\prado-2.0.3\framework\Data\adodb\adodb.inc.php(3713): ADOConnection->Connect('svnmanager', '', '', 'svnmanager.db')
#2 C:\Programme\Apache Software Foundation\Apache2.2\htdocs\prado-2.0.3\framework\Data\TAdodb.php(318): ADONewConnection('sqlite://svnman...')
#3 C:\Programme\Apache Software Foundation\Apache2.2\htdocs\prado-2.0.3\framework\Data\TAdodb.php(113): TAdodb->open()
#4 [internal function]: TAdodb->__call('MetaTables', Array)
#5 C:\Programme\Apache Software Foundation\Apache2.2\htdocs\svnmanager\MainModule\DataModule.php(29): TAdodb->MetaTables()
#6 C:\Programme\Apache Software Foundation\Apache2.2\htdocs\prado-2.0.3\framework\TApplication.php(584): DataModule->onLoad(Object(TEventParameter))
#7 C:\Programme\Apache Software Foundation\Apache2.2\htdocs\prado-2.0.3\framework\TApplication.php(629): TApplication->loadModule('Main')
#8 C:\Programme\Apache Software Foundation\Apache2.2\htdocs\prado-2.0.3\framework\TApplication.php(482): TApplication->loadPage('Main:StartPage')
#9 C:\Programme\Apache Software Foundation\Apache2.2\htdocs\index.php(5): TApplication->run()
#10 {main}
When i have set „mysql…“(config.php) i get nothing back.
I think i have set the settings wrong.
Maybe you can help me? Or you have an tutorial für windows?
Hermann Dering
Hi Marijn,
i have installed the php_sqlite.dll in PHP, but nothing happening. I get the same error.
Maybe i must create a database? If 'Yes', How?
Best regards,
hermann
You don't have to create the database. If you try to connect to a non-existing database-file with SQLite, it will create the file with the database automatically. You could check the file-permissions of the directory to assure that tha apache-user can create the nessesary directories and files. But I'm quit sure, that this would result in a different errormessage.
Have a look in the phpinfo to be sure the sqlite-extension is correctly loaded.