• Resolved StudioSens

    (@dupatron)


    Hi,

    i have this weird error showing up on all pages when logged in.

    Warning: Use of undefined constant accessally_is_logged_in – assumed ‘accessally_is_logged_in’ (this will throw an Error in a future version of PHP) in /home/customer/www/tala.academy/public_html/wp-content/plugins/content-visibility-for-divi-builder/content-visibility-for-divi-builder.php(155) : eval()’d code on line 1

    Thanks for your help.
    Miles.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Jonathan Horowitz

    (@jhorowitz)

    Hi @dupatron,

    The error is complaining that accessally_is_logged_in is not surrounded by single quotes but is being treated as a string. Should that be a function call like accessally_is_logged_in() or a variable like $accessally_is_logged_in?

    Thread Starter StudioSens

    (@dupatron)

    it was with accessally_is_logged_in()
    i removed it for now.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘php error on frontend’ is closed to new replies.