Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #283877

    When adding html link to my service table, the code itself works however when arriving at the intended url and clicking from the intended url to any other page I get an error:
    “Forbidden

    You don’t have permission to access / on this server.

    Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.”

    So when clicking on this link:
    http://www.spokenorigins.com/?page_id=1176
    then scrolling down to the service table and then clicking “Details Here” in the first service option, the link takes you to the correct page. BUT if you click from that page to any other page, you get the above error.

    My goal is to add “Details Here” to the table and when clicking on details here, it takes you to a page with an explanation or containing more details.

    Any help greatly appreciated! :)

    Thanks in advance,
    Lin

    This is the code I added to the table:
    <a href=”
    http://www.spokenorigins.com/?page_id=3644&#8243; style=”color: #000000; font-size: 12px; font-weight:bold; “>Details Here…

    #283926

    Hi OriginsSpeak!

    Thank you for using the theme!

    I checked the link and it does take me to another page without the error but the url is a bit weird.
    http://www.spokenorigins.com/%3Cbr%20/%3Ehttp:/www.spokenorigins.com/?page_id=3644

    A 500 Internal Server Error can be caused by many things including but not limited to invalid permissions, invalid ownership, bad lines in your php.ini or .htaccess file etc. Please ask your host for Error Logs on your server.

    Cheers!
    Ismael

    #284247

    Hi Ismael,

    You can arrive at the intended page successfully although from that page try to navigate to any other page. You get the error. This only happens when the code is inserted, once removed, the template is fine. The url is weird in what way? It doesn’t name the page?

    Anyways to change the table permanently to have the “Details Here” option?
    I’m not a coder/programmer.

    Thank you,
    Lin

    #284338

    When clicking in the above url in firefox, a </br> is added to the url. When clicking on the above url in explorer, it loads correctly. Again, when the code is removed, all is resolved.

    #284372

    Hi!

    Thank you for using the theme.

    Please check the table then remove the link entirely. There’s a br tag. Maybe, there’s a space before the actual url.

    <a href="<br />
    http://www.spokenorigins.com/?page_id=3644" style="color: #000000; font-size: 12px; font-weight:bold; ">Details Here…</a>
    

    Best regards,
    Ismael

    #284703

    The url was changed automatically. I checked the link and no spaces. I did find the solution was to remove the non-relevant parts such as the http://spokenorigins.com/ bit. So typing Details Here….

    #284956

    Hi!

    I’m not sure what you mean but glad you made it work. If you still have questions, let us know.

    Cheers!
    Ismael

    #637146

    You can close this :)

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Possible Bug’ is closed to new replies.