Jump to content

BuffaloR

Members
  • Posts

    32
  • 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 BuffaloR

  1. On 1/24/2022 at 3:49 AM, Marc Stridgen said:

    This is because your globalTemplate is out of date, and not compatible with the latest release. So something was edited on that template. You would need to revert that template to correct the issue

    Ahh, I thought it would be overwritten during the update. 

    I reverted it and it works. Thank you!

  2. Looking for a developer to make a small tweak to the Chatbox+ application (I asked the original developer but he doesnt have time).

    Looking for someone to make it so users can "react" to chat messages. 

    Image below (with the "thumbs up" like buttons) are an example of what we are looking for. Or maybe the blue "thumbs up" only shows if a user likes the chat message? Open to suggestions.

     

    likes.thumb.png.690c19837221d45a7505f974affad453.png

     

     

  3. Upgraded to the latest version and I am seeing this error in the log. There are over 460 of these.

     

    ---------------------------------

     

    Could not write to Store-FileSystem (currentImageProxyRebuild)

    Backtrace

    #0 /home/customer/www/buffalorange.com/public_html/system/Data/AbstractData.php(108): IPS\_Log::log('Could not write...', 'datastore')
    #1 /home/customer/www/buffalorange.com/public_html/system/Data/Store.php(245): IPS\Data\_AbstractData->__set('currentImagePro...', Array)
    #2 /home/customer/www/buffalorange.com/public_html/applications/core/extensions/core/Queue/RebuildImageProxy.php(136): IPS\Data\_Store->__set('currentImagePro...', Array)
    #3 /home/customer/www/buffalorange.com/public_html/system/Task/Task.php(47): IPS\core\extensions\core\Queue\_RebuildImageProxy->run(Array, 151500)
    #4 /home/customer/www/buffalorange.com/public_html/applications/core/tasks/queue.php(43): IPS\_Task::runQueue()
    #5 /home/customer/www/buffalorange.com/public_html/system/Task/Task.php(367): IPS\core\tasks\_queue->IPS\core\tasks\{closure}()
    #6 /home/customer/www/buffalorange.com/public_html/applications/core/tasks/queue.php(55): IPS\_Task->runUntilTimeout(Object(Closure))
    #7 /home/customer/www/buffalorange.com/public_html/system/Task/Task.php(266): IPS\core\tasks\_queue->execute()
    #8 /home/customer/www/buffalorange.com/public_html/system/Task/Task.php(229): IPS\_Task->run()
    #9 /home/customer/www/buffalorange.com/public_html/applications/core/interface/task/task.php(58): IPS\_Task->runAndLog()
    #10 {main}

  4. 1 hour ago, Randy Calvert said:

    I actually saw this behavior when you shared your link to ask about the mobile hamburger menu.  (I was at first going to say your site did not even work on mobile, but saw you fixed it.)

    While I could not load it at all on my phone, on my laptop I was able to grab the console output by turning on developer mode.  In the console, it was showing: 

    931895597_ScreenShot2022-01-22at8_39_34PM.png.b817b4e49bb7f4db43d077fc80dfeaa6.png

    Try disabling chatbox and then turning on HTTPS mode.  If that works, most likely your chatbox is calling something incorrectly over http and forcing the loop.  

    Also...  once you turn on HTTPS, you might need to rebuild your system cache in the Admin CP.  Click on the support link inside of your ACP and then find the clear cache option on the right hand side of the page.  

    Finally...  I see you're using GCP for hosting.  Are you by any chance using their CDN as well?  If so, you need to clear the cache in ACP and then clear it also on the Google side.  

     

    Thank you for the awesome suggestions and help! I’ll give that a try. I just noticed that the forum can’t start new threads now either - maybe it’s the same issue.

  5. Upgraded to the latest version today and now receiving the following error when trying to post:

     

    OutOfRangeException:  (0)
    #0 /home/customer/www/buffalorange.com/public_html/system/Application/Application.php(236): IPS\Patterns\_ActiveRecord::load('bimchatbox', 'app_directory', NULL)
    #1 /home/customer/www/buffalorange.com/public_html/init.php(903) : eval()'d code(68): IPS\_Application::load('bimchatbox')
    #2 /home/customer/www/buffalorange.com/public_html/applications/forums/sources/Topic/Topic.php(1531): IPS\Content\hook65->save()
    #3 /home/customer/www/buffalorange.com/public_html/system/Content/Item.php(403): IPS\forums\_Topic->save()
    #4 /home/customer/www/buffalorange.com/public_html/system/Content/Item.php(138): IPS\Content\_Item::createFromForm(Array, Object(IPS\forums\Forum))
    #5 /home/customer/www/buffalorange.com/public_html/applications/forums/modules/front/forums/forums.php(474): IPS\Content\_Item::create(Object(IPS\forums\Forum))
    #6 /home/customer/www/buffalorange.com/public_html/system/Dispatcher/Controller.php(90): IPS\forums\modules\front\forums\_forums->add()
    #7 /home/customer/www/buffalorange.com/public_html/system/Dispatcher/Dispatcher.php(153): IPS\Dispatcher\_Controller->execute()
    #8 /home/customer/www/buffalorange.com/public_html/index.php(13): IPS\_Dispatcher->run()
    #9 {main}

    EDIT; I just realized the thread is in fact created - it shows on the forum. But when you click the thread, the page says “There are no posts to show.”

  6. 35 minutes ago, Randy Calvert said:

    This looks to be a problem with your theme.  Try testing with a default theme, which should confirm if it's a global problem.  

    Oh. Hmm. I created the theme and don't recall touching any header/mobile menu files. But it has been a while...

    Edit: now that I think about it, the template is basically just CSS

×
×
  • Create New...