4.6beta installation error SQLSTATE[HY000]: General error >> no such table: main.Orders

pillar

New member
Installing then new version 4.6beta i get folowing error:

[08] Error: during query execution. PRAGMA table_info(AssignmentView)
The DBMS server said: SQLSTATE[HY000]: General error: 1 no such table: main.Orders


--general infos

sqlite database with two tables

MySQL

Server: Localhost via UNIX socket
Server Version: 5.1.49
Protokoll-Version: 10
Benutzer: root@localhost
MySQL-Zeichensatz: UTF-8 Unicode (utf8)

Webserver

Apache/2.2.22 (Unix) PHP/5.3.15
MySQL-Client-Version: 5.1.49
PHP Erweiterung: mysql

Any ideas what might be wrong?
 

eugenio

Administrator
Staff member
I guess the error came up with sqlite, not mysql, right?
Which operating systems are you running?

It is very strange because the query is on the table AssignmentView and the error on the table main.Orders; are they both tables which resides in your database?
 

pillar

New member
..looks very strange

both tables were part of an old database sqlite. but i created a new database with two new table with other names.
(checked with sqlite manager)
but somehow they seem to be still present.. in the installation files..?
how can that be?

dadabik runs on a synology web server.
 

eugenio

Administrator
Staff member
The only place from where DaDaBIK takes the name of the DB is config.php so maybe you change the name of the DB without reinstalling dadabik? In that case DaDaBIK still have the name of the old tables stored in its internal dadabik_ tables.
 
Top