programmin
Forum Replies Created
-
Forum: Plugins
In reply to: [Mailchimp List Subscribe Form] Security errorLooks as though a security rule blocks your request. Doesn’t happen on every host.
Forum: Fixing WordPress
In reply to: Today's WP 3.8 blow admin area to pieces, yes, I updated cacheI’m seeing this on several sites as well.
Apparently it only affects the dashboard, and is usually caused by missing files in wp-admin/css:
colors-fresh-rtl.min.css,
theme-rtl.css,
theme-rtl.min.css,
theme.css,
wp-admin-rtl.min.css,
wp-admin.min.css,
and the entire color-schemes directory.Is there any known fix for this? the reinstall-wp button seems to fix it, oddly enough, at least for awhile.
Forum: Fixing WordPress
In reply to: Cookie Error when Logging InGreetings all,
From what I’ve seen, this is caused by going to http://www.somesite.com/wordpress/wp-login.php, where all of the pages of the site are not www.
First time you log in, it will have the test cookie on www subdomain, but not the actual somesite.com (real) domain. So it sends you to somesite.com/wordpress/wp-login.php again.
So it’s sort of a failure of the new wp cookie checking mechanism, but the root of the problem seems to be wrong-domain url and cookies.
Sorry if this has been documented elsewhere, but do we have an official minimum recommended memory requirement for Nextgen 2.x?
Forum: Fixing WordPress
In reply to: Cookie Error when Logging In@mirajas Sounds good, did you post a bug report on this behavior in WP 3.7?
Forum: Plugins
In reply to: NextGen 2.0 Out of Memory ErrorIs there any official minimum-memory requirement now for NGG 2.0? I had seen the same out-of-memory errors.
Forum: Fixing WordPress
In reply to: Upgrade after downgrade?Maybe the update certificate expired? I’m getting WP_Error object {
errors => array(1) (
[http_request_failed] => array(1) (
[0] => (string) SSL certificate problem, verify that the CA cert is OK. Details:
error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed
)
)
error_data => array(0)
}in update.php, after it fetches from http://api.wordpress.org/core/version-check/1.6/
Regarding the out-of-memory problems, is it possible some configuration problem is making NG load too many modules? I saw in my profiler that nggallery.php’s Bootstrap->construct was taking 11.4 seconds, 6.4 seconds of which are in C_Component_Registry->load_all_products.
Forum: Plugins
In reply to: New Media Manager – close/unload eventYou can disregard my previous comment – at the time the scheduled release date was just a few days away, but it was moved back, and it seems this has been fixed! π
It seems this may be a memory problem. The logs fill up with “PHP Fatal error: Out of memory” errors. Do you know of any bugs that would cause memory errors? Could it be related to images with numbers for their title?
How much memory is required for NextGen 2.0?
Yeah, on sites where site_url() is different than home_url() (which is the correct page url).
Forum: Plugins
In reply to: New Media Manager – close/unload eventI was using wp.media.editor.add, but be warned that it is changing in 3.6: instead of returning the existing uploader, it will always create a new one. So if you call add before wordpress core, there will be two instances created, and the upload-file functionality breaks: