Title: PHP Error
Last modified: January 27, 2018

---

# PHP Error

 *  Resolved [DanielCPalmer](https://wordpress.org/support/users/danielcpalmer/)
 * (@danielcpalmer)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/php-error-263/)
 * 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](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fphp-error-263%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Plugin Author [agentevolution](https://wordpress.org/support/users/agentevolution/)
 * (@agentevolution)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/php-error-263/#post-9915496)
 * 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](https://wordpress.org/support/users/danielcpalmer/)
 * (@danielcpalmer)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/php-error-263/#post-9915530)
 * 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/](https://onesellsrealestate.com/remax/agents/)
 *  Plugin Author [agentevolution](https://wordpress.org/support/users/agentevolution/)
 * (@agentevolution)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/php-error-263/#post-9915560)
 * 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 http://codex.wordpress.org/Template_Hierarchy
        *
        * @package IMPress Agents
        * @since 0.9.0
        */
       ```
   
 * Add the following line:
    `$options = get_option('plugin_impress_agents_settings');`
 *  Thread Starter [DanielCPalmer](https://wordpress.org/support/users/danielcpalmer/)
 * (@danielcpalmer)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/php-error-263/#post-9917915)
 * 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.

 * ![](https://s.w.org/plugins/geopattern-icon/impress-agents_c1bdb8.svg)
 * [IMPress Agents](https://wordpress.org/plugins/impress-agents/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/impress-agents/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/impress-agents/)
 * [Active Topics](https://wordpress.org/support/plugin/impress-agents/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/impress-agents/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/impress-agents/reviews/)

 * 4 replies
 * 2 participants
 * Last reply from: [DanielCPalmer](https://wordpress.org/support/users/danielcpalmer/)
 * Last activity: [8 years, 2 months ago](https://wordpress.org/support/topic/php-error-263/#post-9917915)
 * Status: resolved