Bible Pay

Read 4164 times

  • ringa
  • Jr. Member

    • 13


    • 2
    • January 14, 2021, 03:22:44 PM
    more
Leaderboard video links are not working
« on: February 20, 2021, 07:57:15 AM »
I've noticed in the past couple of days, the Video links that occasionally appear at the bottom of the Leaderboard web page no longer work. When you click them, instead of watching a video and earning the reward, there is an error (see below).  Hopefully it's an easy fix! Thanks,

-R

Code: [Select]
Server Error in '/' Application.
Runtime Error
Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine.

Details: To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "Off".


<!-- Web.Config Configuration File -->

<configuration>
    <system.web>
        <customErrors mode="Off"/>
    </system.web>
</configuration>

Notes: The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's <customErrors> configuration tag to point to a custom error page URL.


<!-- Web.Config Configuration File -->

<configuration>
    <system.web>
        <customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/>
    </system.web>
</configuration>


  • earlzmoade
  • Super Developer

    • 311


    • 48
    • August 02, 2018, 03:22:01 AM
    more
Re: Leaderboard video links are not working
« Reply #1 on: February 21, 2021, 12:48:49 PM »
Indeed, now that you mentioned it i logged in and tested it out and it dont work either. Using chrome web browser.
Lets see if we can get Rob to figure this out.
Joshua 1:9
Have i not commanded you?
Be strong and courageous. Do not be afraid;
do not be discouraged, for the Lord your God
will be with you wherever you go.


  • ringa
  • Jr. Member

    • 13


    • 2
    • January 14, 2021, 03:22:44 PM
    more
Re: Leaderboard video links are not working
« Reply #2 on: February 22, 2021, 09:05:12 AM »
Thanks for verifying, and I should have mentioned that I am using Brave web browser and get the error as well.


  • earlzmoade
  • Super Developer

    • 311


    • 48
    • August 02, 2018, 03:22:01 AM
    more
Re: Leaderboard video links are not working
« Reply #3 on: February 23, 2021, 10:07:20 AM »
Thanks for verifying, and I should have mentioned that I am using Brave web browser and get the error as well.

Yeah i tried myself several diffrent browsers and didnt work..
Anyhow Rob has fixed the problem and you should be able to get it playing.
Have a good one.
Joshua 1:9
Have i not commanded you?
Be strong and courageous. Do not be afraid;
do not be discouraged, for the Lord your God
will be with you wherever you go.


  • Rob Andrews
  • Administrator

    • 4097


    • 97
    • June 05, 2017, 08:09:04 PM
    • Patmos, Island Of
    more
Re: Leaderboard video links are not working
« Reply #4 on: June 08, 2021, 12:20:37 PM »
Fixed!