Dear All,
I have just had phpMyFAQ 2.7.0 installed and everything worked like a charm. However, after I changed an interface translation, I cannot open any page of the site now.
The main URL is blank, the admin URL is blank.
I did follow an FAQ from the FAQs and enabled DEBUG mode but nothing more shows up on the page.
Can somebody please direct me how do I get this working again?
Page turn blank after changing a translation 2.7.0
Moderator: Thorsten
Re: Page turn blank after changing a translation 2.7.0
Hi,
which language did you changed?
bye
Thorsten
which language did you changed?
bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
amazon.de Wishlist
Re: Page turn blank after changing a translation 2.7.0
Thanks for the reply.Thorsten wrote:Hi,
which language did you changed?
bye
Thorsten
It's Chinese (Simplified)
and I picked one random entry.
Not 100% sure it's caused by that but it did happen after I clicked the save button.
Re: Page turn blank after changing a translation 2.7.0
oh, it it helps, I had lang auto detection turned off before changing the translation.
But the issue didn't happen right after that.
But the issue didn't happen right after that.
Re: Page turn blank after changing a translation 2.7.0
I can get the English interface to load by inserting a right after the following code from index.php and admin/index.php.
Code: Select all
$LANGCODE = 'en';Code: Select all
$Language = new PMF_Language();
$LANGCODE = $Language->setLanguage($faqconfig->get('main.languageDetection'), $faqconfig->get('main.language'));
// Preload English strings
require_once 'lang/language_en.php';Re: Page turn blank after changing a translation 2.7.0
Hi,
please use the "old" language file from the 2.7 package but please send me your changed file by email to thorsten AT phpmyfaq DOT de and I'll check the file.
bye
Thorsten
please use the "old" language file from the 2.7 package but please send me your changed file by email to thorsten AT phpmyfaq DOT de and I'll check the file.
bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
amazon.de Wishlist