preview selected, but temp data not found

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
JohnnyB
Dev Team Member
Dev Team Member
Posts: 731
Joined: Tue Nov 21, 2006 5:05 pm

Re: preview selected, but temp data not found

Post by JohnnyB »

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.
--
JamesT
Forum Members
Forum Members
Posts: 175
Joined: Tue Sep 08, 2015 10:41 am

Re: preview selected, but temp data not found

Post 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>
jmbezeau
New Member
New Member
Posts: 2
Joined: Wed Mar 29, 2017 1:15 am

Re: preview selected, but temp data not found

Post 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?
JamesT
Forum Members
Forum Members
Posts: 175
Joined: Tue Sep 08, 2015 10:41 am

Re: preview selected, but temp data not found

Post 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.
Locked

Return to “CMSMS Core”