| Post |
|
Guest
| Dean 5:44 am January 7, 2009
| |
|
|
Please replace the ??? with your data!
- URL to the FORM: http://lawwithlennon.com
- The browser used: Chrome, Firefox
- cforms version: 9.4
- Your Wordpress version: 2.7
[desc]:PLEASE HELP, when I activate on any of my blogs the site goes white screen. I looked in the FAQ and everything in #8 is ok so it is something else.
I have no idea what, can anyone please help?
|
|
|
Admin
| Oliver Munich, Germany posts 6237 7:46 am January 7, 2009
| |
|
|
how much php mem do you have reserved?
make sure there is no trailing empty line (last line) in cforms.php.
|
|
|
|
|
Guest
| Dean 3:05 pm January 7, 2009
| |
|
|
Mem=128
I checked and it ends with ?> nothing trailing it at all
|
|
|
Admin
| Oliver Munich, Germany posts 6237 7:35 pm January 7, 2009
| |
|
|
PHP5 and not PHP4 active?
|
|
|
|
|
Guest
| Dean 9:58 pm January 7, 2009
| |
|
|
Turns out I needed to add this to config file…
ini_set("session.save_handler","files");
|
|