Hello Everyone,
I've installed Centurion but having blank screen post installation. I've visited wiki but solution didn't work for me. During installation command 'sh ./bin/zf.sh check install' didn't work for me. It showed an error "Action 'check' is not a valid action". Though I've chmod directory trees ($ROOTPATH/data, $ROOTPATH/public/cached, $ROOT_PATH/public/files recursively) and executed db install. Db install worked without any error. But after that I'm getting blank screen. I've tried to figure out where it went wrong. After using couple of die(var_dump()) I've found that it's breaking after '$application->bootstrap();' - line no. 45. Though $application abject is being created successfully as a var_dump before that line dumping the object. So looks like its breaking on bootstrap call. Please help me.
My system config - Ubuntu 13.04 (64 bit), Apache 2.2.22, Php 5.4.9.