preview selected, but temp data not found
Re: preview selected, but temp data not found
Can you turn off mod_security, if the host has it on?
"The art of life lies in a constant readjustment to our surroundings." -Okakura Kakuzo
--
LinkedIn profile
--
I only speak/write in English so I may not translate well on International posts.
--
--
LinkedIn profile
--
I only speak/write in English so I may not translate well on International posts.
--
Re: preview selected, but temp data not found
I believe it's not on, at least there's nothing in the host's control panel about it.JohnnyB wrote:Can you turn off mod_security, if the host has it on?
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
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?
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
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 am beginning to believe the PHP version 5.4.45 is the culprit
My Apache version number is hidden by my host, but I'd be surprised if that had anything to do with it.jmbezeau wrote:I also have apache 2.2.31 on my hosting provider while my test environment is on apache 2.4.7