Oh no! Where's the JavaScript?
Your Web browser does not have JavaScript enabled or does not support JavaScript. Please enable JavaScript on your Web browser to properly view this Web site, or upgrade to a Web browser that does support JavaScript.
Not a member yet? Click here to register.
Forgot Password?

Issue after installation and using Dutch locale

Asked Modified Viewed 4,970 times
J
Jachra
J
Jachra 10
  • Junior Member, joined since
  • Contributed 11 posts on the community forums.
  • Started 2 threads in the forums
  • Started this discussions
asked
Junior Member

Hi,

I have installed the latest version of PHPFusion and I have also installed the Dutch local.
The installation went perfect, but after setting up I have this weird "error" on some pages.

For instance, when I click in the forum on Edit Profile, I get on the Edit Profile page this text below the Avatar selection:

Setup is afgerond, PHPFusion 7 is klaar voor gebruik.
Klik Afronden om naar uw PHPFusion site te gaan.
Opmerking: Indien uw site goed blijkt te werken dient u uit veilig

In English that is:

Setup is complete, PHPFusion 7 is now ready for use.
Click Finish to go to your PHPFusion powered site.
Note: After you enter your site you should delete se...

It is the text from $locale['240'].
How can I remove this?
0 replies

9 posts

W
WEC
W
WEC 10
  • Veteran Member, joined since
  • Contributed 946 posts on the community forums.
  • Started 5 threads in the forums
answered
Veteran Member

Are you serious?

Do as the readme and note tells you:

5. Complete the setup process by following all on-screen prompts.

Note: After you enter your site you should delete setup.php
0 replies
J
Jachra
J
Jachra 10
  • Junior Member, joined since
  • Contributed 11 posts on the community forums.
  • Started 2 threads in the forums
  • Started this discussions
answered
Junior Member

I am serious about this, otherwise I wouldn't make a thread about it.
I have deleted all the setup.php's that I could find, but it still shows that message. Even after several forced reload of the webpage.
0 replies
W
WEC
W
WEC 10
  • Veteran Member, joined since
  • Contributed 946 posts on the community forums.
  • Started 5 threads in the forums
answered
Veteran Member

Best guess is that you have a mismatch between the core English and the core Dutch locales.


\locale\English\edit_profile.php:
$locale['440'] = "Invalid admin password, use alpha numeric characters only.<br />Admin password must be a minimum of 6 characters long.";


\locale\English\setup.php:
$locale['240'] = "Setup is complete, PHPFusion 7 is now ready for use.<br />
Click Finish to go to your PHPFusion powered site.<br />
<strong>Note:</strong> After you enter your site you should delete setup.php from
your server and chmod your config.php back to 644 for security purposes.<br /><br />
Thank you for choosing PHPFusion.";


Check your \locale\Dutch\edit_profile.php locale file for correct translation.
0 replies
J
Jachra
J
Jachra 10
  • Junior Member, joined since
  • Contributed 11 posts on the community forums.
  • Started 2 threads in the forums
  • Started this discussions
answered
Junior Member

<?php
$locale['400'] = "Profiel wijzigen";
// Edit Profile Messages
$locale['410'] = "Om uw wachtwoord of e-mailadres te wijzigen<br />dient u uw huidige wachtwoord op te geven.";
$locale['411'] = "Profiel met succes gewijzigd";
$locale['412'] = "Niet in staat profiel te wijzigen:";
// Edit Profile Form
$locale['420'] = "Huidig wachtwoord";
$locale['421'] = "Huidig beheerderwachtwoord";
$locale['422'] = "Nieuw beheerderwachtwoord";
$locale['423'] = "Beheerderwachtwoord wijzigen";
$locale['424'] = "Profiel wijzigen";
// Update Profile Errors
$locale['430'] = "U dient een gebruikersnaam en e-mailadres op te geven.";
$locale['431'] = "Gebruikersnaam bevat ongeldige tekens.";
$locale['432'] = "De gebruikersnaam ".(isset($_POST['user_name']) ? $_POST['user_name'] : "")." is reeds in gebruik.";
$locale['433'] = "Ongeldig e-mailadres.";
$locale['434'] = "Het e-mailadres ".(isset($_POST['user_email']) ? $_POST['user_email'] : "")." is reeds in gebruik.";
$locale['435'] = "De nieuwe wachtwoorden komen niet overeen.";
$locale['436'] = "Ongeldig wachtwoord, gebruik alleen alfanumerieke tekens.<br />Een wachtwoord dient tenminste zes tekens lang te zijn.";
$locale['437'] = "U dient uw huidige wachtwoord op te geven om uw wachtwoord of e-mailadres te kunnen veranderen.";
$locale['438'] = "De nieuwe beheerderwachtwoorden komen niet overeen.";
$locale['439'] = "Uw gebruikerswachtwoord en beheerderswachtwoord dienen verschillend te zijn..";
$locale['440'] = "Ongeldig beheerderswachtwoord, gebruik alleen alfanumerieke tekens.<br />Een beheerderswachtwoord dient tenminste zes tekens lang te zijn.";
$locale['441'] = "U dient uw huidige beheerderswachtwoord op tegevn om uw beheerderswachtwoord te kunnen veranderen.";
?>


