21490 Posts in 5783 Topics by 2622 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 855 Views |
-
DataObjectDecorator extraStatics() error

27 January 2011 at 7:38am
I had a new error recently with SS 2.4.4... has anyone else seen this one?
Strict Standards: Non-static method MyModuleDecorator::extraStatics() cannot be called statically in /Applications/MAMP/htdocs/smartsuite/sapphire/core/model/DataObjectDecorator.php on line 69
<?php
class MyModuleDecorator extends DataObjectDecorator {
function extraStatics() {
return array(
'db' => array(
'NewField' => 'Float'
)
);
}
} -
Re: DataObjectDecorator extraStatics() error

28 October 2012 at 11:33pm
You need to upgrade SilverStripe or make changes by yourself: make this method static.
| 855 Views | ||
|
Page:
1
|
Go to Top |


