Luke
Forum Replies Created
-
Forum: Plugins
In reply to: [EZ Staff List] New Update caused error.Glad you got it working. Let me know if you have any other issues.
Forum: Plugins
In reply to: [EZ Staff List] New Update caused error.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
In reply to: [EZ Staff List] New Update caused error.Got it.. did you get my reply or is it going to spam?
Forum: Plugins
In reply to: [EZ Staff List] New Update caused error.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
In reply to: [EZ Staff List] New Update caused error.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
In reply to: [EZ Staff List] [Plugin: EZ Staff List] More columnsYou’re welcome. I’m also working on multiple categories and multiple lists
No problem. Feel free to update your version again when it prompts you. I changed that function name from:
button() to ez_button()
Luke
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.
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
Ok… I will try to replicate right now and come up with a quick update… give me a few minutes..
You might want to update to my latest version as well if you didn’t fix your problem
Forum: Plugins
In reply to: [EZ Staff List] [Plugin: EZ Staff List] Multipel ListHello, 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
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
In reply to: [EZ Staff List] [Plugin: EZ Staff List] Styles not loading.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
In reply to: [EZ Staff List] [Plugin: EZ Staff List] Remove "Hours:" from the bottomI 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.