Search found 1 match

by Dave
Thu Apr 12, 2007 10:59 pm
Forum: Bug reports
Topic: Notice: Undefined index: charset
Replies: 3
Views: 6838

just add

to index.php before line 210:

if(!isset($PMF_LANG['charset'])){
$PMF_LANG['charset'] = "";
}

and to admin/header.php below line 33:

if(!isset($PMF_LANG['charset'])){
$PMF_LANG['charset'] = "";
}

solved!

good luck.