bmsterling
Forum Replies Created
-
Forum: Reviews
In reply to: [WURFL Capabilities] Broke my site – after following install guideOk, took me a long while, that error is because of the folders already being there, so it looks like the original install worked a little bit and failed after the folders were made. I’ve updated to 0.3.4 and committed a fix.
If you happen to update, two notes I now not in the readme.
An automatic update may blow away the ZIP file, can’t do anything about this till I can find a nice way to handle the database.
Secondly, had a bug come in regarding some servers not supporting ZIP extraction so the plugin now looks for the XML file and not the ZIP.
Forum: Reviews
In reply to: [WURFL Capabilities] Broke my site – after following install guideThanks for the feedback. I put a “nicer” fail in there for the mkdir bit but I guess it’s not falling back correctly to there.
May I ask who your hosting is? I need to try to reproduce environment.
I’ll work on this tonight, can I get you to verify if and when I can come up with a solution?
Forum: Reviews
In reply to: [WURFL Capabilities] Broke my site – after following install guideCan you elaborate on this? The instructions say to download and place the wurfl zip into the plugin’s folder. Where did it fail for you? As I say in the installation, you have to give it some time for the file to install/cache itself.
And since this code does nothing to your site till you actually use the code, I’m having a hard time understanding “broke my site”? Can you clarify what broke? An error message would be helpful.
Please provide steps for me to reproduce the issues.
@fcurella: change
add_action(‘admin_head’, ‘qtm_admin_head’);to
add_action(‘admin_menu’, ‘qtm_admin_head’);
Forum: Plugins
In reply to: [Image Browser Extender] [Plugin: Image Browser Extender] Version UpdateThe fixes for this have been posted.
Forum: Plugins
In reply to: [Image Browser Extender] [Plugin: Image Browser Extender] Version UpdateWow, yeah, not sure how I manage to commit that with all that crap. I am working on updating all my plugins – finally getting some time – and will post a fix soon. No eta atm.
Forum: Plugins
In reply to: getting error when trying to commit to plugin svnOtto42, thanks for the quick response.
Forum: Fixing WordPress
In reply to: Troubles with Photoxhibitmalypali,
If you go into photoxhibit’s options and turn the flash uploader off and then try to upload does it work? Some servers have issues with the flash uploader.Forum: Plugins
In reply to: [Plugin: Photoxhibit] Gallery too small in IEexpiredfilm,
Thanks for following up with the fix.Forum: Plugins
In reply to: PhotoXhibit doesn’t show on 2.1.6vfung,
What is the url of your site that is having the issue? Are there any errors showing?Forum: Fixing WordPress
In reply to: Troubles with PhotoxhibitHey guys,
I just posted a fix for this issue, please let me know if it works.Forum: Fixing WordPress
In reply to: Troubles with PhotoxhibitHey Guys,
First, sorry for the issues. I am finding the servers are much more different the each other then I originally thought.With that said, I have an idea why it is hanging, and it usually has to do with this line of photoxhibit/common/inc/px.php file:
$imgs = $this->encodeToUtf8(stripslashes($post['images']));
if you are comfortable, you can swap that out for
$imgs = stripslashes($post['images']);
and that “should” fix it.
Forum: Plugins
In reply to: photoxhibit problemsKosse,
That was actually the fix I posted, plus I reordered what order the code got echoed out. What was happening is that if your post had not text in the beginning the js code was being echoed out. But if that is not the issue for you then we can leave well enough alone.Forum: Plugins
In reply to: PhotoXhibit do not show photos in search resultsbluemoonlight2002,
I made a change to the plugin to let you images show, can you download version 2.1.4 and give that a go?Forum: Plugins
In reply to: photoxhibit problemsbtw, it will be version 2.1.4 when it populates.