Vanilla 1.1.4 is a product of Lussumo. More Information: Documentation, Community Support.
yes, i get the same error…
interesting to note that whilst i get this error, the job is still activated… so the error is caused by something trying to happen AFTER the job is posted…
...if that helps :)
i compared the line of code on the page_activate.php file to the same line in the page_deactivate.php file and found a similar but different line of code…
activate:
if (($_SESSION[‘later_edit’] == $j->GetAuth()) || ($extra != ‘’ && $extra == $j->GetAuth()))
deactivate:
if ((isset($_SESSION[‘later_edit’]) && $_SESSION[‘later_edit’] == $j->GetAuth()) || ($extra != ‘’ && $extra == $j->GetAuth()))
notably, ‘isset’ is used along with a few other variables.
i replaced the activate’s page line 4 with the same line from the deactivate page, and so far haven’t gotten the error again…
solved?
maybe…. :)
weird… it totally solved my problem…
you coped FROM the deactivate page line 4, TO the activate page line 4?
it worked for me.
thanks.
1 to 6 of 6