The translation is correct as you can see. There is a small typo in the translation, but nothing that serious that could cause this.
0 replies
W
WEC
W
WEC 10
  • Veteran Member, joined since
  • Contributed 946 posts on the community forums.
  • Started 5 threads in the forums
answered
Veteran Member

Check the user field that is supposed to be below the avatar selection for locale error.

\includes\user_fields

\locale\Dutch\user_fields


You may also try to disable the user fields below avatar selection until you spot the one that is generating the error message.
0 replies
J
Jachra
J
Jachra 10
  • Junior Member, joined since
  • Contributed 11 posts on the community forums.
  • Started 2 threads in the forums
  • Started this discussions
answered
Junior Member

I have solved after many hours of searching. Somehow the setup entered the wrong information in table fQueens_user_field_cats. I changed that table and it is gone. Thanks for your help.

Off topic:
The Dutch locale version is missing a lot of text. So when people will be using it, the must manually updated the localized php-files.
0 replies
M
maud138
M
  • Member, joined since
  • Contributed 64 posts on the community forums.
  • Started 23 threads in the forums
answered
Member

Thanks for this, Jachra
I had exactly the same problem. And I didn't use the dutch locale.
0 replies
J
Jachra
J
Jachra 10
  • Junior Member, joined since
  • Contributed 11 posts on the community forums.
  • Started 2 threads in the forums
  • Started this discussions
answered
Junior Member

After some more searching I found the exact problem on how this happened. It seems that in the localized language (in this case Dutch) the setup.php language file was incomplete. The install should always be done in English is my opinion at this moment. In English you will have the complete language file.

\locale\Dutch\setup.php:

<?php
$locale['title'] = "PHPFusion Core 7 Edition setup";
$locale['sub-title'] = "PHPFusion Core 7 Edition setup";
$locale['000'] = "BETA VERSIE: ER ZAL GEEN ONDERSTEUNING WORDEN GEGEVEN";

