Plugin Author
pepe
(@pputzer)
@merderein, are you talking about the “Preview” button in the backend post editor? Does everything work on the frontend?
What’s your WordPress and PHP versions? Any error messages (in the log files)?
sorry, should have been more precise:
– yes, frontend works fine
– the only problem (therefore I never posted it before …) is the blank preview after clicking the preview-button in the backend
– wordpress 4.8.1
– php 5.6.31
Plugin Author
pepe
(@pputzer)
@merderein, is wp-Typography network-activated? If so, could you try if the same problem happens when its activated separately on each site?
it was activated separately, i just tried the network-activation and couldn’t find any difference either way
Plugin Author
pepe
(@pputzer)
That’s weird, @merderein. I can’t reproduce this on my own multisite installation. Can you have a look at the PHP error log? A white page usually means that there is some PHP error.
besides warning of exhausted memory i only see this – not sure if this is related:
[error] [client 2003:6a:6e5a:c701:5931:5900:c788:118c] 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.
Plugin Author
pepe
(@pputzer)
No, this error is probably a result of the memory exhaustion. The more plugins you activate, the more memory the PHP process needs. You need to increase your PHP and/or WordPress memory limits.
Plugin Author
pepe
(@pputzer)
@merderein, have you been able to fix the out-of-memory error? I don’t think this has anything to do with wp-Typography except that it needs quite a bit of memory.
Plugin Author
pepe
(@pputzer)
I assume you have been able to resolve the issue, @merderein.
sorry, didn’t have any time for further investigations. but i’ll keep an eye on it and report back, if i have something interesting to tell π
Plugin Author
pepe
(@pputzer)
@merderein: Just increase your sites memory limit. For a multisite installation, I’d suggest 256M as a good limit. Of course it depends on your hosting situation whether that’s possible. What’s your current limit?
i was on 128m. i now upped it to 256m and the problem is indeed resolved. is there a reason that this occurs only in preview and not after publishing posts (just curious …)
Plugin Author
pepe
(@pputzer)
I think the preview still loads the whole /wp-admin backend as well, so it needs more memory than the real frontend.
that sounds reasonable …
thanks for your help!