Title: Luke's Replies - page 3 | WordPress.org

---

# Luke

  [  ](https://wordpress.org/support/users/codifyllc/)

 *   [Profile](https://wordpress.org/support/users/codifyllc/)
 *   [Topics Started](https://wordpress.org/support/users/codifyllc/topics/)
 *   [Replies Created](https://wordpress.org/support/users/codifyllc/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/codifyllc/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/codifyllc/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/codifyllc/engagements/)
 *   [Favorites](https://wordpress.org/support/users/codifyllc/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 31 through 45 (of 70 total)

[←](https://wordpress.org/support/users/codifyllc/replies/page/2/?output_format=md)
[1](https://wordpress.org/support/users/codifyllc/replies/?output_format=md) [2](https://wordpress.org/support/users/codifyllc/replies/page/2/?output_format=md)
3 [4](https://wordpress.org/support/users/codifyllc/replies/page/4/?output_format=md)
[5](https://wordpress.org/support/users/codifyllc/replies/page/5/?output_format=md)
[→](https://wordpress.org/support/users/codifyllc/replies/page/4/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[EZ Staff List] New Update caused error.](https://wordpress.org/support/topic/new-update-caused-error/)
 *  Plugin Author [Luke](https://wordpress.org/support/users/codifyllc/)
 * (@codifyllc)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/new-update-caused-error/#post-3157946)
 * Glad you got it working. Let me know if you have any other issues.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[EZ Staff List] New Update caused error.](https://wordpress.org/support/topic/new-update-caused-error/)
 *  Plugin Author [Luke](https://wordpress.org/support/users/codifyllc/)
 * (@codifyllc)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/new-update-caused-error/#post-3157926)
 * It looks like like it’s NOT getting into here:
 *     ```
       // Check if extensions required for XSL/Dom Transformations are loaded
       $this->xml_ext_loaded = (extension_loaded('xsl') && extension_loaded('dom')) ? (true) : (false);
   
       // Load element class
       include_once("$this->frame_path/core/structure/objects/element.class.php");
   
       // If proper extensions are loaded, load XML transformation plugin and record set list class
       if ($this->xml_ext_loaded) {
       	if ($this->mode == 'litefw') {
       		$this->load_plugin('xml_transform');
       		include_once("$this->frame_path/core/structure/objects/rs_list.class.php");
       		include_once("$this->frame_path/core/structure/objects/table.class.php");
       	}
       }
       ```
   
 * So that tells me something changed with the the XSL and DOM extensions not being
   loaded.
 * I assume you were using this before and it was working fine? You said after you“
   updated” are you talking about after you updated the staff list plugin or after
   you updated something on the server?
 * I checked your phpinfo() and it looks like XSL and XSLT are not enabled. Can 
   you check with your host about why that was disabled?
 * Luke
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[EZ Staff List] New Update caused error.](https://wordpress.org/support/topic/new-update-caused-error/)
 *  Plugin Author [Luke](https://wordpress.org/support/users/codifyllc/)
 * (@codifyllc)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/new-update-caused-error/#post-3157922)
 * Got it.. did you get my reply or is it going to spam?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[EZ Staff List] New Update caused error.](https://wordpress.org/support/topic/new-update-caused-error/)
 *  Plugin Author [Luke](https://wordpress.org/support/users/codifyllc/)
 * (@codifyllc)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/new-update-caused-error/#post-3157920)
 * If you want to provide me a jailed FTP account to the ez staff directory I can
   look into it for you. you can send me an email to info [at] thecodify.com
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[EZ Staff List] New Update caused error.](https://wordpress.org/support/topic/new-update-caused-error/)
 *  Plugin Author [Luke](https://wordpress.org/support/users/codifyllc/)
 * (@codifyllc)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/new-update-caused-error/#post-3157919)
 * That’s strange .. are you not getting an error that the phpOpenFW framework can
   not be loaded? Because that function is located and loaded by the framework.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[EZ Staff List] [Plugin: EZ Staff List] More columns](https://wordpress.org/support/topic/plugin-ez-staff-list-more-columns/)
 *  Plugin Author [Luke](https://wordpress.org/support/users/codifyllc/)
 * (@codifyllc)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/plugin-ez-staff-list-more-columns/#post-2874740)
 * You’re welcome. I’m also working on multiple categories and multiple lists
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[EZ Staff List] [Plugin: EZ Staff List] Installs but gives errors when trying to use mgmt.](https://wordpress.org/support/topic/plugin-ez-staff-list-installs-but-gives-errors-when-trying-to-use-mgmt/)
 *  Plugin Author [Luke](https://wordpress.org/support/users/codifyllc/)
 * (@codifyllc)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/plugin-ez-staff-list-installs-but-gives-errors-when-trying-to-use-mgmt/#post-2713046)
 * No problem. Feel free to update your version again when it prompts you. I changed
   that function name from:
 * button() to ez_button()
 * Luke
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[EZ Staff List] [Plugin: EZ Staff List] Installs but gives errors when trying to use mgmt.](https://wordpress.org/support/topic/plugin-ez-staff-list-installs-but-gives-errors-when-trying-to-use-mgmt/)
 *  Plugin Author [Luke](https://wordpress.org/support/users/codifyllc/)
 * (@codifyllc)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/plugin-ez-staff-list-installs-but-gives-errors-when-trying-to-use-mgmt/#post-2713044)
 * Ok.. so here’s what you can do in the mean time.. The logic I’m doing on my side
   is correct.. I’m checking if the function is does not exist.. if it doesn’t then
   it creates the function. Your error tells me the theme developer is not doing
   the same.
 * So, I’m going to change my function name a little bit to make your life easier,
   but just so you don’t have to wait for WordPress to update it’s REPO with my 
   changes.. do the following:
 * 1. Go to wp-content/plugins/ez-staff-list/framework/plugins/xhtml_gen.inc.php
   on line 45 and put 2 // (slashes in the beginning of the line like so:
 *     ```
       //if (!function_exists('button')) { function button($c, $a=false) { return xhe('button', $c, $a); } }
       ```
   
 * If you get the same error for other functions in that file, just continue to 
   put the // before the line. There are only a few of those functions I’m using
   right now.
 * Let me know if you have any other problems.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[EZ Staff List] [Plugin: EZ Staff List] Installs but gives errors when trying to use mgmt.](https://wordpress.org/support/topic/plugin-ez-staff-list-installs-but-gives-errors-when-trying-to-use-mgmt/)
 *  Plugin Author [Luke](https://wordpress.org/support/users/codifyllc/)
 * (@codifyllc)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/plugin-ez-staff-list-installs-but-gives-errors-when-trying-to-use-mgmt/#post-2713043)
 * Ahh .. now that I’m looking at the error.. that’s interesting.. your theme uses
   a same function name my framework does… a function called “button”.. I will modify
   my code to be something different for you 🙂 One moment
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[EZ Staff List] [Plugin: EZ Staff List] Installs but gives errors when trying to use mgmt.](https://wordpress.org/support/topic/plugin-ez-staff-list-installs-but-gives-errors-when-trying-to-use-mgmt/)
 *  Plugin Author [Luke](https://wordpress.org/support/users/codifyllc/)
 * (@codifyllc)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/plugin-ez-staff-list-installs-but-gives-errors-when-trying-to-use-mgmt/#post-2713042)
 * Ok… I will try to replicate right now and come up with a quick update… give me
   a few minutes..
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[EZ Staff List] [Plugin: EZ Staff List] Installs but gives errors when trying to use mgmt.](https://wordpress.org/support/topic/plugin-ez-staff-list-installs-but-gives-errors-when-trying-to-use-mgmt/)
 *  Plugin Author [Luke](https://wordpress.org/support/users/codifyllc/)
 * (@codifyllc)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/plugin-ez-staff-list-installs-but-gives-errors-when-trying-to-use-mgmt/#post-2713040)
 * You might want to update to my latest version as well if you didn’t fix your 
   problem
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[EZ Staff List] [Plugin: EZ Staff List] Multipel List](https://wordpress.org/support/topic/plugin-ez-staff-list-multipel-list/)
 *  Plugin Author [Luke](https://wordpress.org/support/users/codifyllc/)
 * (@codifyllc)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/plugin-ez-staff-list-multipel-list/#post-2871654)
 * Hello, I didn’t see this post, and it did not notify me. Sorry about that.
 * This is the 2nd request for this and I’ll be working this out for my next release.
   I hope to have this in the next week, maybe sooner.
 * Until then, my recent release includes a couple nice features including changing
   background color, border color, and font color. Also the ability to change the
   number of columns.
 * Luke
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[EZ Staff List] [Plugin: EZ Staff List] Not display staff and not displaying in admin](https://wordpress.org/support/topic/plugin-ez-staff-list-not-display-staff-and-not-displaying-in-admin/)
 *  Plugin Author [Luke](https://wordpress.org/support/users/codifyllc/)
 * (@codifyllc)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/plugin-ez-staff-list-not-display-staff-and-not-displaying-in-admin/#post-2886867)
 * Ross,
 * This is most likely due to not having XSL and/or DOMxml enabled on your server.
 * There were also past problems where session_start() needed to be included for
   some users before the framework was loaded. I now have this in my latest release(
   0.6).
 * Please check both XSL and/or DOMxml and update your version and let me know if
   you still have problems.
 * Thanks,
 * Luke
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[EZ Staff List] [Plugin: EZ Staff List] Styles not loading.](https://wordpress.org/support/topic/plugin-ez-staff-list-styles-not-loading/)
 *  Plugin Author [Luke](https://wordpress.org/support/users/codifyllc/)
 * (@codifyllc)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/plugin-ez-staff-list-styles-not-loading/#post-3001539)
 * Sorry for the delay Tom… I thought I was subscribed to my own plugin’s thread,
   but I guess not. I just not subscribed … again 🙂
 * I went to your page and it’s a 404 not found error.
 * Try to run an updated on the plugin, it’s now at version 0.6, which includes 
   some nice features including customizing the background color, border color, 
   and font color. Also you can change how many columns the members are listed in.
 * I’m going to mark this as resolved, assuming the update will fix your problem.
   Please let me know if you have problems.
 * Luke
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[EZ Staff List] [Plugin: EZ Staff List] Remove "Hours:" from the bottom](https://wordpress.org/support/topic/plugin-ez-staff-list-remove-hours-from-the-bottom/)
 *  Plugin Author [Luke](https://wordpress.org/support/users/codifyllc/)
 * (@codifyllc)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/plugin-ez-staff-list-remove-hours-from-the-bottom/page/2/#post-2392301)
 * I don’t know what’s going on with Subversion.. For some reason it did not include
   some important XSL templates… I just created a new version (0.6) which includes
   these.
 * Sorry about that if you already updated.

Viewing 15 replies - 31 through 45 (of 70 total)

[←](https://wordpress.org/support/users/codifyllc/replies/page/2/?output_format=md)
[1](https://wordpress.org/support/users/codifyllc/replies/?output_format=md) [2](https://wordpress.org/support/users/codifyllc/replies/page/2/?output_format=md)
3 [4](https://wordpress.org/support/users/codifyllc/replies/page/4/?output_format=md)
[5](https://wordpress.org/support/users/codifyllc/replies/page/5/?output_format=md)
[→](https://wordpress.org/support/users/codifyllc/replies/page/4/?output_format=md)