Luke
Forum Replies Created
-
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'); }Not a problem. Hope you get it worked out.
Let me know if you have any other issues.
You can also see at the bottom of this post here: http://ww.wp.xz.cn/support/topic/plugin-ez-staff-list-fatal-error-class-table-not-found-in?replies=8
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.
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
In reply to: [EZ Staff List] [Plugin: EZ Staff List] Remove "Hours:" from the bottomI just found where I can subscribe for the ez-staff-list tag π LOL
I just found where I can subscribe for the ez-staff-list tag π LOL
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
Luke
Forum: Plugins
In reply to: [EZ Staff List] [Plugin: EZ Staff List] Remove "Hours:" from the bottomWow.. 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
Forum: Plugins
In reply to: [EZ Staff List] [Plugin: EZ Staff List] Deleting Usersversion 0.2 fixes this issue