tekguru, you are my men. Seems to work and I was able to enable donations again
Had do one more thing to be able to edit donatorslist:
Find in template cyb_paypal_list
PHP Code:
form id="cybppmdf" name="cybppmdf" action="misc.php?do=cybpp_multiupdate" method="post" onsubmit="return Cpp_confirmAction();">
and after that add
PHP Code:
<input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" />