Dear SER experts,
I've downloaded and configured SER v0.9.3, as well as serweb, the head CVS version. I succeeds by serweb with subscribtion, logging on, and changing my own details. But the red message appears on my user page:
"DB Error: no such table".
However, again, there is now problem with actions mentioned just above.
I'm not familiar with PHP, but I found that many php files under "serweb/data_layer/" directory contain the same "if" statement comprising the "DB_ERROR_NOSUCHTABLE" constant:
if (DB::isError($res)) { if ($res->getCode()==DB_ERROR_NOSUCHTABLE) return true; //expected, table mayn't exist in installed version else {log_errors($res, $errors); return false;} }
- it may be useful ...
How should I locate & resolve this problem?
Much thanks.
Hello, there are two ways: - install serweb 0.9.3 (recomended) - change cofiguration of your version of serweb to fit db schema of ser 0.9.3. Change the names of tables in config_data_layer.php
Karel
Timur V. Elzhov napsal(a):
Dear SER experts,
I've downloaded and configured SER v0.9.3, as well as serweb, the head CVS version. I succeeds by serweb with subscribtion, logging on, and changing my own details. But the red message appears on my user page:
"DB Error: no such table".
However, again, there is now problem with actions mentioned just above.
I'm not familiar with PHP, but I found that many php files under "serweb/data_layer/" directory contain the same "if" statement comprising the "DB_ERROR_NOSUCHTABLE" constant:
if (DB::isError($res)) { if ($res->getCode()==DB_ERROR_NOSUCHTABLE) return true; //expected, table mayn't exist in installed version else {log_errors($res, $errors); return false;} }
- it may be useful ...
How should I locate & resolve this problem?
Much thanks.
Dear Carel,
-- On Fri, Jul 08, 2005 at 05:37:12PM +0200, Karel Kozlik wrote:
Hello, there are two ways:
- install serweb 0.9.3 (recomended)
?? I've pointed, that I use just that version:
I've downloaded and configured SER v0.9.3, as well as serweb, the
^^^^^^^^^^^^^
head CVS version. I succeeds by serweb with subscribtion, logging
- change cofiguration of your version of serweb to fit db schema of ser 0.9.3. Change the names of tables in config_data_layer.php
So, the head CVS version of serweb doesn't match SER 0.9.3? So, what SER version does serweb match?
Sorry if I misunderstand something.
- install serweb 0.9.3 (recomended)
?? I've pointed, that I use just that version:
sorry, may be I wrong understand but you wrote: - SER v0.9.3 - serweb, the head CVS version
don't mix stable version of ser with unstable serweb. Use both either v0.9.3 or cvs version
Karel
I've downloaded and configured SER v0.9.3, as well as serweb, the
^^^^^^^^^^^^^
head CVS version. I succeeds by serweb with subscribtion, logging
- change cofiguration of your version of serweb to fit db schema of
ser 0.9.3. Change the names of tables in config_data_layer.php
So, the head CVS version of serweb doesn't match SER 0.9.3? So, what SER version does serweb match?
Sorry if I misunderstand something.