$locale['charset'] = "iso-8859-1";
$locale['001'] = "Stap 1: Taal (locale)";
$locale['002'] = "Stap 2: Testen bestands- en mappermissies";
$locale['003'] = "Stap 3: Database-instellingen";
$locale['004'] = "Stap 4: Config / Database setup";
$locale['005'] = "Stap 5: Gegevens primaire beheerder";
$locale['006'] = "Stap 6: Laatste instellingen";
$locale['007'] = "Volgende";
$locale['008'] = "Terug";
$locale['009'] = "Afronden";
// Step 1
$locale['010'] = "Kies a.u.b. de gewenste taal (locale):";
$locale['011'] = "U kunt meer talen downloaden van <a href='http://www.php-fusion.co.uk'>php-fusion.co.uk</a>";
// Step 2
$locale['020'] = "Om de setup te kunnen vervolgen dienen de volgende bestanden/mappen schrijfbaar te zijn:";
$locale['021'] = "Test voor schrijfpermissies geslaagd, klik op Volgende om verder te gaan.";
$locale['022'] = "Test voor schrijfpermissies niet geslaagd, CHMOD a.u.b. de bestanden/folders met een Niet geslaagd markering.";
$locale['023'] = "Geslaagd";
$locale['024'] = "Niet geslaagd";
// Step 3 - Access criteria
$locale['030'] = "Geef a.u.b. de gegevens voor toegang tot uw MySQL database.";
$locale['031'] = "Database hostnaam:";
$locale['032'] = "Naam van databasegebruiker:";
$locale['033'] = "Database wachtwoord:";
$locale['034'] = "Database naam:";
$locale['035'] = "Tabelvoorvoegsel:";
// Step 4 - Database Setup
$locale['040'] = "Verbinding met database gemaakt.";
$locale['041'] = "Config bestand met succes geschreven.";
$locale['042'] = "Databasetabellen aangemaakt.";
$locale['043'] = "Fout:";
$locale['044'] = "Niet in staat verbinding met de database te maken.";
$locale['045'] = "Controleer a.u.b. uw MySQL instellingen.";
$locale['046'] = "Niet in staat config file te schrijven.";
$locale['047'] = "Verzeker u ervan dat config.php schrijfbaar is.";
$locale['048'] = "Niet in staat databasetabellen aan te maken.";
$locale['049'] = "Geef a.u.b. uw database naam op.";
// Step 5 - Super Admin login
$locale['060'] = "Inloggegevens primaire superbeheerder";
$locale['061'] = "Gebruikersnaam:";
$locale['062'] = "Inlogwachtwoord:";
$locale['063'] = "Inlogwachtwoord herhalen:";
$locale['064'] = "Beheerderwachtwoord:";
$locale['065'] = "Beheerderwachtwoord herhalen:";
$locale['066'] = "E-mailadres:";
// Step 6 - User details validation
$locale['070'] = "De gebruikersnaam bevat ongeldige tekens.";
$locale['071'] = "Uw twee inlogwachtwoorden komen niet overeen.";
$locale['072'] = "Ongeldig inlogwachtwoord. Gebruik a.u.b. alleen alfanumerieke tekens.<br />Het wachtwoord dient minimaal zes tekens lang te zijn.";
$locale['073'] = "Uw twee beheerderwachtwoorden komen niet overeen.";
$locale['074'] = "In inlogwachtwoord en beheerderwachtwoord dienen verschillend te zijn.";
$locale['075'] = "Ongeldig beheerderwachtwoord. Gebruik a.u.b. alleen alfanumerieke tekens.<br />Het wachtwoord dient minimaal zes tekens lang te zijn.";
$locale['076'] = "Uw e-mailadres lijkt ongeldig te zijn.";
$locale['077'] = "Er is een fout in uw gebruikersinstellingen:";
// Step 6 - Admin Panels
$locale['080'] = "Beheerders";
$locale['081'] = "Artikel Categorieën";
$locale['082'] = "Artikelen";
$locale['083'] = "Banners";
$locale['084'] = "BB-codes";
$locale['085'] = "Zwarte Lijst";
$locale['086'] = "Reacties";
$locale['087'] = "Eigen Pagina\'s";
$locale['088'] = "Database Back-up";
$locale['089'] = "Download Categorieën";
$locale['090'] = "Downloads";
$locale['091'] = "FAQ\'s";
$locale['092'] = "Forums";
$locale['093'] = "Afbeeldingen";
$locale['094'] = "Infusions";
$locale['095'] = "Infusion Panelen";
$locale['096'] = "Leden";
$locale['097'] = "Nieuws Categorieën";
$locale['098'] = "Nieuws";
$locale['099'] = "Panelen";
$locale['100'] = "Fotoalbums";
$locale['101'] = "PHP Info";
$locale['102'] = "Enquêtes";
$locale['103'] = "Shoutbox";
$locale['104'] = "Site Links";
$locale['105'] = "Smileys";
$locale['106'] = "Inzendingen";
$locale['107'] = "Upgrade";
$locale['108'] = "Gebruikersgroepen";
$locale['109'] = "Weblink Categorieën";
$locale['110'] = "Weblinks";
$locale['111'] = "Algemene Instellingen";
$locale['112'] = "Instellingen Tijd en Datum";
$locale['113'] = "Instellingen Forum";
$locale['114'] = "Instellingen Aanmelding";
$locale['115'] = "Instellingen Fotogalerij";
$locale['116'] = "Diverse Instellingen";
$locale['117'] = "Instellingen Privé Berichten";
$locale['118'] = "Gebruiker Velden";
$locale['119'] = "Forum Rangen";
// Step 6 - Navigation Links
$locale['130'] = "Startpagina";
$locale['131'] = "Artikelen";
$locale['132'] = "Downloads";
$locale['133'] = "FAQ";
$locale['134'] = "Discussieforum";
$locale['135'] = "Contact";
$locale['136'] = "Nieuws Categorieën";
$locale['137'] = "Weblinks";
$locale['138'] = "Fotogalerij";
$locale['139'] = "Zoeken";
$locale['140'] = "Link inzenden";
$locale['141'] = "Nieuws inzenden";
$locale['142'] = "Artikel inzenden";
$locale['143'] = "Foto inzenden";
// Stage 6 - Panels
$locale['160'] = "Navigatie";
$locale['161'] = "Online gebruikers";
$locale['162'] = "Forumonderwerpen";
$locale['163'] = "Laatste artikelen";
$locale['164'] = "Welkomstbericht";
$locale['165'] = "Lijst met forumonderwerpen";
$locale['166'] = "Gebruikersinfo";
$locale['167'] = "Ledenenquête";
$locale['168'] = "Shoutbox";
// Stage 6 - News Categories
$locale['180'] = "Bugs";
$locale['181'] = "Downloads";
$locale['182'] = "Games";
$locale['183'] = "Graphics";
$locale['184'] = "Hardware";
$locale['185'] = "Journaal";
$locale['186'] = "Leden";
$locale['187'] = "Mods";
$locale['188'] = "Films";
$locale['189'] = "Netwerk";
$locale['190'] = "Nieuws";
$locale['191'] = "PHPFusion";
$locale['192'] = "Beveiliging";
$locale['193'] = "Software";
$locale['194'] = "Thema\'s";
$locale['195'] = "Windows";
// Stage 6 - Sample Forum Ranks
$locale['200'] = "Superbeheerder";
$locale['201'] = "Beheerder";
$locale['202'] = "Moderator";
$locale['203'] = "Nieuweling";
$locale['204'] = "Junior Lid";
$locale['205'] = "Lid";
$locale['206'] = "Senior Lid";
$locale['207'] = "Veteraan";
$locale['208'] = "Fusioneer";
// Welcome message
$locale['210'] = "Welkom op uw site";
// Final message
$locale['220'] = "Setup is afgerond, PHPFusion 7 is klaar voor gebruik.<br />
Klik Afronden om naar uw PHPFusion site te gaan.<br />
<strong>Opmerking:</strong> Indien uw site goed blijkt te werken dient u uit veiligheidsoverwegingen setup.php van uw server te verwijderen en moet u config.php tegen schrijven beveiligen (CHMOD 644).<br /><br />
Hartelijk dank voor het proberen van PHPFusion.";
?>


