Jump to content

bassangler

Clients
  • Posts

    587
  • Joined

  • Last visited

 Content Type 

Downloads

Release Notes

IPS4 Guides

IPS4 Developer Documentation

Invision Community Blog

Development Blog

Deprecation Tracker

Providers Directory

Projects

Forums

Events

Store

Gallery

Posts posted by bassangler

  1. Checked again, and then double-checked with a friend of mine that knows servers better than I.  Aside from OPcache, there is no server-side caching that I hadn't already disabled.  So re-enabled them because clearly it makes zero difference.

    Host provider says they have thousands of clients running the same server config without any issues, so it must be the script.

     

  2. Not sure how you came to that conclusion. Nothing in the errors mentions community map.  Example:

    DomainException::0

    #0 /system/Helpers/Form/Upload.php(748): IPS\_File::createFromUploads('core_Attachment', NULL, Array, 1.46484375, 0.14474964141846, 0, Object(Closure), NULL, true)
    #1 /system/Helpers/Form/Upload.php(305): IPS\Helpers\Form\_Upload->processUploads()
    #2 /system/Helpers/Form/Editor.php(716): IPS\Helpers\Form\_Upload->__construct('topic_comment_1...', Array, false, Array)
    #3 /system/Helpers/Form/Editor.php(176): IPS\Helpers\Form\_Editor->getUploader('topic_comment_1...')
    #4 /system/Content/Item.php(4745): IPS\Helpers\Form\_Editor->__construct('topic_comment_1...', NULL, true, Array, Object(Closure))
    #5 /system/Content/Item.php(4535): IPS\Content\_Item->commentFormElements()
    #6 /uploads/template_26_7a734b11232065691bc1176040cb26ad_topics.php(5188): IPS\Content\_Item->commentForm()
    #7 /system/Theme/SandboxedTemplate.php(61): IPS\Theme\Cache\class_forums_front_topics->topic(Object(IPS\forums\Topic), Array, NULL, Array, true, '\n\n\n\t\n\t<ul class...', Array)
    #8 /applications/forums/modules/front/forums/topic.php(553): IPS\Theme\_SandboxedTemplate->__call('topic', Array)
    #9 /system/Dispatcher/Controller.php(101): IPS\forums\modules\front\forums\_topic->manage()
    #10 /system/Content/Controller.php(50): IPS\Dispatcher\_Controller->execute()
    #11 /applications/forums/modules/front/forums/topic.php(39): IPS\Content\_Controller->execute()
    #12 /system/Dispatcher/Dispatcher.php(153): IPS\forums\modules\front\forums\_topic->execute()
    #13 /index.php(13): IPS\_Dispatcher->run()
    #14 {main}

  3. Nope, I do NOT have varnish cache.

    I meant that I have the same symptoms as the OP, but it's widespread across all users, including myself.  Doesn't matter what browser or device they're using.  Same user will have the same issue across desktop and mobile.

    Even with all cache disabled, and directives removed from htaccess, the issue persists.  It's a real head-scratcher that's extremely annoying, and costing me members.

     

  4. Appreciate the suggestion.  I tried it right after you posted. 4 hours later and my error logfile is filled with the same error created during the past 4 hours.  So, that didn't work.

    I'm running 4.6.11 too.  I thought the new cookie cache function would solve the problem.  It did not.

    I'm at a loss.  Seems disabling all cache has zero impact. I must be missing something, or it's not a cache issue.

  5. I have the same problem, and it's prolific. Many, many users are complaining about it.  Clearing cache and cookies doesn't work, nor does resetting passwords.

    I have a dedicated server and a CDN.  I cleared and disabled cache on both to no avail.

    I have this in my htaccess file:

    ExpiresActive On
    ExpiresDefault A0
    <FilesMatch "\.(jpg|jpeg|png|gif|js|icon|swf|flv|css|ico|mp4)$">
     ExpiresDefault A2721600
     FileETag All
     Header append Cache-Control "max-age=2721600, public, proxy-revalidate"
    </FilesMatch>

    <FilesMatch "\.(html|htm)$">
    Header append Cache-Control "max-age=300, public, proxy-revalidate"
    </FilesMatch>

     

    Not sure if that's causing the issue.  Thoughts?

     

     

  6. Well I messed up.  A few months ago, I saw an emailed invoice for Invision Community.  I thought it was for the forum software, which I have on auto-pay. So I didn't pay attention to it.  I just now discovered it was for the renewal for Community Map.

    I just tried to pay it, and it said the invoice has expired.  Martin, can you resend me the invoice?  I'll pay it straight away this time! 

×
×
  • Create New...