Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
pequeno Posted August 25, 2019 Posted August 25, 2019 Can someone tell me if they have problems embedding clubs after the update 4.4.6? In my forum, if I put a link to a club, embed the main page of the forum, but not the club. Embedding the forum topics I have no problems. Many Thanks.
Adriano Faria Posted August 25, 2019 Posted August 25, 2019 Yes, I see this on client’s board: Take a look in your logs to see if the error is there too.
pequeno Posted August 25, 2019 Author Posted August 25, 2019 Hello, and thanks @Adriano Faria. I have this error in my logs, no error in client´s board:
Adlago Posted August 25, 2019 Posted August 25, 2019 I have no problem embedding clubs in forums. But I don't use 3rd party additives, except for Super Grid, which I have no issues about embedding. Try disable 3rd party plugins or APPs
Martin A. Posted August 25, 2019 Posted August 25, 2019 1 hour ago, Adlago said: I have no problem embedding clubs in forums. But I don't use 3rd party additives, except for Super Grid, which I have no issues about embedding. Try disable 3rd party plugins or APPs You sure about that? This is a bug they introduced in 4.4.6. $this->club is defined inside an if expression that only runs if "do" isn't "embed". Then after that if expression they try to access $this->club which isn't defined.
Adlago Posted August 25, 2019 Posted August 25, 2019 16 minutes ago, Martin A. said: This is a bug they introduced in 4.4.6. $this->club is defined inside an if expression that only runs if "do" isn't "embed". Then after that if expression they try to access $this->club which isn't defined. You received this error after adding in the address bar after the link club "?do = embed". Asking in this topic is a error when posting in a topic forum on embed link club. It works for me correctly. In my site, this for guest can not happen. Yes, anything added to a real address club after it, will cause an error.
Martin A. Posted August 25, 2019 Posted August 25, 2019 5 minutes ago, Adlago said: You received this error after adding in the address bar after the link club "?do = embed". Asking in this topic is a error when posting in a topic forum on embed link club. It works for me correctly. In my site, this for guest can not happen. Yes, anything added to a real address club after it, will cause an error. When you embed a club you get the proper club embed box, and not just a link? I did add "do=embed" manually, yes, as that's exactly what the editor does when you paste an internal URL.
Adlago Posted August 25, 2019 Posted August 25, 2019 1 minute ago, Martin A. said: When you embed a club you get the proper club embed box, and not just a link? I did add "do=embed" manually, yes, as that's exactly what the editor does when you paste an internal URL. Yes, you are right - now I have seen that the Embed Club is making this error. I had tested topics from Club. Apparently developers will have to work hard ...
bfarber Posted August 26, 2019 Posted August 26, 2019 This issue has been raised internally in our bug tracker, thanks.
pequeno Posted August 30, 2019 Author Posted August 30, 2019 On 8/26/2019 at 3:52 PM, bfarber said: This issue has been raised internally in our bug tracker, thanks. Other error related with this: Error: Class name must be a valid object or a string (0) #0 /home/website/public_html/forum/init.php(816) : eval()'d code(33): IPS\core\modules\front\clubs\_view->execute() #1 /home/website/public_html/forum/system/Dispatcher/Dispatcher.php(152): IPS\core\modules\front\clubs\hook373->execute() #2 /home/website/public_html/forum/index.php(13): IPS\_Dispatcher->run() #3 {main} #0 /home/website/public_html/forum/init.php(894): IPS\_Log::log('Error: Class na...', 'uncaught_except...') #1 [internal function]: IPS\IPS::exceptionHandler(Object(Error)) #2 {main}
Ryan Ashbrook Posted August 30, 2019 Posted August 30, 2019 9 minutes ago, pequeno said: Other error related with this: Error: Class name must be a valid object or a string (0) #0 /home/website/public_html/forum/init.php(816) : eval()'d code(33): IPS\core\modules\front\clubs\_view->execute() #1 /home/website/public_html/forum/system/Dispatcher/Dispatcher.php(152): IPS\core\modules\front\clubs\hook373->execute() #2 /home/website/public_html/forum/index.php(13): IPS\_Dispatcher->run() #3 {main} #0 /home/website/public_html/forum/init.php(894): IPS\_Log::log('Error: Class na...', 'uncaught_except...') #1 [internal function]: IPS\IPS::exceptionHandler(Object(Error)) #2 {main} This looks to be caused by a plugin or application.
pequeno Posted August 30, 2019 Author Posted August 30, 2019 On 8/26/2019 at 3:52 PM, bfarber said: This issue has been raised internally in our bug tracker, thanks. Hello, Apply patch in ACP and now works perfectly. Thanks. 2 hours ago, Ryan Ashbrook said: This looks to be caused by a plugin or application. Solved with patch. No plugin or application problem.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.