\locale\English\setup.php:
<?php
$locale['title'] = "PHPFusion Core 7 Edition Setup";
$locale['sub-title'] = "PHPFusion Core 7 Edition Setup";

$locale['charset'] = "iso-8859-1";
$locale['001'] = "Step 1: Locale";
$locale['002'] = "Step 2: File and Folder Permissions Test";
$locale['003'] = "Step 3: Database Settings";
$locale['004'] = "Step 4: Config / Database Setup";
$locale['005'] = "Step 5: Primary Admin Details";
$locale['006'] = "Step 6: Final Settings";
$locale['007'] = "Next";
$locale['008'] = "Back";
$locale['009'] = "Finish";
// Step 1
$locale['010'] = "Please select the required locale (language):";
$locale['011'] = "Download more locales from <a href='http://www.php-fusion.co.uk'>php-fusion.co.uk</a>";
// Step 2
$locale['020'] = "In order for setup to continue, the following files/folders must be writable:";
$locale['021'] = "Write permissions check passed, click Next to continue.";
$locale['022'] = "Write permissions check failed, please CHMOD files/folders marked Failed.";
$locale['023'] = "Passed";
$locale['024'] = "Failed";
$locale['025'] = "Refresh";
// Step 3 - Access criteria
$locale['030'] = "Please enter your MySQL database access settings.";
$locale['031'] = "Database Hostname:";
$locale['032'] = "Database Username:";
$locale['033'] = "Database Password:";
$locale['034'] = "Database Name:";
$locale['035'] = "Table Prefix:";
// Step 4 - Database Setup
$locale['040'] = "Database connection established.";
$locale['041'] = "Config file successfully written.";
$locale['042'] = "Database tables created.";
$locale['043'] = "Error:";
$locale['044'] = "Unable to connect with MySQL.";
$locale['045'] = "Please ensure your MySQL username and password are correct.";
$locale['046'] = "Unable to write config file.";
$locale['047'] = "Please ensure config.php is writable.";
$locale['048'] = "Unable to create database tables.";
$locale['049'] = "Please specify your database name.";
$locale['050'] = "Unable to connect with MySQL database.";
$locale['051'] = "The spesified MySQL database does not exist.";
$locale['052'] = "Table prefix error.";
$locale['053'] = "The specified table prefix is already in use.";
$locale['054'] = "Could not write or delete MySQL tables.";
$locale['055'] = "Please make sure your MySQL user has read, write and delete permission for the selected database.";
$locale['056'] = "Empty fields.";
$locale['057'] = "Please make sure you have filled out all the MySQL connection fields.";
// Step 5 - Super Admin login
$locale['060'] = "Primary Super Admin login details";
$locale['061'] = "Username:";
$locale['062'] = "Login Password:";
$locale['063'] = "Repeat Login password:";
$locale['064'] = "Admin Password:";
$locale['065'] = "Repeat Admin password:";
$locale['066'] = "Email address:";
// Step 6 - User details validation
$locale['070'] = "User name contains invalid characters.";
$locale['070b'] = "User name field can not be left empty.";
$locale['071'] = "Your two login passwords do not match.";
$locale['072'] = "Invalid login password, please use alpha numeric characters only.<br />Password must be a minimum of 6 characters long.";
$locale['072b'] = "Login password fields can not be left empty";
$locale['073'] = "Your two admin passwords do not match.";
$locale['074'] = "Your user password and admin password must be different.";
$locale['075'] = "Invalid admin password, please use alpha numeric characters only.<br />Password must be a minimum of 6 characters long.";
$locale['075b'] = "Admin password fields can not be left empty.";
$locale['076'] = "Your email address does not appear to be valid.";
$locale['076b'] = "Email field can not be left empty.";
$locale['077'] = "Your user settings are not correct:";
// Step 6 - Admin Panels
$locale['080'] = "Administrators";
$locale['081'] = "Article Categories";
$locale['082'] = "Articles";
$locale['083'] = "Banners";
$locale['084'] = "BB Codes";
$locale['085'] = "Blacklist";
$locale['086'] = "Comments";
$locale['087'] = "Custom Pages";
$locale['088'] = "Database Backup";
$locale['089'] = "Download Categories";
$locale['090'] = "Downloads";
$locale['091'] = "FAQs";
$locale['092'] = "Forums";
$locale['093'] = "Images";
$locale['094'] = "Infusions";
$locale['095'] = "Infusion Panels";
$locale['096'] = "Members";
$locale['097'] = "News Categories";
$locale['098'] = "News";
$locale['099'] = "Panels";
$locale['100'] = "Photo Albums";
$locale['101'] = "PHP Info";
$locale['102'] = "Polls";
$locale['103'] = "Shoutbox";
$locale['104'] = "Site Links";
$locale['105'] = "Smileys";
$locale['106'] = "Submissions";
$locale['107'] = "Upgrade";
$locale['108'] = "User Groups";
$locale['109'] = "Web Link Categories";
$locale['110'] = "Web Links";
$locale['111'] = "Main";
$locale['112'] = "Time and Date";
$locale['113'] = "Forum";
$locale['114'] = "Registration";
$locale['115'] = "Photo Gallery";
$locale['116'] = "Miscellaneous";
$locale['117'] = "Private Message";
$locale['118'] = "User Fields";
$locale['119'] = "Forum Ranks";
$locale['120'] = "User Field Categories";
$locale['121'] = "News";
$locale['122'] = "User Management";
$locale['123'] = "Downloads";
$locale['124'] = "Items per Page";
$locale['125'] = "Security";
$locale['126'] = "News Settings";
$locale['127'] = "Downloads Settings";
// Step 6 - Navigation Links
$locale['130'] = "Home";
$locale['131'] = "Articles";
$locale['132'] = "Downloads";
$locale['133'] = "FAQ";
$locale['134'] = "Discussion Forum";
$locale['135'] = "Contact Me";
$locale['136'] = "News Categories";
$locale['137'] = "Web Links";
$locale['138'] = "Photo Gallery";
$locale['139'] = "Search";
$locale['140'] = "Submit Link";
$locale['141'] = "Submit News";
$locale['142'] = "Submit Article";
$locale['143'] = "Submit Photo";
// Stage 6 - Panels
$locale['160'] = "Navigation";
$locale['161'] = "Online Users";
$locale['162'] = "Forum Threads";
$locale['163'] = "Latest Articles";
$locale['164'] = "Welcome Message";
$locale['165'] = "Forum Threads List";
$locale['166'] = "User Info";
$locale['167'] = "Members Poll";
$locale['168'] = "Shoutbox";
// Stage 6 - News Categories
$locale['180'] = "Bugs";
$locale['181'] = "Downloads";
$locale['182'] = "Games";
$locale['183'] = "Graphics";
$locale['184'] = "Hardware";
$locale['185'] = "Journal";
$locale['186'] = "Members";
$locale['187'] = "Mods";
$locale['188'] = "Movies";
$locale['189'] = "Network";
$locale['190'] = "News";
$locale['191'] = "PHPFusion";
$locale['192'] = "Security";
$locale['193'] = "Software";
$locale['194'] = "Themes";
$locale['195'] = "Windows";
// Stage 6 - Sample Forum Ranks
$locale['200'] = "Super Admin";
$locale['201'] = "Admin";
$locale['202'] = "Moderator";
$locale['203'] = "Newbie";
$locale['204'] = "Junior Member";
$locale['205'] = "Member";
$locale['206'] = "Senior Member";
$locale['207'] = "Veteran Member";
$locale['208'] = "Fusioneer";
// Stage 6 - User Field Categories
$locale['220'] = "Contact Information";
$locale['221'] = "Miscellaneous Information";
$locale['222'] = "Options";
$locale['223'] = "Statistics";
// Welcome message
$locale['230'] = "Welcome to your site";
// Final message
$locale['240'] = "Setup is complete, PHPFusion 7 is now ready for use.<br />
Click Finish to go to your PHPFusion powered site.<br />
<strong>Note:</strong> After you enter your site you should delete setup.php from
your server and chmod your config.php back to 644 for security purposes.<br /><br />
Thank you for choosing PHPFusion.";
?>


