You might try putting these in your index file before calling the engine: $errorReporting = true; $BOLTstopWatch = true;
The first might give us some php messages. The second might give us a clue where the problem is (which zone for example). Also, do you have any apache or php error logs. My site is running pretty smooth, though I don't have cleanurls on my live site just yet. My guess though is one of your custom functions is either calling a function that no longer exists. You might try disabling any plugins temporarily to see if you can narrow down the problem. Just some initial thoughts. As far as I know everything in BoltWire works on any version of PHP > 5.0. My server is running 5.4 though... Cheers, Dan On Wed, Mar 19, 2014 at 2:49 PM, mz <[email protected]> wrote: > Thank you! > > I always get a blank screen after sending a form with 4.08 and 4.07. > It does not matter if I use cleanURLs or not. > Using your htaccess as suggested with 4.06 results in a blank screen, too. > Adding [NC] to my working htaccess delivers the same result. > > It use a classic shared hosting provider running PHP 5.2.12 as module, not > PHP-CGI. > > Does this help? > > Greetings, Martin > > -- > You received this message because you are subscribed to the Google Groups > "BoltWire" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/boltwire. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "BoltWire" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/boltwire. For more options, visit https://groups.google.com/d/optout.
