D'artisan
Forum Replies Created
-
Forum: Plugins
In reply to: [Related Posts for WordPress] Getting stuck on the installation wizard.This sounds like the same symptom but a different problem then. I don’t think it’s technically possible for any posts to be processed without mbstring so that’s probably not your problem if yours seemingly reached 99% done (though mine wasn’t a % count it was a number of posts processed count).
Forum: Plugins
In reply to: [Related Posts for WordPress] Getting stuck on the installation wizard.Hi Barry (& others who encounter this problem),
In my case it seems the issue was that mbstring wasn’t enabled in my PHP install (it looks like it isn’t always) and that code depends on it it seems. Installing it resolved the problem and removed the hang. Might need a check and a prompt to cover anybody else who experiences the same.
Forum: Plugins
In reply to: [Related Posts for WordPress] Getting stuck on the installation wizard.Hi,
I’m experiencing this to. I’m seeing the following in my error log:
PHP message: PHP Fatal error: Uncaught Error: Call to undefined function mb_detect_encoding() _encoding() in /PATH HERE/ /classes/class-related-word-manager.php
The related/impacted lines are it seems:
174,
356,
493,
602Hope that helps get to the bottom of it.
Forum: Fixing WordPress
In reply to: WordPress Site in Danger…well in case this should coincidentally occur for anybody else: in my case the issue was reaching the maximum storage on shared hosting. I think the upgrade failed part way through as there was insufficient space (as such class-wp-metadata-lazyloader.php simply didn’t exist). Clearing some space out and copying up a fresh version of the wp-includes seems to have fixed it in this case.
Forum: Fixing WordPress
In reply to: WordPress Site in DangerHmm, this seems to have occurred on a site I help out with too. Your site appears fine now though preetvj1, if it’s resolved do you mind sharing what resolved it?
Exactly this happened for me on a site. I realised that I had ‘Ghostery’ running in my browser and blocking scripts (others like AdBlock might do similar), on white-listing the site it loaded and displayed fine.
Forum: Plugins
In reply to: [Gravity Forms + Stripe] Getting an Unsecured messageDoes your website use TLS/SSL (do you see https:// as part of the address)? Your website itself needs to meet this requirement.
I’ve been experiencing this problem on several sites I’ve been developing too: no change to the setting, it still says it’s on, but it’s not. I’ve been logged out & the site is viewable. I’m not sure why this thread is marked ‘Resolved’ as there’s no resolution here that I can see!
By the way I’m using BackWPUp as well, but I have no idea if it’s actually that is actually what’s causing this or not.
Forum: Fixing WordPress
In reply to: Media Upload ErrorActually I’ve seen this on a clients test site which they had running TwentyTwelve & no plugins activated, so I don’t think it’s theme or plugin related at all. I’m looking into it but at the moment my suspicion is a folder permissions issue &/or PHP config issue.
Forum: Plugins
In reply to: [Photospace Gallery] [Plugin: Photospace Gallery] A key bug that needs fixingExcellent, thanks Dean.
Forum: Plugins
In reply to: [Photospace Gallery] [Plugin: Photospace Gallery] A key bug that needs fixingHi Dean,
Yeah, as I say the problem is the way they’re introduced. Gallerific uses that to produce the ‘title’ for that element as well as its outputting for the formatting. So, as a result, hovering over the element displays it’s title WITH the <span> tags visible as part of the title.
Hope that clarifies.
Cheers.
Yep, replaced it and it’s fine now.
Thanks Frank, and thanks for an incredibly useful plugin!
Nope, no multi-site active on mine. I tried clearing the cache (browser and content delivery network) several time but no joy. I’ll give it another try in a couple of minutes and post an update. Thanks.
[P.S. It’s line 124 in wp-maintenance-mode.php:
“if ( is_plugin_active_for_network( plugin_basename( __FILE__ ) ) )”
]
Same for me: “Fatal error: Call to undefined function is_plugin_active_for_network()”
Ah! I think you’ve got it with ‘category’ Marcus. I didn’t have a category, due to the fact I couldn’t actually see the category box to populate one (it was obscured by the map. I minimized the ‘owner’ box so I could get at it and it’s now allowed me to create it. Thanks! Just getting started with this plugin but it looks great, good work!