Dolphin 7 Change Language Error

Wonder if anybody here can help me: Clicking on the little globe to change between languages (I have two installed, English and Dutch) results in the following error:

==========================================================================

 

Fatal error: Call to undefined function getloggedid() in /home/admin/domains/mokumidate.nl/public_html/inc/languages.inc.php on line 112
==========================================================================

which is weird, because in languages.inc.php a file with that function is included with

"require_once" function.

Anybody with the same problem?

Thanks,

/Hans

Quote · 30 Dec 2009

make sure all lines finish with , you can make a search with dreamweaver. Make sure too that the first lines are similar to:

 

<?php
$aLangInfo=array (
  'Name' => 'es',
  'Flag' => 'es',
  'Title' => 'Español',
);

Quote · 30 Dec 2009

Je moet de koptekst van de Nederlandse vertaling als volgt aanpassen, ander werkt het niet:

<?php
$aLangInfo=array (
'Name' => 'nl',
'Flag' => 'nl',
'Title' => 'Nederlands',
);
$aLangContent=array (

Zo heb ik mijn vertaling ook gemaakt vanuit het Engels.

Quote · 30 Dec 2009

Thanks for the replies, I checked the files and both are exactly like they are supposed to be (just like your proposed examples).

Any more thoughts?

Thanks

Quote · 31 Dec 2009

I had the same problem before.

- I exported my Dutch file to my pc.

- Set the default language to English

- Deleted the Dutch language from admin panel

- Imported the Dutch file again

This worked for me.

I also always keep a copy of my Dutch file on my pc.

Sometimes with updates it don't automatically update the Dutch language files, so you can start all over translating again.

When that happens I just repeat the above steps.

Hope this will work for you

Quote · 1 Jan 2010

Thanks Gaylinq, but unfortunately this doesn't work either for me.

This is what I have done:

 

1. Install the package fresh

2. goto the admin panel

3. select Manage languages

4. create a second language (Name: Nederlands, Code: NL, and copying from the original English file)

(Note 1: in the DB the table sys_localization_strings shows now two consequetive rows of English lines, the first 2501 records with language 1 and the last 2501 records with language 2)

(Note 2: I did not touch the DB with phpadmin, just to prevent any changes causing the error)

5. log off as administrator and you will get the fresh home page of your package

6. try to switch between the 1st and 2nd language, after pressing the little globe on the right in the menu-bar

7. I get the error above

 

Any takers?

Thanks,

/Hans

 

UPDATE: 30-4-2010      SOLVED !!! (BY INSTALLING 7.0.1 THEY SOLVED A LOT OF BUGS)

Quote · 3 Jan 2010
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.