loulantos
Forum Replies Created
-
So I’ve ensured the memory is at 512M, that made no change.
I’ve disabled all plugins, still an error.
Tried a different theme, still an error.
Tried on a local install, as well as my live site – still an error!
Again, I’m not an expert, but it’s faultering on a core level somewhere. It’s always the load-scripts.php. I’m not too sure what else to tweak or disable to try this out?
Appreciate the help so far.
@rainbowgeek I’ve taken a look at the server logs, and it’s giving the following error when attempting to do the migration:
Allowed memory size of 536870912 bytes exhausted (tried to allocate 359976496 bytes)
I’m not a server engineer or anything, but is it normal for the plugin to be seeking 360MB of memory to complete this migration? Just seems like a lot, given the total size of my memory available.
Thanks for the super quick response, @rainbowgeek
Here’s what appears as soon as I hit the migrate now button:
VM655:1 POST <domain>/wp-admin/admin-ajax.php 500
(anonymous) @ VM655:1
send @ load-scripts.php?c=0&load[]=jquery-core,jquery-migrate,utils,jquery-ui-core,jquery-ui-widget,jquery-ui-tabs&ver=5.2.4:4
ajax @ load-scripts.php?c=0&load[]=jquery-core,jquery-migrate,utils,jquery-ui-core,jquery-ui-widget,jquery-ui-tabs&ver=5.2.4:4
process_offset @ seopress-migrate.min.js?ver=3.7.3:1
(anonymous) @ seopress-migrate.min.js?ver=3.7.3:1
dispatch @ load-scripts.php?c=0&load[]=jquery-core,jquery-migrate,utils,jquery-ui-core,jquery-ui-widget,jquery-ui-tabs&ver=5.2.4:3
r.handle @ load-scripts.php?c=0&load[]=jquery-core,jquery-migrate,utils,jquery-ui-core,jquery-ui-widget,jquery-ui-tabs&ver=5.2.4:3Forum: Plugins
In reply to: [All-in-One WP Migration and Backup] Importing stuck at 100%I’m trying to import a file over 2GB. It hangs at 100% on the latest release, and it’s too big to work on previous versions – if anyone knows a way to fix this, please do let me know
Forum: Plugins
In reply to: [WPSSO Schema JSON-LD Markup] Does this work with Yoast SEO?@jsmoriss (for visibility)
Forum: Plugins
In reply to: [WPSSO Schema JSON-LD Markup] Does this work with Yoast SEO?I’m a little confused, so I’d need to buy 2 different plugins to achieve this? The pro of this, and the pro of another plugin?
Awesome, all in working order. Thanks for the quick responses/fixes.
@paultgoodchild Thanks. This has fixed the lost password link, but the reset password link that’s generated still seems to be 404-ing?
- This reply was modified 7 years, 1 month ago by loulantos. Reason: Added the @ to relevant person
Thanks for the response, and I can appreciate the stance, but when the same IP from the same user has abused my site on frequent occasions, I’m happy to take the sledgehammer approach in aid of prevention. Especially as the only recourse I currently have is to ban the email associated, and that’s about as easy to circumvent as the offender signing up for another one.
Forum: Plugins
In reply to: [Ad Inserter - Ad Manager & AdSense Ads] Ads and Settings No Longer ShowI’m also having problems getting ads to display.
Serving my blocks via widgets. Blocks are full of information, and I’m currently selecting the correct blocks within the widget.
Were working fine until the update.
Okay, the problem’s only on the front page. Appears correctly on all other pages. So must be a caching issue, I guess? Currently using W3 Total Cache. Clearing all caches and hard refreshing after editing, but doesn’t seem to fix things on that one page…
Forum: Fixing WordPress
In reply to: is_home && is_category not working?That link was exactly what I was looking for. You’re my hero for the morning, stephencottontail!
Forum: Fixing WordPress
In reply to: is_home && is_category not working?Thanks again for the reply.
I have also tried in_category(), much in the same way you’ve done there, and it hasn’t worked either. I’m beginning to suspect there’s an issue more deep-rooted somewhere down the line. I think I’ll need to step back and scrutinize the bigger picture on this one.
I appreciate your help, though, you’ve certainly helped me reach a realisation, even if it wasn’t the one I was expecting!
Forum: Fixing WordPress
In reply to: is_home && is_category not working?Thank you for the reply, stephencottontail. That’s definitely shed some light on my problem.
I’m curious though, if, rather than making it an optional either/or condition, I wanted to drill down – find the home page, THEN find posts under Category 8 WITHIN the home page and manipulate those posts, how would I go about doing that?
It must surely be possible, but I’m having a very difficult time finding a solution.
Forum: Fixing WordPress
In reply to: is_home && is_category not working?I’ve also tried using the slug, but that doesn’t work either?