- Posts: 3
- Thank you received: 0
Backend Strict Standards _getAssetParentId()
- illovo
- Topic Author
- Offline
- New Member
Less
More
10 years 6 months ago - 10 years 6 months ago #4958
by illovo
Backend Strict Standards _getAssetParentId() was created by illovo
PHP 5.4, Jommla 3.2.3, ZHGooglemap 5.5.2.4 and earlier
In nearly all BE edit views there is a meaage on top of the page like
As mentioned in the message this can be easily solved by renaming all 11 methods in folder administrator/components/com_zhgooglemap/tables/
from
to
In nearly all BE edit views there is a meaage on top of the page like
when error_reporting is activated.Strict Standards: Declaration of ZhGoogleMapTableZhGoogleMap::_getAssetParentId() should be compatible with JTable::_getAssetParentId(JTable $table = NULL, $id = NULL) in ...administrator\components\com_zhgooglemap\tables\zhgooglemap.php on line 88
As mentioned in the message this can be easily solved by renaming all 11 methods in folder administrator/components/com_zhgooglemap/tables/
from
Code:
protected function _getAssetParentId()
to
Code:
protected function _getAssetParentId(JTable $table = NULL, $id = NULL)
Last edit: 10 years 6 months ago by illovo.
Please Log in or Create an account to join the conversation.
- Dima
- Offline
- Platinum Member
10 years 6 months ago #4967
by Dima
Don't forget support my developments: post review in JED , donate , help with translation
Replied by Dima on topic Backend Strict Standards _getAssetParentId()
OK, I'll check and fix in next release
Don't forget support my developments: post review in JED , donate , help with translation
Please Log in or Create an account to join the conversation.
Time to create page: 0.176 seconds