Server Not Found / getURI error??

  • James Riley
  • Topic Author
  • Offline
  • Platinum Member
  • Platinum Member
More
10 years 1 month ago - 10 years 1 month ago #75777 by James Riley
Server Not Found / getURI error?? was created by James Riley
Just discovered that I'm getting a "Server not found" error after successfully inputting a password on a password-protected private event.
What seems to be happening is that, for some reason, the call to JFactory::getURI()->toString(); in the EventBooking code is producing
Code:
https://sttherese.caeventlist/... etc. ^^ missing the '/' between the tld (the .ca) and the path (eventlist)
instead of
Code:
https://sttherese.ca/eventlist/... etc.
.
However, if I look at the values contained within the getURI object, everything looks okay?!?!
Code:
print_r(JFactory::getURI()); // shows the proper uri: JUri Object( [uri:protected] => https://sttherese.ca/eventlist/ etc... ... )

Anyone have any thoughts or suggestions?? Thankfully, this doesn't happen on form submit.

James Riley .: EventBooking user since 2014 ::: JoomDonation user since 2016 :.
.: grfx & web design / IT / AV @ St. Therese Institute of Faith and Mission, Bruno, SK, Canada :.
Last edit: 10 years 1 month ago by James Riley.

Please Log in or Create an account to join the conversation.

More
10 years 1 month ago #75797 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Server Not Found / getURI error??
Hmm

Haven't seen anything like that happens in the past. Not sure what's causing the issue. Maybe you can submit a support ticket sending me super admin and FTP account of your site so that I can check it directly on your site for you

Regards,

Tuan

Please Log in or Create an account to join the conversation.

  • James Riley
  • Topic Author
  • Offline
  • Platinum Member
  • Platinum Member
More
10 years 1 month ago #75836 by James Riley
Replied by James Riley on topic Server Not Found / getURI error??
Thanks Tuan. Will submit a ticket with log-in info.

James Riley .: EventBooking user since 2014 ::: JoomDonation user since 2016 :.
.: grfx & web design / IT / AV @ St. Therese Institute of Faith and Mission, Bruno, SK, Canada :.

Please Log in or Create an account to join the conversation.

More
10 years 1 month ago #75838 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Server Not Found / getURI error??
OK James. Please note that we are having new year holiday here now, so I might be slow than usual. Our new year is coming on Monday next week, and the holiday is started from today until the end of next week

I will still be available for support, just might be slower than usual

Tuan

Please Log in or Create an account to join the conversation.

  • James Riley
  • Topic Author
  • Offline
  • Platinum Member
  • Platinum Member
More
10 years 1 month ago #76135 by James Riley
Replied by James Riley on topic Server Not Found / getURI error??
FOLLOW-UP
Turns out that the issue was being caused by a broken third-party plugin (a version of "MVC Override") that I was running.
Thanks @Tuan for finding the problem -- URIs / URLs are generating properly again!

James Riley .: EventBooking user since 2014 ::: JoomDonation user since 2016 :.
.: grfx & web design / IT / AV @ St. Therese Institute of Faith and Mission, Bruno, SK, Canada :.

Please Log in or Create an account to join the conversation.

Moderators: Tuan Pham Ngoc