Error in form.php

JcAndres

Member
HI, i have this error in my forms:

Code:
( ! ) Notice: Trying to get property of non-object in C:\wamp\www\gestion\components\com_fabrik\models\form.php on line 2962
Call Stack
#	Time	Memory	Function	Location
1	0.0040	699800	{main}( )	..\index.php:0
2	0.2924	13509656	JSite->dispatch( )	..\index.php:43
3	0.3138	13581688	JComponentHelper::renderComponent( )	..\application.php:191
4	0.3338	13722648	require_once( 'C:\wamp\www\gestion\components\com_fabrik\fabrik.php' )	..\helper.php:156
5	0.3558	14257592	JController->execute( )	..\fabrik.php:125
6	0.3559	14257672	FabrikControllerForm->display( )	..\controller.php:684
7	0.3873	16404416	JCacheControllerView->get( )	..\form.php:98
8	0.3892	16448112	fabrikViewForm->display( )	..\view.php:88
9	1.9592	25349440	JView->get( )	..\view.html.php:128
10	1.9593	25349624	FabrikFEModelForm->getRelatedTables( )	..\view.php:348

( ! ) Notice: Trying to get property of non-object in C:\wamp\www\gestion\components\com_fabrik\models\form.php on line 2963
Call Stack
#	Time	Memory	Function	Location
1	0.0040	699800	{main}( )	..\index.php:0
2	0.2924	13509656	JSite->dispatch( )	..\index.php:43
3	0.3138	13581688	JComponentHelper::renderComponent( )	..\application.php:191
4	0.3338	13722648	require_once( 'C:\wamp\www\gestion\components\com_fabrik\fabrik.php' )	..\helper.php:156
5	0.3558	14257592	JController->execute( )	..\fabrik.php:125
6	0.3559	14257672	FabrikControllerForm->display( )	..\controller.php:684
7	0.3873	16404416	JCacheControllerView->get( )	..\form.php:98
8	0.3892	16448112	fabrikViewForm->display( )	..\view.php:88
9	1.9592	25349440	JView->get( )	..\view.html.php:128
10	1.9593	25349624	FabrikFEModelForm->getRelatedTables( )	..\view.php:348

( ! ) Notice: Trying to get property of non-object in C:\wamp\www\gestion\components\com_fabrik\models\form.php on line 2964
Call Stack
#	Time	Memory	Function	Location
1	0.0040	699800	{main}( )	..\index.php:0
2	0.2924	13509656	JSite->dispatch( )	..\index.php:43
3	0.3138	13581688	JComponentHelper::renderComponent( )	..\application.php:191
4	0.3338	13722648	require_once( 'C:\wamp\www\gestion\components\com_fabrik\fabrik.php' )	..\helper.php:156
5	0.3558	14257592	JController->execute( )	..\fabrik.php:125
6	0.3559	14257672	FabrikControllerForm->display( )	..\controller.php:684
7	0.3873	16404416	JCacheControllerView->get( )	..\form.php:98
8	0.3892	16448112	fabrikViewForm->display( )	..\view.php:88
9	1.9592	25349440	JView->get( )	..\view.html.php:128
10	1.9593	25349624	FabrikFEModelForm->getRelatedTables( )	..\view.php:348

( ! ) Notice: Trying to get property of non-object in C:\wamp\www\gestion\components\com_fabrik\models\form.php on line 2965
Call Stack
#	Time	Memory	Function	Location
1	0.0040	699800	{main}( )	..\index.php:0
2	0.2924	13509656	JSite->dispatch( )	..\index.php:43
3	0.3138	13581688	JComponentHelper::renderComponent( )	..\application.php:191
4	0.3338	13722648	require_once( 'C:\wamp\www\gestion\components\com_fabrik\fabrik.php' )	..\helper.php:156
5	0.3558	14257592	JController->execute( )	..\fabrik.php:125
6	0.3559	14257672	FabrikControllerForm->display( )	..\controller.php:684
7	0.3873	16404416	JCacheControllerView->get( )	..\form.php:98
8	0.3892	16448112	fabrikViewForm->display( )	..\view.php:88
9	1.9592	25349440	JView->get( )	..\view.html.php:128
10	1.9593	25349624	FabrikFEModelForm->getRelatedTables( )	..\view.php:348

Any clue?

Thanks for your help!
 
hi that doesn't match up with the code from github - could you update from there and see if the issue is resolved. If not then post back the new error messages which should show different line numbers


