Lisa Allen
Forum Replies Created
-
Forum: Reviews
In reply to: [Cyclone Slider] This is Free? :)It was my pleasure Nico! Thank you for giving the community such an awesome plugin. And I appreciate you taking the time to swing by my YouTube channel and my blog.
Next time you release a plugin, just give me a ping and I’d love to give it a review. 🙂
Forum: Plugins
In reply to: [Gunner Technology Pinboard] [Plugin: Gunner Technology Pinboard] Fatal ErrorActually, having looked over the rest of what would be required to make this backward compatible with PHP 5.2, there is one other incompatible feature of 5.3 that has been used in the code. I’m not well versed enough to fix the second problem myself either, so if you don’t know how to write a basic function in PHP, you’re probably best off either hiring someone from oDesk or Fiverr to fix it up, or else seeing if the original dev will fix it for PHP 5.2 compatibility.
Forum: Plugins
In reply to: [Gunner Technology Pinboard] [Plugin: Gunner Technology Pinboard] Fatal ErrorI researched this on the net and it appears that the error message occurs because the programmer has used an anonymous function call in the code. Anonymous functions are only supported from PHP 5.3 and up. You are probably using PHP 5.2 like I am.
In order for it to be backward compatible with 5.2, the anonymous function called on line 60 needs to be given a name and called slightly differently.