• Resolved DanielCPalmer

    (@danielcpalmer)


    Hi, this error just showed up. I’m not sure what is causing it. Have you seen this? I’m not a programmer, but know enough to dig around. I’m using archive-employee.php in my child theme, but even if I restore the original plugin PHP file, it gives me the same error. Have disabled plugins and still there. Thoughts? A quick response would be very helpful as this is a big client. Thanks!

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author agentevolution

    (@agentevolution)

    What is the error you are receiving? We’re not seeing one at the link you provided. Are you able to copy and paste the error you’re getting?

    Thread Starter DanielCPalmer

    (@danielcpalmer)

    I moved the template to my child theme and removed the faulty code. I’ve restored it, clear cache and try again and you’ll see it.

    Thanks

    https://onesellsrealestate.com/remax/agents/

    Plugin Author agentevolution

    (@agentevolution)

    Thank you. We’ve filed a bug ticket to fix this issue in the next plugin update. However, you can fix it yourself by simply editing the archive-employee.php in your child theme folder. Then edit that file and you can add in the missing options variable at the top, below the file header:

    /**
     * The template for displaying Employee Archive pages
     *
     * @link https://codex.www.ads-software.com/Template_Hierarchy
     *
     * @package IMPress Agents
     * @since 0.9.0
     */

    Add the following line:
    $options = get_option('plugin_impress_agents_settings');

    Thread Starter DanielCPalmer

    (@danielcpalmer)

    Thanks, worked for me. Odd how it worked for so long, then showed up?

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘PHP Error’ is closed to new replies.