Hi JoergZ,
I found out why the software was not working on my 3.0.8 version of VB...
In the 3.0.8 sessions.php file, there are 2 instances in the file with this same code:
Quote:
// get default language
$phraseinfo = $DB_site->query_first("
SELECT languageid" . fetch_language_fields_sql(0) . "
FROM " . TABLE_PREFIX . "language
WHERE languageid = " . intval($vboptions['languageid']) . "
");
|
That code above (which we need to comment out or replace), occurs in the beginning of the 3.0.8 session.php file, as well as in the end.
I replaced that code where it occured in the beginning of the file, rather than at the end of the file, and your hack was not working for me.
However, when I replaced the instance of that code where it occured at the end of the sessions file, and the hack worked for me.
(Perhaps this will help someone else who wants to install the hack in VB 3.0.8).
Your hack is an excellent and useful one, J?rg.
Thanks again for sharing it.
Khashyar