[HOME] undefined function getObjectSon() when existing landing page #78

Closed
opened 2021-04-28 03:07:51 +02:00 by Ghost · 2 comments

When Home object is loading a landing page template file, the following error occurs :

PHP Fatal error:  Uncaught Error: Call to undefined function getObjectSon() in [...]/lib/object_coordination/home/home.php:91\nStack trace:\n#0 [...]/lib/system/system_control/systemcontrol.php(504): Home->actionLecture()\n#1 [...]/lib/system/system_control/systemcontrol.php(285): SystemControl->__exec()\n#2 [...]/index.php(78): SystemControl->execute()\n#3 {main}\n  thrown in [...]/lib/object_coordination/home/home.php on line 91
When Home object is loading a landing page template file, the following error occurs : ``` PHP Fatal error: Uncaught Error: Call to undefined function getObjectSon() in [...]/lib/object_coordination/home/home.php:91\nStack trace:\n#0 [...]/lib/system/system_control/systemcontrol.php(504): Home->actionLecture()\n#1 [...]/lib/system/system_control/systemcontrol.php(285): SystemControl->__exec()\n#2 [...]/index.php(78): SystemControl->execute()\n#3 {main}\n thrown in [...]/lib/object_coordination/home/home.php on line 91 ```
Ghost added the
bug
master
labels 2021-04-28 03:07:52 +02:00
Author

Issue solved by re adding the getObjectSon() function in home class.

Issue solved by re adding the getObjectSon() function in home class.
Ghost added the
fixed
label 2021-04-28 03:08:45 +02:00
Ghost referenced this issue from a commit 2021-04-28 03:09:02 +02:00
Author

Pushed to master

Pushed to master
Ghost closed this issue 2021-04-28 03:09:23 +02:00
Sign in to join this conversation.
No description provided.