In Index.php there is a missing line of code. It should look like this:
/* found a record ID? */
if (isset($_REQUEST["id"]) && checkIntVar($_REQUEST["id"]) == TRUE) {
$id = $_REQUEST["id"];
$lang = $_REQUEST["lang"];
$title = " - ".stripslashes(getThema($id, $lang));
}
[Bug] in Index.php
Moderator: Thorsten
My above post is NOT correct. It needs to use the language of the faq entry - not the language of the language file being used.
so it should be
$lang = $_REQUEST["artlang"];
or maybe
$lang = $_GET["artlang"]
?
not sure of the difference between get and request! I used request and that seems to work for me.
so it should be
$lang = $_REQUEST["artlang"];
or maybe
$lang = $_GET["artlang"]
?
not sure of the difference between get and request! I used request and that seems to work for me.
Hi Andrew,
this is a known bug in 1.4.0 and its fixed in 1.4.1. This version will be released in the next days.
bye
Thorsten
this is a known bug in 1.4.0 and its fixed in 1.4.1. This version will be released in the next days.
bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
amazon.de Wishlist