On Sunday 21 January 2007 18:32, Reini Urban wrote:
> Peter Chant schrieb:
> > I've selected the wikilens theme and get the following error:
> >
> > Fatal Error:
> >
> > lib/WikiDB/adodb/adodb-errorhandler.inc.php (In template 'navbar' < 'top'
> > < 'body' < 'html'):76: Error: mysql error: [1146: Table 'test.page'
> > doesn't exist] in EXECUTE("SELECT latestversion FROM page, recent WHERE
> > page.id=recent.id AND pagename='UserPreferences'")
> >
> > *
> >
> > Unfortuately this corrupts the preferences screen. Any ideas how to
> > change the theme to another one?
>
> Themes are selected in config.ini
>
> The problem I got with adodb and certain cfg can be fixed with:
>
> lib/WikiDB/backend/ADODB.php:296
> if (0 and $dbh->hasGenID) {
>
Hmm, I've must have different version of that file, using 1.3.12p3. You
modification '0 and' ? did not appear to fit in with the code on that line!
>
> This will not create a temp. sequence table. E.g. if the db user does
> not have the proper permissions.
Hmm, I note the code was a mysql error, but I am not using mysql!
Pete
|