thx
Rob
 
I update to last github code and get this error.

Code:
 Notice: Trying to get property of non-object in C:\wamp\www\gestion\components\com_fabrik\models\form.php on line 2987
Call Stack
#	Time	Memory	Function	Location
1	0.0037	699400	{main}( )	..\index.php:0
2	0.2838	13564808	JSite->dispatch( )	..\index.php:43
3	0.3050	13636832	JComponentHelper::renderComponent( )	..\application.php:191
4	0.3252	13777784	require_once( 'C:\wamp\www\gestion\components\com_fabrik\fabrik.php' )	..\helper.php:156
5	0.3473	14313992	JController->execute( )	..\fabrik.php:124
6	0.3473	14314072	FabrikControllerForm->display( )	..\controller.php:684
7	0.3794	16475440	JCacheControllerView->get( )	..\form.php:98
8	0.3813	16519144	fabrikViewForm->display( )	..\view.php:88
9	2.0482	25508640	JView->get( )	..\view.html.php:127
10	2.0483	25508824	FabrikFEModelForm->getRelatedTables( )	..\view.php:348

( ! ) Notice: Trying to get property of non-object in C:\wamp\www\gestion\components\com_fabrik\models\form.php on line 2988
Call Stack
#	Time	Memory	Function	Location
1	0.0037	699400	{main}( )	..\index.php:0
2	0.2838	13564808	JSite->dispatch( )	..\index.php:43
3	0.3050	13636832	JComponentHelper::renderComponent( )	..\application.php:191
4	0.3252	13777784	require_once( 'C:\wamp\www\gestion\components\com_fabrik\fabrik.php' )	..\helper.php:156
5	0.3473	14313992	JController->execute( )	..\fabrik.php:124
6	0.3473	14314072	FabrikControllerForm->display( )	..\controller.php:684
7	0.3794	16475440	JCacheControllerView->get( )	..\form.php:98
8	0.3813	16519144	fabrikViewForm->display( )	..\view.php:88
9	2.0482	25508640	JView->get( )	..\view.html.php:127
10	2.0483	25508824	FabrikFEModelForm->getRelatedTables( )	..\view.php:348

( ! ) Notice: Trying to get property of non-object in C:\wamp\www\gestion\components\com_fabrik\models\form.php on line 2989
Call Stack
#	Time	Memory	Function	Location
1	0.0037	699400	{main}( )	..\index.php:0
2	0.2838	13564808	JSite->dispatch( )	..\index.php:43
3	0.3050	13636832	JComponentHelper::renderComponent( )	..\application.php:191
4	0.3252	13777784	require_once( 'C:\wamp\www\gestion\components\com_fabrik\fabrik.php' )	..\helper.php:156
5	0.3473	14313992	JController->execute( )	..\fabrik.php:124
6	0.3473	14314072	FabrikControllerForm->display( )	..\controller.php:684
7	0.3794	16475440	JCacheControllerView->get( )	..\form.php:98
8	0.3813	16519144	fabrikViewForm->display( )	..\view.php:88
9	2.0482	25508640	JView->get( )	..\view.html.php:127
10	2.0483	25508824	FabrikFEModelForm->getRelatedTables( )	..\view.php:348

( ! ) Notice: Trying to get property of non-object in C:\wamp\www\gestion\components\com_fabrik\models\form.php on line 2990
Call Stack
#	Time	Memory	Function	Location
1	0.0037	699400	{main}( )	..\index.php:0
2	0.2838	13564808	JSite->dispatch( )	..\index.php:43
3	0.3050	13636832	JComponentHelper::renderComponent( )	..\application.php:191
4	0.3252	13777784	require_once( 'C:\wamp\www\gestion\components\com_fabrik\fabrik.php' )	..\helper.php:156
5	0.3473	14313992	JController->execute( )	..\fabrik.php:124
6	0.3473	14314072	FabrikControllerForm->display( )	..\controller.php:684
7	0.3794	16475440	JCacheControllerView->get( )	..\form.php:98
8	0.3813	16519144	fabrikViewForm->display( )	..\view.php:88
9	2.0482	25508640	JView->get( )	..\view.html.php:127
10	2.0483	25508824	FabrikFEModelForm->getRelatedTables( )	..\view.php:348
 
thanks -those lines match up with the code now :)
I've fixed those warning in @github

-Rob
 
We are in need of some funding.
More details.

Thank you.

Members online

Back
Top