Jump to content

Tarun

Clients
  • Posts

    877
  • Joined

  • Last visited

 Content Type 

Downloads

Release Notes

IPS4 Guides

IPS4 Developer Documentation

Invision Community Blog

Development Blog

Deprecation Tracker

Providers Directory

Projects

Release Notes v5

Forums

Events

Store

Gallery

Posts posted by Tarun

  1. Unless it automatically cleared their profile when I flagged/banned them, there is no location. I didn't look at their profile before, either. Just saw the spam post and nuked it.

  2. 4 hours ago, BostonBob said:

    The person that had their profile messed up, contacted me immediately explaining how she removed the pin and it caused the error.  Once I turned off the Member Map, their profile was fine.  If I turn it on again, I get the same error.

    I'm just wondering how we have gotten the same error, yet it's caused by different things. Have a look.

    ErrorException: Argument 3 passed to IPS\Content\Search\Result\_Content::__construct() must be of the type array, null given, called in hidden/system/Content/Search/Results.php on line 298 and defined (4096)
    #0 hidden/system/Content/Search/Result/Content.php(68): IPS\IPS::errorHandler(4096, 'Argument 3 pass...', '/http...', 68, Array)
    #1 hidden/system/Content/Search/Results.php(298): IPS\Content\Search\Result\_Content->__construct(Array, Array, NULL, Array, Array, NULL, false)
    #2 [internal function]: IPS\Content\Search\_Results->current()
    #3 hidden/system/Content/Search/Results.php(359): iterator_to_array(Object(IPS\Content\Search\Results))
    #4 hidden/applications/core/modules/front/members/profile.php(223): IPS\Content\Search\_Results->addExtraItems(Array, Object(IPS\Member))
    #5 hidden/system/Dispatcher/Controller.php(96): IPS\core\modules\front\members\_profile->manage()
    #6 hidden/applications/core/modules/front/members/profile.php(64): IPS\Dispatcher\_Controller->execute()
    #7 hidden/system/Dispatcher/Dispatcher.php(129): IPS\core\modules\front\members\_profile->execute()
    #8 hidden/index.php(13): IPS\_Dispatcher->run()
    #9 {main}

    This happened when flagging a user as spammer. Strange, no?

  3. 3 hours ago, BostonBob said:

    A member removed their marker and it caused an error on the person's profile.

    This is the error --

    ErrorException: Argument 3 passed to IPS\Content\Search\Result\_Content::__construct() must be of the type array, null given, called in ..pathhidden/system/Content/Search/Results.php on line 298 and defined (4096)
    #0..pathhidden/system/Content/Search/Result/Content.php(68): IPS\IPS::errorHandler(4096, 'Argument 3 pass...', '/pathhidden/p...', 68, Array)
    #1 ..pathhidden/system/Content/Search/Results.php(298): IPS\Content\Search\Result\_Content->__construct(Array, Array, NULL, Array, Array, NULL, false)
    #2 [internal function]: IPS\Content\Search\_Results->current()
    #3..pathhidden/system/Content/Search/Results.php(359): iterator_to_array(Object(IPS\Content\Search\Results))
    #4 ..pathhidden/applications/core/modules/front/members/profile.php(223): IPS\Content\Search\_Results->addExtraItems(Array, Object(IPS\Member))
    #5 ..pathhidden/system/Dispatcher/Controller.php(96): IPS\core\modules\front\members\_profile->manage()
    #6 ..pathhidden/applications/core/modules/front/members/profile.php(64): IPS\Dispatcher\_Controller->execute()
    #7 ..pathhidden/system/Dispatcher/Dispatcher.php(129): IPS\core\modules\front\members\_profile->execute()
    #8 ..pathhidden/index.php(13): IPS\_Dispatcher->run()
    #9 {main}

    I've turned it off for now till I get some feedback. ^_^  thanks!

     

    Might not be this modification. I just flagged a spammer on my forums and received nearly identical error output.

  4. No update is necessary for IPS Forums 4.1. This .htaccess continues to work with no changes or updates needed.

    On 7/2/2015, 8:25:48, chrisjmc2006 said:

    What exactly is going on here and why the performance jump? 

    Proper caching expiry timers are being established, which is what most of these tests are looking for.

     

    On 7/2/2015, 4:17:54, NoGi said:

    Will try this later tonight, my current scores are pretty bad from GTmetrix with Page Speed E and yslow D.

    Any changes to report?

     

    On 6/1/2015, 6:57:28, tekguru said:

    I did put this in place but found a lot of Mods like the 'cookie mod' stopped working properly in that after a user had clicked to acknowledge cookies were uses on the site (which hides the mod), then when re-running the browser instead of the mod block being hidden it was visible again.

    Do these mods use Javascript or something to acknowledge the cookie mod? Because that's the only thing I can think of that might interfere with the mod.

  5. I don't see much change either. Things did improve. It would be nice to expand and see where these issues are.

    Also, 89 requests seems rather high. I'll poke around with the url and see what I can find that can be done to help improve the speeds and such of your site and post again later, possibly editing this post.

    With what I see just taking a peek, turning this image linked below into a jpg will help reduce load times and file size. From 422KB to 37KB as a jpg when I tried with: http://image.online-convert.com/convert-to-jpg

    http://hoitajat.net/images/aihekuvat/etusivu.png

    Many things need image dimensions set, too which will improve your scores. gzip doesn't look to be enabled? Twitter looks to need an update to load asynchronously. Optimizing your images (pngs) and compressing them will also help reduce page size and improve load times.

    • Page load time: 8.08s
    • Total page size: 2.65MB
    • Total number of requests: 89

    A lot of the page needs optimizations and work, but the .htaccess did improve what it could a bit.

     

    I hope this helps you get your page optimized. :)

  6. I am only finding a readme file in the zip, am I missing it somehow?

    ​If anyone else runs into this sort of issue please let me know. I'll be glad to include a copy as htaccess.txt to prevent this from being an issue in the future.

  7. This is a custom .htaccess to use on the IPS Community Suite Forums. It helps to improve your forums Google Page Speed and YSlow scores.

    The top segment is the same .htaccess that is generated by the IPS Forum software.

    The bottom segment is based upon research of several websites and the references listed below. Please be careful when using this file because the contents may be incompatible with your server setup. Preventative measures have been taken to ensure that it should be safe to use in any Apache based environment.

    Google recommends a minimum of one week: https://developers.google.com/speed/docs/insights/LeverageBrowserCaching
    GTmetrix recommends a minimum of one month: http://gtmetrix.com/leverage-browser-caching.html

     

    This file is provided as-is and works with Apache based systems only. Server configurations may vary and there may be unexpected results, preventative measures have been included to try and keep any problems from occurring.

    This resource is not supported. Help will be offered to the best of my ability and the community's help and feedback are welcomed. Contributions to improve the overall performance gained by this file are encouraged.

     

  8. The donate button on my site is showing as "donate" instead of "Donate". How would I be able to fix this excellent plugin of this very minor issue? This is also an upgrade from 3.4 and the Donate plugin used there to the latest IPS and this new plugin installation.

×
×
  • Create New...