Page 2 of 2

Re: preview selected, but temp data not found

Posted: Fri Mar 31, 2017 6:23 pm
by JohnnyB
Can you turn off mod_security, if the host has it on?

Re: preview selected, but temp data not found

Posted: Fri Mar 31, 2017 7:06 pm
by JamesT
JohnnyB wrote:Can you turn off mod_security, if the host has it on?
I believe it's not on, at least there's nothing in the host's control panel about it.

I also used this code in .htaccess and I had no redirect:

Code: Select all

<IfModule mod_security.c>
RewriteRule .* https://www.google.co.uk/
</IfModule>

Re: preview selected, but temp data not found

Posted: Mon Apr 10, 2017 9:38 pm
by jmbezeau
I have tried to reproduce the preview error on my local Ubuntu server. I was able to get the same information on system information page; well most of it since I can't install old version of things like PHP my provider is using.

I manage to turn off the PHP 5.5+ Opcode Caching, in case that would reproduce the error. As you may have guessed, it didn't.

I am beginning to believe the PHP version 5.4.45 is the culprit, on Ubuntu I only have access to 5.5.9-1ubuntu4.21. I also have apache 2.2.31 on my hosting provider while my test environment is on apache 2.4.7


Any more idea?

Re: preview selected, but temp data not found

Posted: Tue Apr 11, 2017 1:47 pm
by JamesT
jmbezeau wrote:I am beginning to believe the PHP version 5.4.45 is the culprit
I don't believe so, since I'm using PHP 7.0 on my host and I'm seeing the same issue.

jmbezeau wrote:I also have apache 2.2.31 on my hosting provider while my test environment is on apache 2.4.7
My Apache version number is hidden by my host, but I'd be surprised if that had anything to do with it.