Title: Luke's Replies - page 5 | 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 10 replies - 61 through 70 (of 70 total)

[←](https://wordpress.org/support/users/codifyllc/replies/page/4/?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](https://wordpress.org/support/users/codifyllc/replies/page/3/?output_format=md)
[4](https://wordpress.org/support/users/codifyllc/replies/page/4/?output_format=md)
5

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[EZ Staff List] [Plugin: EZ Staff List] Fatal error: Class 'table' not found in](https://wordpress.org/support/topic/plugin-ez-staff-list-fatal-error-class-table-not-found-in/)
 *  Plugin Author [Luke](https://wordpress.org/support/users/codifyllc/)
 * (@codifyllc)
 * [14 years, 1 month ago](https://wordpress.org/support/topic/plugin-ez-staff-list-fatal-error-class-table-not-found-in/#post-2312754)
 * Hmm, that is strange. You are not getting any other errors?
 * Typically if you see something like that, XSLT may not be enabled. But if that
   was the case you should be getting an error.
 * I know a lot of times display errors are off.
 * Can you put this at the top of the ez-staff-list.php file (just above where the
   framework is included):
 *     ```
       error_reporting(E_ALL);
       ini_set('display_errors', 1);
       /**
       * Start the framework object
       */
       if (!class_exists('phplitefw_controller'))
       {
           include(dirname(__FILE__) . '/framework/phplitefw.inc.php');
       }
       ```
   
 *   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)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/plugin-ez-staff-list-installs-but-gives-errors-when-trying-to-use-mgmt/#post-2712726)
 * Not a problem. Hope you get it worked out.
 * 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] [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)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/plugin-ez-staff-list-installs-but-gives-errors-when-trying-to-use-mgmt/#post-2712716)
 * You can also see at the bottom of this post here: [http://wordpress.org/support/topic/plugin-ez-staff-list-fatal-error-class-table-not-found-in?replies=8](http://wordpress.org/support/topic/plugin-ez-staff-list-fatal-error-class-table-not-found-in?replies=8)
 *   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)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/plugin-ez-staff-list-installs-but-gives-errors-when-trying-to-use-mgmt/#post-2712715)
 * Please make sure you have libxml and xslt enbabled in your PHP configuration 
   on your server. You need to have at least PHP 5.2 + .. PHP 5.3 is preferred.
 * Sorry, I thought I had that written down somewhere, I guess not.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[EZ Staff List] [Plugin: EZ Staff List] Fatal error: Class 'table' not found in](https://wordpress.org/support/topic/plugin-ez-staff-list-fatal-error-class-table-not-found-in/)
 *  Plugin Author [Luke](https://wordpress.org/support/users/codifyllc/)
 * (@codifyllc)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/plugin-ez-staff-list-fatal-error-class-table-not-found-in/#post-2312743)
 * verlierer,
 * Yes, you would be right.. most likely your new server does not have DOM XML or
   XSLT processor extensions enabled.
 * My screencast basically mentioned to look for common files which are supposed
   to be there..
 * Nearly all PHP 5.3 + installs come with both of those enabled already. I run 
   this framework on several different OS as well including CentOS, Fedora, Mac 
   OSX, etc.
 * I assume you are on a shared hosting environment? Your hosting provider should
   not have any problem enabling those extensions for you.
 * 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)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/plugin-ez-staff-list-remove-hours-from-the-bottom/#post-2392246)
 * I just found where I can subscribe for the ez-staff-list tag 🙂 LOL
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[EZ Staff List] [Plugin: EZ Staff List] Fatal error: Class 'table' not found in](https://wordpress.org/support/topic/plugin-ez-staff-list-fatal-error-class-table-not-found-in/)
 *  Plugin Author [Luke](https://wordpress.org/support/users/codifyllc/)
 * (@codifyllc)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/plugin-ez-staff-list-fatal-error-class-table-not-found-in/#post-2312739)
 * I just found where I can subscribe for the ez-staff-list tag 🙂 LOL
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[EZ Staff List] [Plugin: EZ Staff List] Fatal error: Class 'table' not found in](https://wordpress.org/support/topic/plugin-ez-staff-list-fatal-error-class-table-not-found-in/)
 *  Plugin Author [Luke](https://wordpress.org/support/users/codifyllc/)
 * (@codifyllc)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/plugin-ez-staff-list-fatal-error-class-table-not-found-in/#post-2312738)
 * Sorry guys for the delay… I sure wish I would get an email notification when 
   someone makes a comment on my plugin…
 * Anyway, see this video here: [http://screencast.com/t/GSwMC2Rt](http://screencast.com/t/GSwMC2Rt)
 * 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)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/plugin-ez-staff-list-remove-hours-from-the-bottom/#post-2392245)
 * Wow.. I’m sorry about that christoffclr. I thought I would have received an email
   saying someone posted about my plugin. I just happened to do a new release and
   I would have put this option in there 🙂
 * I’ve had a few people email me directly with feature requests.
 * To answer your question, see this video: [http://screencast.com/t/V36QpGcx4Y](http://screencast.com/t/V36QpGcx4Y)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[EZ Staff List] [Plugin: EZ Staff List] Deleting Users](https://wordpress.org/support/topic/plugin-ez-staff-list-deleting-users/)
 *  Plugin Author [Luke](https://wordpress.org/support/users/codifyllc/)
 * (@codifyllc)
 * [15 years ago](https://wordpress.org/support/topic/plugin-ez-staff-list-deleting-users/#post-2189567)
 * version 0.2 fixes this issue

Viewing 10 replies - 61 through 70 (of 70 total)

[←](https://wordpress.org/support/users/codifyllc/replies/page/4/?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](https://wordpress.org/support/users/codifyllc/replies/page/3/?output_format=md)
[4](https://wordpress.org/support/users/codifyllc/replies/page/4/?output_format=md)
5