Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Forum: Fixing WordPress
    In reply to: HTTP ERROR 500
    Thread Starter jamievdpoel

    (@jamievdpoel)

    Hi,

    Line 705: } elseif ( ! empty( $value ) && is_string( $value ) && (
    Line 706: ( ‘{‘ == $value{0} && ‘}’ == $value{strlen( $value ) – 1} ) ||
    Line 707: ( ‘[‘ == $value{0} && ‘]’ == $value{strlen( $value ) – 1} ) ||

    I tried to change the ( ‘{‘ == $value{0} && ‘}’ to ( ‘[‘ == $value{0} && ‘]’

    And I also tried: ( ‘{‘ == $value[0] && ‘}’

    Both don’t seem to do much.

    As for the blog I indeed tried to rename the htaccess file and plugins already.

    Should it been seen imidiatelly if the website works after one of these changes? Cause somehow after trying all this it unfortunatelly isn’t working yet but the hosting provider says it’s nothing at their site or they can do about.

    Forum: Fixing WordPress
    In reply to: HTTP ERROR 500
    Thread Starter jamievdpoel

    (@jamievdpoel)

    Hi,

    Thank you for your quick response. Where in which file should I change this?

    What I did at the moment is that in the server it says setup-up PHP-version which I changed to the bulletpoint option 8.1 (recommended).

    Do I need to change those [ ] also somewhere in a file in the webspace? After changed it to the 8.1 I still don’t see the site online.

    Kind regards,

    Jamie

Viewing 2 replies - 1 through 2 (of 2 total)