I am having some issues. I have the latest version of Joomla and PrayerCenter. I'm using PHP version 7.2. I tried editing the PCCheckEmail funtion, like you said for someone else to do in a previous post from Oct 2018, where you said to swap out
list( $username , $domaintld ) = preg_split( "/\@/" , $email );
with
list( $username , $domaintld ) = explode( "/\@/" , $email );
although the code doesn't look identical to what you said in the post I mentioned. Any rate, it didn't work. I still get this:
Not Found The requested URL /prayercenter/newreq was not found on this server.
I understand this is a free component, and it looks good, but, if you're going to update it, PLEASE fix major bugs - like this one that seems to have been around a while.
I am having some issues. I have the latest version of Joomla and PrayerCenter. I'm using PHP version 7.2. I tried editing the PCCheckEmail funtion, like you said for someone else to do in a previous post from Oct 2018, where you said to swap out list( $username , $domaintld ) = preg_split( "/\@/" , $email ); with list( $username , $domaintld ) = explode( "/\@/" , $email ); although the code doesn't look identical to what you said in the post I mentioned. Any rate, it didn't work. I still get this: Not Found The requested URL /prayercenter/newreq was not found on this server.