Index.php produces this:
Fatal error: Cannot access empty property in /home/xd34df0/public_html/l2s/pgd/index.php on line 93
Version: 0.3.3 with "Important update for PGD" (last libgmailer)
Logged In: YES user_id=81972
Duplicate of ReqID 1498802 - patch is described there. Patched index.php attached.
oups, can't attach anything here. Just go to index.php, line 93 and replace
$this->$ItemCount = 0;
with
$this->ItemCount = 0;
Log in to post a comment.
Logged In: YES
user_id=81972
Duplicate of ReqID 1498802 - patch is described there.
Patched index.php attached.
Logged In: YES
user_id=81972
oups, can't attach anything here. Just go to index.php, line
93 and replace
$this->$ItemCount = 0;
with
$this->ItemCount = 0;