MLWebTechnologies / PrayerCenter

Online Prayer component
http://mlwebtechnologies.github.io/PrayerCenter/
3 stars 6 forks source link

Redirecting to invalid url after submitting request and also after subscribing #34

Open dalbring opened 4 years ago

dalbring commented 4 years ago

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.

trogladyte commented 4 years ago

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.

Any timeframe on getting this resolved?