|
Okay well the first error I would note your PHP installation has error reporting set to high that your reporting empty php variables. Not really something you want to set. Set the error reporting lower not to show empty variables.
Now what version of Photopost are you running cause my line of 781 in pp-inc.php is this which does not jive with the error so let me know what your line reads.
$thiscat = $features['cat'];
|