Kunstmaan / KunstmaanBundlesStandardEdition

The "Kunstmaan Bundles Standard Edition" distribution
http://bundles.kunstmaan.be
MIT License
89 stars 39 forks source link

Error running kuma:generate:page command #167

Closed onalekitso closed 8 years ago

onalekitso commented 8 years ago

Urgent help needed

Im getting the below error when trying to run app/console kuma:generate:page

[Symfony\Component\Debug\Exception\ContextErrorException] Notice: Undefined index: rows

I'm using psr-4 and "kunstmaan/bundles-cms": "~3.0",

wimvds commented 8 years ago

You probably defined a pagetemplate without any rows (/regions) in it. So check the pagetemplates you defined. If you find any without rows, just add rows: [].

onalekitso commented 8 years ago

Thank you very much.

Highly appreciated

wimvds commented 8 years ago

No problem. Glad it helped.