10446 Posts in 2223 Topics by 1719 members
| Go to End | Next > | |
| Author | Topic: | 1450 Views |
-
Dashboard Module for SilverStripe 3

4 October 2012 at 4:21am
I've created a highly extensible dashboard module for SS3. Keen to get everyone's feedback.
Blog post/Screencasts: http://www.leftandmain.com/silverstripe-screencasts/2012/10/03/dashboard-module-for-silverstripe-3/
Demo: http://dashboard.unclecheeseproductions.com/admin
Github: http://github.com/unclecheese/silverstripe-dashboard
-------------
SilverStripe tips, tutorials, screencasts, and more
http://www.leftandmain.com -
Re: Dashboard Module for SilverStripe 3

19 October 2012 at 9:27am Last edited: 19 October 2012 9:27am
Hi, since yesterday i am testing SS3.0.3. After some installing problems i am now testing some modules. With the dashboard module i have some problems. Installation worked fine. I can add all dashboards but i can not delete or save. Here is the error message:
[18-Oct-2012 21:39:25] Error at framework/core/Core.php line 372: singleton() Called without a class ([..]/admin/dashboard/panel/4/gridsforpage?pageid=7)
Can anybody help?
Greetings, Carsten.
-
Re: Dashboard Module for SilverStripe 3

19 October 2012 at 9:32am
Not enough context. I'd need to see the whole error output.
---------------
Silverstripe tips, tutorials, screencasts, and more. http://www.leftandmain.com -
Re: Dashboard Module for SilverStripe 3

19 October 2012 at 9:51am
Hi Uncle Cheese,
that is a big problem at the moment. I am working on a virtual host machine. Most of my settings in _config.php does not work anymore. Even
SS_Log::add_writer(new SS_LogFileWriter(Director::baseFolder() . '/error_log.txt'), SS_Log::ERR);
SS_Log::add_writer(new SS_LogFileWriter(Director::baseFolder() . '/error_log.txt'), SS_Log::NOTICE)
SS_Log::add_writer(new SS_LogFileWriter(Director::baseFolder() . '/error_log.txt'), SS_Log::WARN);does not write any logfiles. Can you provide a "master" _config.php?
Also everything is very slow. I have about more then 50 silverstripe installations at www.bytecamp.net. There has never been any problem with SS2.x.
Greetings, Carsten.
-
Re: Dashboard Module for SilverStripe 3

20 October 2012 at 2:03am
hmm, i think it has something todo withe the translatable module:
Trace
=====
user_error(singleton() Called without a class,256)
Core.php:372singleton()
DataObject.php:2768DataObject::get_one(,"ID" = 1,1)
DataObject.php:2879DataObject::get_by_id(,1)
TranslatableCMSMainExtension.php:23TranslatableCMSMainExtension->init(,,,,,,)
Object.php:898Object->extend(init,)
LeftAndMain.php:345Greetings, Carsten.
-
Re: Dashboard Module for SilverStripe 3

20 October 2012 at 2:19am
... i have just uploaded an update of the translatable module from Git. Now everything works fine!
Greetings, Carsten.
-
Re: Dashboard Module for SilverStripe 3

20 October 2012 at 2:33am
Great! Thanks for documenting!
---------------
Silverstripe tips, tutorials, screencasts, and more. http://www.leftandmain.com
| 1450 Views | ||
| Go to Top | Next > |