The following locals were missing:
locale['025']
locale['050']
locale['051']
locale['052']
locale['053']
locale['054']
locale['055']
locale['056']
locale['057']
locale['070b']
locale['072b']
locale['075b']
locale['076b']
locale['120']
locale['121']
locale['122']
locale['123']
locale['124']
locale['125']
locale['126']
locale['127']
locale['221']
locale['222']
locale['223']
locale['230']
locale['240']


An very important, locale['220'] had the wrong text.
0 replies
J
Jachra
J
Jachra 10
  • Junior Member, joined since
  • Contributed 11 posts on the community forums.
  • Started 2 threads in the forums
  • Started this discussions
answered
Junior Member

Quote

maud138 wrote:
Thanks for this, Jachra
I had exactly the same problem. And I didn't use the dutch locale.


Maybe my script can help you find out if your localized language has any omissions. The dutch localized language was missing a lot of text. Also I installed the full download package.

My script can be found at: http://www.php-fusion.co.uk/forum/vie...ost_145246
0 replies

Category Forum

Installation Issues - 8

Labels

None yet

Statistics

  • Views 0 views
  • Posts 9 posts
  • Votes 0 votes
  • Topic users 3 members

3 participants

W
W
WEC 10
  • Veteran Member, joined since
  • Contributed 946 posts on the community forums.
  • Started 5 threads in the forums
M
M
  • Member, joined since
  • Contributed 64 posts on the community forums.
  • Started 23 threads in the forums
J
J
Jachra 10
  • Junior Member, joined since
  • Contributed 11 posts on the community forums.
  • Started 2 threads in the forums
  • Started this discussions

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet