[ADMINNODE] Error on new node creation #88
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
PHP Fatal error: Maximum execution time of 30 seconds exceeded in lib/system/system_data/right/right.php on line 344
[Wed Sep 22 00:23:38.031779 2021] [php7:error] [pid 5684] [client 107.189.8.65:39396] PHP Fatal error: Uncaught Error: Call to undefined method Node::setHasPublic() in lib/object_coordination/adminnode/adminnode.php:224\nStack trace:\n#0 lib/system/system_control/systemcontrol.php(504): AdminNode->execCreateAdmin()\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/adminnode/adminnode.php on line 22
Issue fixed. Changed name function Node::setHasPublic() to Node::setHasPublicPage() at line 224 of lib/object_coordination/adminnode/adminnode.php.
Pushed to master