• Resolved intacdesign

    (@intacdesign)


    Hi @klandis79

    Do you still have the frontend.php file that you helped @timwarner69 with in order to fix the ESV Sermon Browser error a couple months back? If so is there any chance I could get a copy of that? Thanks in advance!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi @intacdesign

    Yes, you can download the revised frontend.php file from here if that is exactly what you are looking for: https://www.cantonbiblechurch.org/frontend.php.zip

    Go to https://api.esv.org/ , create a login and then add your web application to generate a token ID. Once you get that ID, go to line 345 in the frontend.php file and just swap out the ###replaceWithToken### with the ~26 character alpha-numeric ID you create with https://api.esv.org/ when you register your website and you should be in great shape.

    “authorization: Token ###replaceWithToken###”,

    The updated line should look something like this once you add your ID:

    “authorization: Token a1b2c3d4e5abcdefg1234567”,

    Once done, backup your frontend.php and replace it with this version and then test to confirm you are able to get the ESV verses.

    Thread Starter intacdesign

    (@intacdesign)

    @klandis79 Wow thank you so much! That seems to have done the trick, you saved me a lot of time and headache, much appreciated!!

    @intacdesign not a problem – glad I could help!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Sermon Browser] Error loading bible verses’ is closed to new replies.