knome
Forum Replies Created
-
Unfortunately, allocating more memory only fixes the bug for so long. For me, this issue is not resolved until the plugin carries optimizations.
Anyway, thanks for replying. Will be waiting for the new version.
I believe I’ve hit the same bug. The plugin is doing massive database pulls (whole tables with 50k+ results) and this is ultimately exhausting any amount of memory.
Waiting for an update with memory optimizations.
Forum: Fixing WordPress
In reply to: After update to 3.1.1, network admin ends in redirect loopThe error is fixed by changing the path of the main blog in $wpdb->blogs to “/” (previously was empty), as suggested in http://core.trac.ww.wp.xz.cn/ticket/17090#comment:19.
Forum: Fixing WordPress
In reply to: after automatic upgrade,3.1.1 cannot access network admin panelNo www was added in my update. Any further ideas? I’ve also started a separate thread (linked in my earlier message), if it starts to seem I’m having a different issue.
Forum: Fixing WordPress
In reply to: After update to 3.1.1, network admin ends in redirect loopIn the Apache error log, I’m getting errors like this:
Request exceeded the limit of 10 internal redirects due to probable configuration error. Use 'LimitInternalRecursion' to increase the limit if necessary. Use 'LogLevel debug' to get a backtrace.Does anybody know if increasing the LimitInternalRecursion fix the problem?
Forum: Fixing WordPress
In reply to: after automatic upgrade,3.1.1 cannot access network admin panelI also have the same problem, but I’m running a multisite with subdomains. My DOMAIN_CURRENT_SITE was already non-www., so that is not the solution.
See the thread here.