Low Search white screen on staging server but not local
Having a weird thing happening here.
Installed Low Search locally, fixed it up nice and it works great. I pushed the changes up to my development server and everything looks fine....until I actually try and run a search. After hitting Submit in the form, it brings up a white screen with simply the domain name in the URL.
Does this even sound vaguely familiar to anyone? I tried turning on debugging but its not showing anything in the supposed results page (it doesn't even seem to be going there).
I should also add that in the Control Panel everything is there, but when I try and view the Search Log, again white screen. Running 2.1.2
Replies
Low 3 Feb 2013 12:57
Can you see a particular header being returned, perhaps with firebug or something similar? It might be a mod_security setting; maybe ask your host if that's enabled on your server.
jamesrhull 4 Feb 2013 02:05
I don't see any headers being returned, but perhaps I'm not looking in the right place. I tried clicking on Rebuild Index for one of the collections and the progress bar comes up (0/282) but then it just cycles the three squares animation and does nothing.
I looked under Network in Developer Tools and the only difference with other pages is that it just says POST under method (all the pages that work say GET).
The other thing I should add is that previously Search worked great on this server with no security settings adjusted.
Low 4 Feb 2013 08:51
Any chance I can access your staging server so I can take a look myself? You can send superadmin login credentials to hi at gotolow dot com.
jamesrhull 7 Feb 2013 23:53
This turned out to be a PHP issue - was running 5.1 instead of the obviously stated requirement of 5.2 or above. Updating to the latest fixed all issues and Search works beau-tifully!