Jump to content

GoGators

Clients
  • Posts

    304
  • Joined

  • Last visited

 Content Type 

Downloads

Release Notes

IPS4 Guides

IPS4 Developer Documentation

Invision Community Blog

Development Blog

Deprecation Tracker

Providers Directory

Forums

Events

Store

Gallery

Posts posted by GoGators

  1. After moving to the new perpetual license subscription server, I am getting this error.  I don't know if it is related to the new service or not, but I thought I would mention it. 

    I downloaded and overwrote the files with the latest version.

    I deleted the old files and reuploaded.

    I cleared the cache.

    I disabled all plugins.

    I still have the error despite all my efforts.  My login creds have been updated if you would like to check it out.

    Thanks in advance for your help with this issue.

     

  2. 1 hour ago, Makoto said:

    This is a bug in the current release, it can be fixed by rebuilding the search index but should be fixed in an updated release.

    Regarding converting prefixed to tags, there is a function to convert tags to prefixes but I'm not sure if you can easily convert prefixes to regular tags at the moment. I'll see if that is something I can add.

    Well, I hope it is in the next patch.  Thank you for responding.

  3. I noticed that when I change the tag name, it is no longer provides a searchable link to all the same tags.  In other words, when I click on the tag it does not display the all the similar tags that have been modified.  Can you fix this?

     

    Why doesn't the edit change the search as well?

  4. I'm getting this error message

    TypeError: implode(): Argument #2 ($array) must be of type ?array, string given (0) #0 /home/public_html/applications/videos/modules/admin/videos/settings.php(156): implode(',', 'gif,jpg,jpeg,pn...') #1 /home/public_html/system/Dispatcher/Controller.php(118): IPS\videos\modules\admin\videos\_settings->manage() #2 /home/public_html/applications/videos/modules/admin/videos/settings.php(30): IPS\Dispatcher\_Controller->execute() #3 /home/public_html/system/Dispatcher/Dispatcher.php(153): IPS\videos\modules\admin\videos\_settings->execute() #4 /home/public_html/admin/index.php(13): IPS\_Dispatcher->run() #5 {main}

  5. TypeError: implode(): Argument #2 ($array) must be of type ?array, string given (0) #0 /home/public_html/applications/videos/modules/admin/videos/settings.php(156): implode(',', 'gif,jpg,jpeg,pn...') #1 /home/public_html/system/Dispatcher/Controller.php(118): IPS\videos\modules\admin\videos\_settings->manage() #2 /home/public_html/applications/videos/modules/admin/videos/settings.php(30): IPS\Dispatcher\_Controller->execute() #3 /home/public_html/system/Dispatcher/Dispatcher.php(153): IPS\videos\modules\admin\videos\_settings->execute() #4 /home/public_html/admin/index.php(13): IPS\_Dispatcher->run() #5 {main}

  6. On 8/9/2021 at 4:31 PM, Adriano Faria said:

    Is it slow the way you said?

    Since I changed to PHP 8, it seems be loading faster now.  It's only a few ms' slower and within acceptable performance, but that's because it's calling the DB as you stated.  For future speed tests, you might try one of these sites.  

    https://gtmetrix.com/

    https://www.webpagetest.org/

    https://developers.google.com/speed/pagespeed/insights/

    Also, would you please remove the YouTube videos of my website.

    Thanks in advance.  🙂

  7. 5 minutes ago, Gustavo Pereira said:

    I'm having the same problem, on the forum home where the widget appears, it's taking a long time to load

    Yes, well I disabled the plugin because of this.  I am presently using the default Topic Feed Block as a replacement.

  8. On 8/2/2021 at 12:10 PM, Adriano Faria said:

    It did to me. Send a message with ACP access please. I’ll take a look later. 

    Okay, I read your message again and realized there were two templates to edit.  I got it working now.  When will you make this fix permanent?

  9. 2 hours ago, Adriano Faria said:

    I can confirm the error using PHP 8!

    Here goes a quick fix, as already has a pending version to this app in the marketplace.

    Edit the following templates links -> front -> browse -> categoryRow and subcategoryRow and find:

    {{if method_exists( $table, 'canModerate' ) AND $table->canModerate()}}

    Change to:

    {{if $table AND method_exists( $table, 'canModerate' ) AND $table->canModerate()}}

    Save.

    That did not work for me.

×
×
  • Create New...