开发者

cakePHP form submission results blank screen

I am facing a strange problem in cakePHP.

The issue is when ever i submitted a form it results a b开发者_C百科lank screen.

before submission the action work fine.

Do any body have any idea on this issue.

Thanks in advance


There are a few things to help you check what is happening.

1- Check config/core.php and set DEBUG to 2. If you are getting a blank screen, this may not do anything.

2- Check your controllers / models. Make sure there is no blank lines after the ending ?> php tag. This could also cause blank screens.

3- Check syntax of your code. Try commenting out code to see if there is some code that may be improperly formed causing syntactical outages.

You can try posting your code so we can take a look. Maybe we can eyeball what is occurring.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