Notices and Fatal error where more than 3 and 4 databasejoins from 1 table

fenixsz

New Member
Hello,

I am attempting to make project managing solution with costings, investments and track profitability of developed products.

rev.5560, rev.5561

So I Have:

1. Projects table
2. Tasks table - 1st join
3. Hours reporting table - 2nd join
4. Products table - 3rd join
5. Investments - 4rd join

Also have joint table with most of them to make calculations. - 5th join?

Edit: Confirm, that when there are more than 3 database-joins, receive notices, when they are 5 or more fatal error.

So when I all are published, the I had following error:
( ! ) Notice: Undefined offset: 4 in D:\wamp\www\project\components\com_fabrik\models\list.php on line 767 Call Stack #TimeMemoryFunctionLocation 10.0007390312{main}( )..\index.php:0 20.446710498504JSite->dispatch( )..\index.php:43 30.457410555936JComponentHelper::renderComponent( )..\application.php:187 40.462010664024require_once( 'D:\wamp\www\project\components\com_fabrik\fabrik.php' )..\helper.php:156 50.519314395392JController->execute( )..\fabrik.php:123 60.519314395440FabrikControllerList->display( )..\controller.php:679 70.571317411064JCacheControllerView->get( )..\list.php:77 80.571717453752FabrikViewList->display( )..\view.php:88 90.620917615040FabrikFEModelList->render( )..\view.html.php:194 100.888322950032FabrikFEModelList->getData( )..\list.php:242 111.008823142680FabrikFEModelList->formatData( )..\list.php:400 121.130323424928FabrikFEModelList->addSelectBoxAndLinks( )..\list.php:596
( ! ) Fatal error: Cannot access empty property in D:\wamp\www\project\components\com_fabrik\models\list.php on line 767 Call Stack #TimeMemoryFunctionLocation 10.0007390312{main}( )..\index.php:0 20.446710498504JSite->dispatch( )..\index.php:43 30.457410555936JComponentHelper::renderComponent( )..\application.php:187 40.462010664024require_once( 'D:\wamp\www\project\components\com_fabrik\fabrik.php' )..\helper.php:156 50.519314395392JController->execute( )..\fabrik.php:123 60.519314395440FabrikControllerList->display( )..\controller.php:679 70.571317411064JCacheControllerView->get( )..\list.php:77 80.571717453752FabrikViewList->display( )..\view.php:88 90.620917615040FabrikFEModelList->render( )..\view.html.php:194 100.888322950032FabrikFEModelList->getData( )..\list.php:242 111.008823142680FabrikFEModelList->formatData( )..\list.php:400 121.130323424928FabrikFEModelList->addSelectBoxAndLinks( )..\list.php:596
When I Unpublished joined table and have 3 or 4 database joines, have following
notice:

