I hope this goes through. I cannot find any other way to reach you and I am in need of technical support.
I'm sorry about this, we have recently improved our firewall system and it block all uploads of file with php extensions (you have tried to upload a file called "jevrdoglist.php"
. We will investigate about this to add some tip instead a block.
I am getting warnings while using the helper.php file for a custom field in JEventsRSVPPro. This is a new phenomonon since updating the site to Joomla 3.7.3, Easy-Profile 2.4.4 from 1.4.5, and JEvents 3.4.39 & JEventsRSVPPro 3.4.19.
This is a simple warning, php.ini in production site should hide warning. Anyway, we will solve this in next release
For now try to change line 22 in file helpers.php from
if($id>0 && isset($cache_users[$id]))
to
if( isset( $cache_users[$id] ) && $id>0 )