Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
August 28, 20213 yr Author 2 hours ago, Goza said: A quick question, does this also include pages app (fields) as well? Hi. No, it is for forums only.
August 29, 20213 yr 48 minutes ago, Michael R said: Can this be set up for a specific forum? I think so....
October 13, 20213 yr Error: Call to a member function getNewTopicPlaceholderSettings() on null (0) #0 /usr/home/tryhardujemypl/domains/tryhardujemy.pl/public_html/applications/core/sources/Statuses/Status.php(350): IPS\Content\newtopicplaceholders_hook_newtopicplaceholderforms::formElements(NULL, NULL) #1 /usr/home/tryhardujemypl/domains/tryhardujemy.pl/public_html/applications/core/modules/front/members/profile.php(271): IPS\core\Statuses\_Status::formElements() #2 /usr/home/tryhardujemypl/domains/tryhardujemy.pl/public_html/init.php(902) : eval()'d code(28): IPS\core\modules\front\members\_profile->manage() #3 /usr/home/tryhardujemypl/domains/tryhardujemy.pl/public_html/system/Dispatcher/Controller.php(101): IPS\core\modules\front\members\hook756->manage() #4 /usr/home/tryhardujemypl/domains/tryhardujemy.pl/public_html/applications/core/modules/front/members/profile.php(73): IPS\Dispatcher\_Controller->execute() #5 /usr/home/tryhardujemypl/domains/tryhardujemy.pl/public_html/system/Dispatcher/Dispatcher.php(153): IPS\core\modules\front\members\_profile->execute() #6 /usr/home/tryhardujemypl/domains/tryhardujemy.pl/public_html/index.php(13): IPS\_Dispatcher->run() #7 {main} any ideas?
October 13, 20213 yr Author 27 minutes ago, CZOLGu said: Error: Call to a member function getNewTopicPlaceholderSettings() on null (0) #0 /usr/home/tryhardujemypl/domains/tryhardujemy.pl/public_html/applications/core/sources/Statuses/Status.php(350): IPS\Content\newtopicplaceholders_hook_newtopicplaceholderforms::formElements(NULL, NULL) #1 /usr/home/tryhardujemypl/domains/tryhardujemy.pl/public_html/applications/core/modules/front/members/profile.php(271): IPS\core\Statuses\_Status::formElements() #2 /usr/home/tryhardujemypl/domains/tryhardujemy.pl/public_html/init.php(902) : eval()'d code(28): IPS\core\modules\front\members\_profile->manage() #3 /usr/home/tryhardujemypl/domains/tryhardujemy.pl/public_html/system/Dispatcher/Controller.php(101): IPS\core\modules\front\members\hook756->manage() #4 /usr/home/tryhardujemypl/domains/tryhardujemy.pl/public_html/applications/core/modules/front/members/profile.php(73): IPS\Dispatcher\_Controller->execute() #5 /usr/home/tryhardujemypl/domains/tryhardujemy.pl/public_html/system/Dispatcher/Dispatcher.php(153): IPS\core\modules\front\members\_profile->execute() #6 /usr/home/tryhardujemypl/domains/tryhardujemy.pl/public_html/index.php(13): IPS\_Dispatcher->run() #7 {main} any ideas? Can you please tell me where are you getting this error?
October 13, 20213 yr 11 minutes ago, Miss_B said: Can you please tell me where are you getting this error? on profiles
October 13, 20213 yr Author Just now, CZOLGu said: on profiles I can not reproduce this myself. On whose profiles? Yours, someone 's else? The more details you give the better.
October 13, 20213 yr 4 minutes ago, Miss_B said: I can not reproduce this myself. On whose profiles? Yours, someone 's else? The more details you give the better. all of them Edited October 13, 20213 yr by CZOLGu
October 14, 20213 yr Author 17 hours ago, CZOLGu said: all of them Can you send me the url to a member 's profile at your forum?
October 14, 20213 yr I can confirm that the issue is in your code inside the newtopicplaceholders_hook_newtopicplaceholderforms hook. $placeholder = $container->getNewTopicPlaceholderSettings(); You're assuming that $container is set, but there are many cases where $container will be null, which is also indicated by the default values from the method declaration public static function formElements( $item=NULL, \IPS\Node\Model $container=NULL )
October 14, 20213 yr Author 8 hours ago, Daniel F said: I can confirm that the issue is in your code inside the newtopicplaceholders_hook_newtopicplaceholderforms hook. $placeholder = $container->getNewTopicPlaceholderSettings(); You're assuming that $container is set, but there are many cases where $container will be null, which is also indicated by the default values from the method declaration public static function formElements( $item=NULL, \IPS\Node\Model $container=NULL ) Thanks @Daniel F. I will look into getting the bug fixed a.s.a.p.
October 23, 20213 yr Author 43 minutes ago, CZOLGu said: Still outdated? I apologize for the delay but I have been extremly busy. I have sent you a new version of the app in a pm. Edited October 23, 20213 yr by Miss_B
November 1, 20213 yr Author The error reported by @CZOLGu has been fixed. A new version has been uploaded.
May 24, 20231 yr Hello, I have updated web site to last version 4.7.10 and PHP 8.1, but I can't use feature : rebuild existing content. Error 1S111/1 You do not have permission to do this. The error in question comes from the New Topic Placeholders/Prefilled Custom Fields mod: Error: SELECT * FROM `newtopicplaceholders_content` ORDER BY id ASC LIMIT 0.250 Unknown column 'id' in 'order clause' Thanks to invision support for the information. Best regards.
May 24, 20231 yr Author 2 minutes ago, kazad63 said: Hello, I have updated web site to last version 4.7.10 and PHP 8.1, but I can't use feature : rebuild existing content. Error 1S111/1 You do not have permission to do this. The error in question comes from the New Topic Placeholders/Prefilled Custom Fields mod: Error: SELECT * FROM `newtopicplaceholders_content` ORDER BY id ASC LIMIT 0.250 Unknown column 'id' in 'order clause' Thanks to invision support for the information. Best regards. Can you please tell me where do you get that error?
May 24, 20231 yr In System Logs : [code]SELECT * FROM `newtopicplaceholders_content` ORDER BY id ASC LIMIT 0,250 Unknown column 'id' in 'order clause'[/code] Best regards.
May 24, 20231 yr Author Just now, kazad63 said: In System Logs : [code]SELECT * FROM `newtopicplaceholders_content` ORDER BY id ASC LIMIT 0,250 Unknown column 'id' in 'order clause'[/code] Can you give me temporarily access to your admin panel so I can take a look?
May 24, 20231 yr Author 2 minutes ago, kazad63 said: yes I sent a message for you. Thank you. I have replied to your pm.
August 21, 20231 yr Author From now on the app will be supported only at my own forum. Any questions that you might have please post them there. https://www.yourforumservices.com/index.php?/topic/9-new-topic-placeholdersprefilled-custom-fields/#comment-9