Jump to content

balazsp

Clients
  • Posts

    149
  • 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 balazsp

  1. I have renewed the 6mo license, and still getting 15k+ admin notifications about expiring and expired licenses in the admin area. (Also, why am I getting warned about a license that will expire in 6mo?)

    Every admin page takes 30-60 seconds to download, or sometimes they just timeout. 

    I have emptied the acp_notifications table in mysql, but these still show up. 

    How can I get rid of them?

    Thanks!

     

    image.thumb.png.3fed4df91bd25f0441d5c1448be40f19.png

  2. Thank you.
    I have zero errors in my local ES logs and the only warnings I can see is from the elasticsearch_deprecation.log: 

    [2021-02-28T23:38:55,744][WARN ][o.e.d.r.a.s.RestSearchAction] [HOST] [types removal] Specifying types in search requests is deprecated.
    [2021-03-01T01:42:39,874][WARN ][o.e.d.a.c.CommonAnalysisPlugin] [HOST] The [edgeNGram] token filter name is deprecated and will be removed in a future version. Please change the filter name to [edg
    e_ngram] instead.
    [2021-03-01T02:05:40,315][WARN ][o.e.d.r.a.s.RestSearchAction] [HOST] [types removal] Specifying types in search requests is deprecated.
    [2021-03-01T07:40:33,976][WARN ][o.e.d.r.a.d.RestUpdateAction] [HOST] [types removal] Specifying types in document update requests is deprecated, use the endpoint /{index}/_update/{id} instead.
    [2021-03-03T02:02:41,197][WARN ][o.e.d.r.a.a.i.RestCreateIndexAction] [HOST] [types removal] Using include_type_name in create index requests is deprecated. The parameter will be removed in the next
     major version.
    [2021-03-03T02:02:43,526][WARN ][o.e.d.a.b.BulkRequestParser] [HOST] [types removal] Specifying types in bulk requests is deprecated.

    Is there a way to manually rebuild the last hour's content? Maybe a script to call?
    I'd be happy to do that to make sure the users can see all the latest contents. 

     

  3. On 4/5/2019 at 3:24 AM, pequeno said:

    Hello, A moment ago I had rebuild the search index, because the correct search results for the topics did not appear. Only results of some contents appeared.

    After Rebuild Search Index everything seems to work fine again. I'm using elasticsearch and it worked correctly. What can be happening to have to rebuild the index again?

    Thanks.

    @pequeno did you happen to find a fix for the issue? thanks in advance!

  4. Thank you.
    So.. when I described what I want to achieve with the mod, Nathan told me it was possible, you did not correct him and even confirmed it:
    "Edit choosen template to be used by group X. Then using my mod assign 'bots' to that group. That's all." 
    it actually meant that I can only assign a specific theme to bots if it is already the default theme? 
    Or did I misread something? 

    Don't get me wrong, I still think is a good plugin (learned a few things from reading the source), but I'd greatly appreciate if you could demo your statement above on your demo board with any cloned skin. Thank you in advance. 

  5. Thanks and I get it is a built-in IPS4 requirement.

    My issue is that for example Google Insight still shows the default theme instead of the Bot theme - so I am not sure how I can even verify that the plugin is working.

  6. Quick question: 

    will the 'Default Front-end Theme' setting override the group selection? 

     

    I assigned the group bot in the plugin:

    image.png.425df4f6504b457517bc6793f4b46f48.png

     
    edited the theme Bot to use for it for the Bot group
    image.thumb.png.ea91b1a43e87c6d349cdcb11e42ac004.png
     
     
    excluded the Bot group from my default theme
    image.png.1808648a10f404e48871f4454a5123de.png
    and when I try to save it, I have to set my default theme as default, otherwise I get this error:
    image.png.6719effc3c31ed34558de33c99bf8f04.png
     
    and google insight still shows the default theme instead of the Bot theme:
     
    What did I miss? Or how I can test that the plugin is working as intended? 
    Thanks in advance!
     
     
  7. On 9/21/2020 at 11:30 PM, bfarber said:

    define( 'OUTPUT_CACHE_METHOD', 'Redis' ); // Store guest pages in Redis
    define( 'STORE_METHOD', 'Redis' ); // Use Redis for datastore
    define( 'CACHE_METHOD', 'Redis' ); // Use Redis for caching
    define( 'REDIS_ENABLED', true ); // Use Redis for sessions

     

    can I use mysql for sessions (for other SSO integration is based on that) and Redis for everything else like this?

    define( 'REDIS_ENABLED', false); // Use Redis for sessions
    define( 'OUTPUT_CACHE_METHOD', 'Redis' ); // Store guest pages in Redis
    define( 'STORE_METHOD', 'Redis' ); // Use Redis for datastore
    define( 'CACHE_METHOD', 'Redis' ); // Use Redis for caching

  8. 14 hours ago, Nathan Explosion said:

    ?

    I have literally told you what you need to do...

    1. Edit each of your themes
    2. Remove your chosen group from the 'Available for' field for those themes that you don't want your chosen group to use
    3. Add your chosen group to the 'Available for' field for the theme that you do want your chosen group to use

     

    15 hours ago, DawPi said:

    Edit choosen template to be used by group X. Then using my mod assign 'bots' to that group. That's all.

     

    Thank you both. Have a great day!

     

  9. 20 hours ago, DawPi said:

    Yes, this is what this mod doing.

    Explain.

    I want googlebot (and maybe other SE crawlers) to use a plain, almost text-only like theme so indexing is fast and efficient, while giving users a more heavy, feature and js rich theme for UX. 

    19 hours ago, Nathan Explosion said:

    Edit all your themes except the 'barebone' one and disallow your group from using them. The edit that one theme, make sure your group is allowed to use it. Result: only allowed to use one theme.

    So you can confirm it is feasible? Thank you! 🙂 

  10. 11 hours ago, Paul E. said:

    To do what you're trying to achieve, as of 4.5 your test install will need to be internet accessible. IPS will need to be able to connect to your install to complete the Marketplace login.

    Your dev install (installed at localhost) does not need a key. You only need to use the -TESTINSTALL key on the internet accessible test install.

    Testing things before deploying them in production is important, however with this change, the only supported way to do what you're trying to achieve is to maintain an internet accessible test installation, or to not rely on Marketplace and instead obtain the needed files from developers directly.

    Thank you Paul. 

    /I am trying to swallow how much more overhead work it is going to generate when doing any dev work that involves MP./

    IMO that does not really work when I have a dynamic IP at home, and the locally managed domainname on the test VM is the same as my prod.
    How is IPS going to validate my test install? By IP/public domainname/domain configured in ACP? How often does this check occur? Just when downloading from MP? 

    Also, I am not comfortable opening up my test env to the whole internet, is there an IP list/range for IPS addresses that I can whitelist on my firewall? 

    Cheers!

  11.  

    Quote

    It is generally against license agreements to purchase a plugin or application and use it on more than one site. If the author of a resource does allow this, then you may be able to reach out to them and ask them for a copy of the resource once you've purchased it to install on another site. If you are speaking of test sites specifically, we have a special -TESTINSTALL key that you can use on your test site which will give you access to your resources purchased for your live site for a test installation.

     

    I have been with IPB since around 2002 and I have a large, prod forum with a site built around it and have an internal test site that is used for development and testing (with the _TESTINSTALL key). 

    Since the latter cannot be accessed via the internet, I cannot even log on to the MP from my dev site to install and test plugins before deploying them in production.

    @bfarberCan you please advise how I can test the plugins I purchase (without them possibly messing up the prod env) before rolling out in prod? Please don't send me to the individual developers, I have been waiting for replies and the xml install files for weeks now. 

    /Also, IMHO testing first in production is never good, I already had to restore DB from backup once./ 

    If I could install from MP just by using my creds only and not the mandatory 'is the community accessible from internet by invision' checks, that would be a great solution too.

    Thank you in advance. 

  12. Thanks, found it:  the permission matrixes for the awards were blank. Once I manually reconfigured the permissions, the awards became visible. 

    Can you pls point me where those permissions are stored? I'd rather save myself the effort of manually checking those boxes for all my 40 awards.

    Thank you again! 

  13. The inspector does not have broken images..
    On a user's profile (who has 6 awards in the mysql table), the award page says

    "There's nothing here yet."

    image.thumb.png.722bff3fde56dc411a3f17e7a93939d8.png

     

    image.png.89e1f0eb872952b2c7d56a41c5726690.png

×
×
  • Create New...