( ! ) Notice: Trying to get property of non-object in D:\wamp\www\project\components\com_fabrik\models\list.php on line 4035 Call Stack #TimeMemoryFunctionLocation 10.0020390312{main}( )..\index.php:0 20.625910498504JSite->dispatch( )..\index.php:43 30.632810555936JComponentHelper::renderComponent( )..\application.php:187 40.641310664024require_once( 'D:\wamp\www\project\components\com_fabrik\fabrik.php' )..\helper.php:156 50.699414395392JController->execute( )..\fabrik.php:123 60.699414395440FabrikControllerList->display( )..\controller.php:679 70.749017411064JCacheControllerView->get( )..\list.php:77 80.749417453752FabrikViewList->display( )..\view.php:88 91.385123485000JView->get( )..\view.html.php:335 101.385123485120FabrikFEModelList->getHeadings( )..\view.php:365
( ! ) Notice: Trying to get property of non-object in D:\wamp\www\project\components\com_fabrik\models\list.php on line 4035 Call Stack #TimeMemoryFunctionLocation 10.0020390312{main}( )..\index.php:0 20.625910498504JSite->dispatch( )..\index.php:43 30.632810555936JComponentHelper::renderComponent( )..\application.php:187 40.641310664024require_once( 'D:\wamp\www\project\components\com_fabrik\fabrik.php' )..\helper.php:156 50.699414395392JController->execute( )..\fabrik.php:123 60.699414395440FabrikControllerList->display( )..\controller.php:679 70.749017411064JCacheControllerView->get( )..\list.php:77 80.749417453752FabrikViewList->display( )..\view.php:88 91.385123485000JView->get( )..\view.html.php:335 101.385123485120FabrikFEModelList->getHeadings( )..\view.php:365
( ! ) Notice: Trying to get property of non-object in D:\wamp\www\project\components\com_fabrik\models\list.php on line 4035 Call Stack #TimeMemoryFunctionLocation 10.0020390312{main}( )..\index.php:0 20.625910498504JSite->dispatch( )..\index.php:43 30.632810555936JComponentHelper::renderComponent( )..\application.php:187 40.641310664024require_once( 'D:\wamp\www\project\components\com_fabrik\fabrik.php' )..\helper.php:156 50.699414395392JController->execute( )..\fabrik.php:123 60.699414395440FabrikControllerList->display( )..\controller.php:679 70.749017411064JCacheControllerView->get( )..\list.php:77 80.749417453752FabrikViewList->display( )..\view.php:88 91.385123485000JView->get( )..\view.html.php:335 101.385123485120FabrikFEModelList->getHeadings( )..\view.php:365
( ! ) Notice: Undefined property: stdClass::$-- in D:\wamp\www\project\components\com_fabrik\models\list.php on line 4036 Call Stack #TimeMemoryFunctionLocation 10.0020390312{main}( )..\index.php:0 20.625910498504JSite->dispatch( )..\index.php:43 30.632810555936JComponentHelper::renderComponent( )..\application.php:187 40.641310664024require_once( 'D:\wamp\www\project\components\com_fabrik\fabrik.php' )..\helper.php:156 50.699414395392JController->execute( )..\fabrik.php:123 60.699414395440FabrikControllerList->display( )..\controller.php:679 70.749017411064JCacheControllerView->get( )..\list.php:77 80.749417453752FabrikViewList->display( )..\view.php:88 91.385123485000JView->get( )..\view.html.php:335 101.385123485120FabrikFEModelList->getHeadings( )..\view.php:365
( ! ) Notice: Undefined property: stdClass::$-- in D:\wamp\www\project\components\com_fabrik\models\list.php on line 4038 Call Stack #TimeMemoryFunctionLocation 10.0020390312{main}( )..\index.php:0 20.625910498504JSite->dispatch( )..\index.php:43 30.632810555936JComponentHelper::renderComponent( )..\application.php:187 40.641310664024require_once( 'D:\wamp\www\project\components\com_fabrik\fabrik.php' )..\helper.php:156 50.699414395392JController->execute( )..\fabrik.php:123 60.699414395440FabrikControllerList->display( )..\controller.php:679 70.749017411064JCacheControllerView->get( )..\list.php:77 80.749417453752FabrikViewList->display( )..\view.php:88 91.385123485000JView->get( )..\view.html.php:335 101.385123485120FabrikFEModelList->getHeadings( )..\view.php:365
( ! ) Notice: Trying to get property of non-object in D:\wamp\www\project\components\com_fabrik\models\list.php on line 4039 Call Stack #TimeMemoryFunctionLocation 10.0020390312{main}( )..\index.php:0 20.625910498504JSite->dispatch( )..\index.php:43 30.632810555936JComponentHelper::renderComponent( )..\application.php:187 40.641310664024require_once( 'D:\wamp\www\project\components\com_fabrik\fabrik.php' )..\helper.php:156 50.699414395392JController->execute( )..\fabrik.php:123 60.699414395440FabrikControllerList->display( )..\controller.php:679 70.749017411064JCacheControllerView->get( )..\list.php:77 80.749417453752FabrikViewList->display( )..\view.php:88 91.385123485000JView->get( )..\view.html.php:335 101.385123485120FabrikFEModelList->getHeadings( )..\view.php:365
( ! ) Notice: Trying to get property of non-object in D:\wamp\www\project\components\com_fabrik\models\list.php on line 4039 Call Stack #TimeMemoryFunctionLocation 10.0020390312{main}( )..\index.php:0 20.625910498504JSite->dispatch( )..\index.php:43 30.632810555936JComponentHelper::renderComponent( )..\application.php:187 40.641310664024require_once( 'D:\wamp\www\project\components\com_fabrik\fabrik.php' )..\helper.php:156 50.699414395392JController->execute( )..\fabrik.php:123 60.699414395440FabrikControllerList->display( )..\controller.php:679 70.749017411064JCacheControllerView->get( )..\list.php:77 80.749417453752FabrikViewList->display( )..\view.php:88 91.385123485000JView->get( )..\view.html.php:335 101.385123485120FabrikFEModelList->getHeadings( )..\view.php:365
( ! ) Notice: Trying to get property of non-object in D:\wamp\www\project\components\com_fabrik\models\list.php on line 4040 Call Stack #TimeMemoryFunctionLocation 10.0020390312{main}( )..\index.php:0 20.625910498504JSite->dispatch( )..\index.php:43 30.632810555936JComponentHelper::renderComponent( )..\application.php:187 40.641310664024require_once( 'D:\wamp\www\project\components\com_fabrik\fabrik.php' )..\helper.php:156 50.699414395392JController->execute( )..\fabrik.php:123 60.699414395440FabrikControllerList->display( )..\controller.php:679 70.749017411064JCacheControllerView->get( )..\list.php:77 80.749417453752FabrikViewList->display( )..\view.php:88 91.385123485000JView->get( )..\view.html.php:335 101.385123485120FabrikFEModelList->getHeadings( )..\view.php:365
( ! ) Notice: Trying to get property of non-object in D:\wamp\www\project\components\com_fabrik\models\list.php on line 4035 Call Stack #TimeMemoryFunctionLocation 10.0020390312{main}( )..\index.php:0 20.625910498504JSite->dispatch( )..\index.php:43 30.632810555936JComponentHelper::renderComponent( )..\application.php:187 40.641310664024require_once( 'D:\wamp\www\project\components\com_fabrik\fabrik.php' )..\helper.php:156 50.699414395392JController->execute( )..\fabrik.php:123 60.699414395440FabrikControllerList->display( )..\controller.php:679 70.749017411064JCacheControllerView->get( )..\list.php:77 80.749417453752FabrikViewList->display( )..\view.php:88 91.385123485000JView->get( )..\view.html.php:335 101.385123485120FabrikFEModelList->getHeadings( )..\view.php:365
( ! ) Notice: Trying to get property of non-object in D:\wamp\www\project\components\com_fabrik\models\list.php on line 4035 Call Stack #TimeMemoryFunctionLocation 10.0020390312{main}( )..\index.php:0 20.625910498504JSite->dispatch( )..\index.php:43 30.632810555936JComponentHelper::renderComponent( )..\application.php:187 40.641310664024require_once( 'D:\wamp\www\project\components\com_fabrik\fabrik.php' )..\helper.php:156 50.699414395392JController->execute( )..\fabrik.php:123 60.699414395440FabrikControllerList->display( )..\controller.php:679 70.749017411064JCacheControllerView->get( )..\list.php:77 80.749417453752FabrikViewList->display( )..\view.php:88 91.385123485000JView->get( )..\view.html.php:335 101.385123485120FabrikFEModelList->getHeadings( )..\view.php:365
( ! ) Notice: Trying to get property of non-object in D:\wamp\www\project\components\com_fabrik\models\list.php on line 4035 Call Stack #TimeMemoryFunctionLocation 10.0020390312{main}( )..\index.php:0 20.625910498504JSite->dispatch( )..\index.php:43 30.632810555936JComponentHelper::renderComponent( )..\application.php:187 40.641310664024require_once( 'D:\wamp\www\project\components\com_fabrik\fabrik.php' )..\helper.php:156 50.699414395392JController->execute( )..\fabrik.php:123 60.699414395440FabrikControllerList->display( )..\controller.php:679 70.749017411064JCacheControllerView->get( )..\list.php:77 80.749417453752FabrikViewList->display( )..\view.php:88 91.385123485000JView->get( )..\view.html.php:335 101.385123485120FabrikFEModelList->getHeadings( )..\view.php:365
( ! ) Notice: Undefined property: stdClass::$-- in D:\wamp\www\project\components\com_fabrik\models\list.php on line 4036 Call Stack #TimeMemoryFunctionLocation 10.0020390312{main}( )..\index.php:0 20.625910498504JSite->dispatch( )..\index.php:43 30.632810555936JComponentHelper::renderComponent( )..\application.php:187 40.641310664024require_once( 'D:\wamp\www\project\components\com_fabrik\fabrik.php' )..\helper.php:156 50.699414395392JController->execute( )..\fabrik.php:123 60.699414395440FabrikControllerList->display( )..\controller.php:679 70.749017411064JCacheControllerView->get( )..\list.php:77 80.749417453752FabrikViewList->display( )..\view.php:88 91.385123485000JView->get( )..\view.html.php:335 101.385123485120FabrikFEModelList->getHeadings( )..\view.php:365
( ! ) Notice: Undefined property: stdClass::$-- in D:\wamp\www\project\components\com_fabrik\models\list.php on line 4038 Call Stack #TimeMemoryFunctionLocation 10.0020390312{main}( )..\index.php:0 20.625910498504JSite->dispatch( )..\index.php:43 30.632810555936JComponentHelper::renderComponent( )..\application.php:187 40.641310664024require_once( 'D:\wamp\www\project\components\com_fabrik\fabrik.php' )..\helper.php:156 50.699414395392JController->execute( )..\fabrik.php:123 60.699414395440FabrikControllerList->display( )..\controller.php:679 70.749017411064JCacheControllerView->get( )..\list.php:77 80.749417453752FabrikViewList->display( )..\view.php:88 91.385123485000JView->get( )..\view.html.php:335 101.385123485120FabrikFEModelList->getHeadings( )..\view.php:365
( ! ) Notice: Trying to get property of non-object in D:\wamp\www\project\components\com_fabrik\models\list.php on line 4039 Call Stack #TimeMemoryFunctionLocation 10.0020390312{main}( )..\index.php:0 20.625910498504JSite->dispatch( )..\index.php:43 30.632810555936JComponentHelper::renderComponent( )..\application.php:187 40.641310664024require_once( 'D:\wamp\www\project\components\com_fabrik\fabrik.php' )..\helper.php:156 50.699414395392JController->execute( )..\fabrik.php:123 60.699414395440FabrikControllerList->display( )..\controller.php:679 70.749017411064JCacheControllerView->get( )..\list.php:77 80.749417453752FabrikViewList->display( )..\view.php:88 91.385123485000JView->get( )..\view.html.php:335 101.385123485120FabrikFEModelList->getHeadings( )..\view.php:365
( ! ) Notice: Trying to get property of non-object in D:\wamp\www\project\components\com_fabrik\models\list.php on line 4039 Call Stack #TimeMemoryFunctionLocation 10.0020390312{main}( )..\index.php:0 20.625910498504JSite->dispatch( )..\index.php:43 30.632810555936JComponentHelper::renderComponent( )..\application.php:187 40.641310664024require_once( 'D:\wamp\www\project\components\com_fabrik\fabrik.php' )..\helper.php:156 50.699414395392JController->execute( )..\fabrik.php:123 60.699414395440FabrikControllerList->display( )..\controller.php:679 70.749017411064JCacheControllerView->get( )..\list.php:77 80.749417453752FabrikViewList->display( )..\view.php:88 91.385123485000JView->get( )..\view.html.php:335 101.385123485120FabrikFEModelList->getHeadings( )..\view.php:365
( ! ) Notice: Trying to get property of non-object in D:\wamp\www\project\components\com_fabrik\models\list.php on line 4040 Call Stack #TimeMemoryFunctionLocation 10.0020390312{main}( )..\index.php:0 20.625910498504JSite->dispatch( )..\index.php:43 30.632810555936JComponentHelper::renderComponent( )..\application.php:187 40.641310664024require_once( 'D:\wamp\www\project\components\com_fabrik\fabrik.php' )..\helper.php:156 50.699414395392JController->execute( )..\fabrik.php:123 60.699414395440FabrikControllerList->display( )..\controller.php:679 70.749017411064JCacheControllerView->get( )..\list.php:77 80.749417453752FabrikViewList->display( )..\view.php:88 91.385123485000JView->get( )..\view.html.php:335 101.385123485120FabrikFEModelList->getHeadings( )..\view.php:365
( ! ) Notice: Trying to get property of non-object in D:\wamp\www\project\components\com_fabrik\models\list.php on line 4035 Call Stack #TimeMemoryFunctionLocation 10.0020390312{main}( )..\index.php:0 20.625910498504JSite->dispatch( )..\index.php:43 30.632810555936JComponentHelper::renderComponent( )..\application.php:187 40.641310664024require_once( 'D:\wamp\www\project\components\com_fabrik\fabrik.php' )..\helper.php:156 50.699414395392JController->execute( )..\fabrik.php:123 60.699414395440FabrikControllerList->display( )..\controller.php:679 70.749017411064JCacheControllerView->get( )..\list.php:77 80.749417453752FabrikViewList->display( )..\view.php:88 91.405523531896JView->get( )..\view.html.php:336 101.405623532024FabrikFEModelList->getGroupByHeadings( )..\view.php:365 111.405723532336FabrikFEModelList->getHeadings( )..\list.php:6736
( ! ) Notice: Trying to get property of non-object in D:\wamp\www\project\components\com_fabrik\models\list.php on line 4035 Call Stack #TimeMemoryFunctionLocation 10.0020390312{main}( )..\index.php:0 20.625910498504JSite->dispatch( )..\index.php:43 30.632810555936JComponentHelper::renderComponent( )..\application.php:187 40.641310664024require_once( 'D:\wamp\www\project\components\com_fabrik\fabrik.php' )..\helper.php:156 50.699414395392JController->execute( )..\fabrik.php:123 60.699414395440FabrikControllerList->display( )..\controller.php:679 70.749017411064JCacheControllerView->get( )..\list.php:77 80.749417453752FabrikViewList->display( )..\view.php:88 91.405523531896JView->get( )..\view.html.php:336 101.405623532024FabrikFEModelList->getGroupByHeadings( )..\view.php:365 111.405723532336FabrikFEModelList->getHeadings( )..\list.php:6736
( ! ) Notice: Trying to get property of non-object in D:\wamp\www\project\components\com_fabrik\models\list.php on line 4035 Call Stack #TimeMemoryFunctionLocation 10.0020390312{main}( )..\index.php:0 20.625910498504JSite->dispatch( )..\index.php:43 30.632810555936JComponentHelper::renderComponent( )..\application.php:187 40.641310664024require_once( 'D:\wamp\www\project\components\com_fabrik\fabrik.php' )..\helper.php:156 50.699414395392JController->execute( )..\fabrik.php:123 60.699414395440FabrikControllerList->display( )..\controller.php:679 70.749017411064JCacheControllerView->get( )..\list.php:77 80.749417453752FabrikViewList->display( )..\view.php:88 91.405523531896JView->get( )..\view.html.php:336 101.405623532024FabrikFEModelList->getGroupByHeadings( )..\view.php:365 111.405723532336FabrikFEModelList->getHeadings( )..\list.php:6736
( ! ) Notice: Undefined property: stdClass::$-- in D:\wamp\www\project\components\com_fabrik\models\list.php on line 4036 Call Stack #TimeMemoryFunctionLocation 10.0020390312{main}( )..\index.php:0 20.625910498504JSite->dispatch( )..\index.php:43 30.632810555936JComponentHelper::renderComponent( )..\application.php:187 40.641310664024require_once( 'D:\wamp\www\project\components\com_fabrik\fabrik.php' )..\helper.php:156 50.699414395392JController->execute( )..\fabrik.php:123 60.699414395440FabrikControllerList->display( )..\controller.php:679 70.749017411064JCacheControllerView->get( )..\list.php:77 80.749417453752FabrikViewList->display( )..\view.php:88 91.405523531896JView->get( )..\view.html.php:336 101.405623532024FabrikFEModelList->getGroupByHeadings( )..\view.php:365 111.405723532336FabrikFEModelList->getHeadings( )..\list.php:6736
( ! ) Notice: Undefined property: stdClass::$-- in D:\wamp\www\project\components\com_fabrik\models\list.php on line 4038 Call Stack #TimeMemoryFunctionLocation 10.0020390312{main}( )..\index.php:0 20.625910498504JSite->dispatch( )..\index.php:43 30.632810555936JComponentHelper::renderComponent( )..\application.php:187 40.641310664024require_once( 'D:\wamp\www\project\components\com_fabrik\fabrik.php' )..\helper.php:156 50.699414395392JController->execute( )..\fabrik.php:123 60.699414395440FabrikControllerList->display( )..\controller.php:679 70.749017411064JCacheControllerView->get( )..\list.php:77 80.749417453752FabrikViewList->display( )..\view.php:88 91.405523531896JView->get( )..\view.html.php:336 101.405623532024FabrikFEModelList->getGroupByHeadings( )..\view.php:365 111.405723532336FabrikFEModelList->getHeadings( )..\list.php:6736
( ! ) Notice: Trying to get property of non-object in D:\wamp\www\project\components\com_fabrik\models\list.php on line 4039 Call Stack #TimeMemoryFunctionLocation 10.0020390312{main}( )..\index.php:0 20.625910498504JSite->dispatch( )..\index.php:43 30.632810555936JComponentHelper::renderComponent( )..\application.php:187 40.641310664024require_once( 'D:\wamp\www\project\components\com_fabrik\fabrik.php' )..\helper.php:156 50.699414395392JController->execute( )..\fabrik.php:123 60.699414395440FabrikControllerList->display( )..\controller.php:679 70.749017411064JCacheControllerView->get( )..\list.php:77 80.749417453752FabrikViewList->display( )..\view.php:88 91.405523531896JView->get( )..\view.html.php:336 101.405623532024FabrikFEModelList->getGroupByHeadings( )..\view.php:365 111.405723532336FabrikFEModelList->getHeadings( )..\list.php:6736
( ! ) Notice: Trying to get property of non-object in D:\wamp\www\project\components\com_fabrik\models\list.php on line 4039 Call Stack #TimeMemoryFunctionLocation 10.0020390312{main}( )..\index.php:0 20.625910498504JSite->dispatch( )..\index.php:43 30.632810555936JComponentHelper::renderComponent( )..\application.php:187 40.641310664024require_once( 'D:\wamp\www\project\components\com_fabrik\fabrik.php' )..\helper.php:156 50.699414395392JController->execute( )..\fabrik.php:123 60.699414395440FabrikControllerList->display( )..\controller.php:679 70.749017411064JCacheControllerView->get( )..\list.php:77 80.749417453752FabrikViewList->display( )..\view.php:88 91.405523531896JView->get( )..\view.html.php:336 101.405623532024FabrikFEModelList->getGroupByHeadings( )..\view.php:365 111.405723532336FabrikFEModelList->getHeadings( )..\list.php:6736
( ! ) Notice: Trying to get property of non-object in D:\wamp\www\project\components\com_fabrik\models\list.php on line 4040 Call Stack #TimeMemoryFunctionLocation 10.0020390312{main}( )..\index.php:0 20.625910498504JSite->dispatch( )..\index.php:43 30.632810555936JComponentHelper::renderComponent( )..\application.php:187 40.641310664024require_once( 'D:\wamp\www\project\components\com_fabrik\fabrik.php' )..\helper.php:156 50.699414395392JController->execute( )..\fabrik.php:123 60.699414395440FabrikControllerList->display( )..\controller.php:679 70.749017411064JCacheControllerView->get( )..\list.php:77 80.749417453752FabrikViewList->display( )..\view.php:88 91.405523531896JView->get( )..\view.html.php:336 101.405623532024FabrikFEModelList->getGroupByHeadings( )..\view.php:365 111.405723532336FabrikFEModelList->getHeadings( )..\list.php:6736
( ! ) Notice: Trying to get property of non-object in D:\wamp\www\project\components\com_fabrik\models\list.php on line 4035 Call Stack #TimeMemoryFunctionLocation 10.0020390312{main}( )..\index.php:0 20.625910498504JSite->dispatch( )..\index.php:43 30.632810555936JComponentHelper::renderComponent( )..\application.php:187 40.641310664024require_once( 'D:\wamp\www\project\components\com_fabrik\fabrik.php' )..\helper.php:156 50.699414395392JController->execute( )..\fabrik.php:123 60.699414395440FabrikControllerList->display( )..\controller.php:679 70.749017411064JCacheControllerView->get( )..\list.php:77 80.749417453752FabrikViewList->display( )..\view.php:88 91.405523531896JView->get( )..\view.html.php:336 101.405623532024FabrikFEModelList->getGroupByHeadings( )..\view.php:365 111.405723532336FabrikFEModelList->getHeadings( )..\list.php:6736
( ! ) Notice: Trying to get property of non-object in D:\wamp\www\project\components\com_fabrik\models\list.php on line 4035 Call Stack #TimeMemoryFunctionLocation 10.0020390312{main}( )..\index.php:0 20.625910498504JSite->dispatch( )..\index.php:43 30.632810555936JComponentHelper::renderComponent( )..\application.php:187 40.641310664024require_once( 'D:\wamp\www\project\components\com_fabrik\fabrik.php' )..\helper.php:156 50.699414395392JController->execute( )..\fabrik.php:123 60.699414395440FabrikControllerList->display( )..\controller.php:679 70.749017411064JCacheControllerView->get( )..\list.php:77 80.749417453752FabrikViewList->display( )..\view.php:88 91.405523531896JView->get( )..\view.html.php:336 101.405623532024FabrikFEModelList->getGroupByHeadings( )..\view.php:365 111.405723532336FabrikFEModelList->getHeadings( )..\list.php:6736
( ! ) Notice: Trying to get property of non-object in D:\wamp\www\project\components\com_fabrik\models\list.php on line 4035 Call Stack #TimeMemoryFunctionLocation 10.0020390312{main}( )..\index.php:0 20.625910498504JSite->dispatch( )..\index.php:43 30.632810555936JComponentHelper::renderComponent( )..\application.php:187 40.641310664024require_once( 'D:\wamp\www\project\components\com_fabrik\fabrik.php' )..\helper.php:156 50.699414395392JController->execute( )..\fabrik.php:123 60.699414395440FabrikControllerList->display( )..\controller.php:679 70.749017411064JCacheControllerView->get( )..\list.php:77 80.749417453752FabrikViewList->display( )..\view.php:88 91.405523531896JView->get( )..\view.html.php:336 101.405623532024FabrikFEModelList->getGroupByHeadings( )..\view.php:365 111.405723532336FabrikFEModelList->getHeadings( )..\list.php:6736
( ! ) Notice: Undefined property: stdClass::$-- in D:\wamp\www\project\components\com_fabrik\models\list.php on line 4036 Call Stack #TimeMemoryFunctionLocation 10.0020390312{main}( )..\index.php:0 20.625910498504JSite->dispatch( )..\index.php:43 30.632810555936JComponentHelper::renderComponent( )..\application.php:187 40.641310664024require_once( 'D:\wamp\www\project\components\com_fabrik\fabrik.php' )..\helper.php:156 50.699414395392JController->execute( )..\fabrik.php:123 60.699414395440FabrikControllerList->display( )..\controller.php:679 70.749017411064JCacheControllerView->get( )..\list.php:77 80.749417453752FabrikViewList->display( )..\view.php:88 91.405523531896JView->get( )..\view.html.php:336 101.405623532024FabrikFEModelList->getGroupByHeadings( )..\view.php:365 111.405723532336FabrikFEModelList->getHeadings( )..\list.php:6736
( ! ) Notice: Undefined property: stdClass::$-- in D:\wamp\www\project\components\com_fabrik\models\list.php on line 4038 Call Stack #TimeMemoryFunctionLocation 10.0020390312{main}( )..\index.php:0 20.625910498504JSite->dispatch( )..\index.php:43 30.632810555936JComponentHelper::renderComponent( )..\application.php:187 40.641310664024require_once( 'D:\wamp\www\project\components\com_fabrik\fabrik.php' )..\helper.php:156 50.699414395392JController->execute( )..\fabrik.php:123 60.699414395440FabrikControllerList->display( )..\controller.php:679 70.749017411064JCacheControllerView->get( )..\list.php:77 80.749417453752FabrikViewList->display( )..\view.php:88 91.405523531896JView->get( )..\view.html.php:336 101.405623532024FabrikFEModelList->getGroupByHeadings( )..\view.php:365 111.405723532336FabrikFEModelList->getHeadings( )..\list.php:6736
( ! ) Notice: Trying to get property of non-object in D:\wamp\www\project\components\com_fabrik\models\list.php on line 4039 Call Stack #TimeMemoryFunctionLocation 10.0020390312{main}( )..\index.php:0 20.625910498504JSite->dispatch( )..\index.php:43 30.632810555936JComponentHelper::renderComponent( )..\application.php:187 40.641310664024require_once( 'D:\wamp\www\project\components\com_fabrik\fabrik.php' )..\helper.php:156 50.699414395392JController->execute( )..\fabrik.php:123 60.699414395440FabrikControllerList->display( )..\controller.php:679 70.749017411064JCacheControllerView->get( )..\list.php:77 80.749417453752FabrikViewList->display( )..\view.php:88 91.405523531896JView->get( )..\view.html.php:336 101.405623532024FabrikFEModelList->getGroupByHeadings( )..\view.php:365 111.405723532336FabrikFEModelList->getHeadings( )..\list.php:6736
( ! ) Notice: Trying to get property of non-object in D:\wamp\www\project\components\com_fabrik\models\list.php on line 4039 Call Stack #TimeMemoryFunctionLocation 10.0020390312{main}( )..\index.php:0 20.625910498504JSite->dispatch( )..\index.php:43 30.632810555936JComponentHelper::renderComponent( )..\application.php:187 40.641310664024require_once( 'D:\wamp\www\project\components\com_fabrik\fabrik.php' )..\helper.php:156 50.699414395392JController->execute( )..\fabrik.php:123 60.699414395440FabrikControllerList->display( )..\controller.php:679 70.749017411064JCacheControllerView->get( )..\list.php:77 80.749417453752FabrikViewList->display( )..\view.php:88 91.405523531896JView->get( )..\view.html.php:336 101.405623532024FabrikFEModelList->getGroupByHeadings( )..\view.php:365 111.405723532336FabrikFEModelList->getHeadings( )..\list.php:6736
( ! ) Notice: Trying to get property of non-object in D:\wamp\www\project\components\com_fabrik\models\list.php on line 4040 Call Stack #TimeMemoryFunctionLocation 10.0020390312{main}( )..\index.php:0 20.625910498504JSite->dispatch( )..\index.php:43 30.632810555936JComponentHelper::renderComponent( )..\application.php:187 40.641310664024require_once( 'D:\wamp\www\project\components\com_fabrik\fabrik.php' )..\helper.php:156 50.699414395392JController->execute( )..\fabrik.php:123 60.699414395440FabrikControllerList->display( )..\controller.php:679 70.749017411064JCacheControllerView->get( )..\list.php:77 80.749417453752FabrikViewList->display( )..\view.php:88 91.405523531896JView->get( )..\view.html.php:336 101.405623532024FabrikFEModelList->getGroupByHeadings( )..\view.php:365 111.405723532336FabrikFEModelList->getHeadings( )..\list.php:6736
 
Are you using fabrik3? If so have you updated from the svn? Also if you are using f3 it's best to post in the fabrik3 forum
 
Ignore that last message. I'm on my phone and didn't see you had posted in the f2 forum. I'll take a look when I'm back at the office
 
Little update:

I made on another site 5 simple tables with 1 field and 1 databasejoin from 6th and its working without errors...?

Maybe I made mess with a lot of deleted tables\lists and related forms, groups within different versions of SVN?

I sent PM regarding this issue.
 
We are in need of some funding.
More details.

Thank you.

Members online

Back
Top