Jump to content

Yii "white page of death"


Darghon

Recommended Posts

Hi all,

 

I'm developing a application with the Yii framework, and implemented a record security by adding 3 functions to all models (canIView, canIEdit and canIDelete).

All models extend the same basemodel class, and all crud interfaces are simular.

 

For some reason whenever I try to view the cruds of the models "Product" or "Order" I get a white page, and no logs anywhere...

 

Debugging some I can echo lines upto the following line in code

 

echo "before";
$model = Product::model();
echo "after";
 

Before is shown, but not after.

 

The same code on a different model like "Division" does work...

 

Both models extend the same class (AuditModel) which implements several security functions and populates audit fields etc...

 

Can anyone help me debug this... or give an indication where I can find anything to point me towards any error in the code...

 

Yii application log is empty

Apache log is empty

 

Thx

Link to comment
Share on other sites

  • 2 months later...
This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.