Jump to content

Linux-Is-Best

Members
  • Posts

    258
  • Joined

  • Days Won

    2

Reputation Activity

  1. Agree
    Linux-Is-Best reacted to Xenboy in Secure File System Storage   
    And also take a large hit in performance, plus, storing multi-GB files in a database isn't recommended, but is something the file system can handle.
  2. Thanks
    Linux-Is-Best reacted to Daniel F in Get your apps ready for 4.6 - Part 1   
    Hey,
    we have published the first article of a series about upcoming 4.6 changes.
    We took the opportunity for some spring cleaning, so we have removed most of the deprecated methods!
    They were all marked as deprecated for a while, so you should already be aware of these methods, but here’s a full list of the methods and the new approaches to make your life easier, so if you haven’t already, now it’s the best time to review your code and make sure that none of these methods is used.
    Most of the changes can already be implemented while the 4.5.x lifecycle.
     
  3. Agree
    Linux-Is-Best reacted to Afrodude in ipb_core_banfilters doesn't exist   
    This is a PHP error. What's the PHP version you've installed on your server ? 
  4. Like
    Linux-Is-Best reacted to Stuart Silvester in ipb_core_banfilters doesn't exist   
    I'm not really sure what would cause that, a first thing to check would be to re-upload all Invision Community files to your server again to make sure they're all correct.
  5. Like
    Linux-Is-Best reacted to Stuart Silvester in ipb_core_banfilters doesn't exist   
    Note in your stack trace that you're seeing code load for the frontend (See Dispatcher\_Front) - 
    #6 /usr/home/xxx/system/Dispatcher/Dispatcher.php(109): IPS\Dispatcher\_Front->init()  
    It looks like when you're going to /admin/upgrade it isn't actually loading the upgrader, but redirecting the request to the front end. It could be a mod_rewrite rule that's doing this.
  6. Like
    Linux-Is-Best reacted to Jordan Miller in Poll functionality - viewing results on a closed poll   
    Seems fair enough. Let me pass this along. 🙏 
  7. Agree
    Linux-Is-Best reacted to Nathan Explosion in Poll functionality - viewing results on a closed poll   
    Could you modify the poll functionality to allow results to be seen on closed polls please? I'm personally of the opinion that if a poll is closed then the results should be able to be seen.
    "But, you can see the results on a closed poll, you numpty!!!!" I hear you say.
    Nope, not in a specific situation such as this one:

    Above indicated setting is in effect Create a poll Don't vote on the poll Close the poll Result:

    Enable the indicated setting above Result:

    Disable the indicated setting above Open the poll Vote on the poll Close the poll Result:

    Currently, you can only see the results of a poll if you have voted in the poll yourself, regardless of your level of access to the site (above was performed with a full administrator account, with no restrictions in place)
  8. Like
    Linux-Is-Best reacted to imsandertjeee in Discount for new members   
    Hey!

    I was thinking about a discount on subscriptions (or other products) for new members.
    Like if a new member registers in his first 3 days (or 1 week, or whatever) they can get a 10% discount (or whatever)

    Would be a nice feature as inentive to buy membership early.
  9. Like
    Linux-Is-Best reacted to Adlago in Locked out - AdminCP - 4.5.4.2   
    Sounds good, when software smiles...
  10. Like
    Linux-Is-Best reacted to Giray in Locked out - AdminCP - 4.5.4.2   
    Update to all. Reverted to my 4.4 backup. Re-upgraded. Seems to have worked. The only thing I did different was deactivate my 2FA and pre-deactivate all apps and plugins.
    Thanks all for your help.
  11. Like
  12. Agree
    Linux-Is-Best reacted to CoffeeCake in I'm using nulled and want to switch paid one.   
    I'm assuming "nulled" means you pirated the software and its been modified in some way by someone to make it easier to pirate or not require a valid license key. Whoever modified the software to allow you to do this may not have the highest ethical standards, and for all you know, your copy may be doing not great things. You should likely treat your data and filesystem as suspect and as if they were compromised.
    Rather than copy over valid files on your existing site, I would suggest that the safest way to proceed would be to use the importers to import the data from your existing situation into a legally purchased copy. I would not bring over any themes or plugins from your existing version, and instead ensure that those are acquired separately and from legitimate sources.
    Kudos on you for being open and transparent.
  13. Haha
  14. Like
    Linux-Is-Best reacted to CoffeeCake in Resending email via Email Error Log through SendGrid fails   
    Currently clicking "resend e-mail" 2,000 times after a short outage with our e-mail provider. Each click I think less positive thoughts about whoever is responsible for this design.
    Please add an option for an administrator to requeue e-mails using a task. Something like "Reprocess E-mail Queue" and perhaps a setting for how many to attempt to send in each batch.

  15. Like
    Linux-Is-Best reacted to Charles in Emoji sorting   
    4.6 has improvements to load time for emoji menu, particularly on mobile.
  16. Like
    Linux-Is-Best reacted to Mark H in Time zone setting in suite   
    Thanks for posting, and I'm sorry that you're having an issue with your Invision Community.

    Can you go ahead and submit a support ticket please?

    I'm going to need to get a little more information about your account to help, and this is best done in a private support ticket.

    Thank you! 🙌
  17. Like
    Linux-Is-Best got a reaction from borangeatx in Weird conversion error   
    Hello again @borangeatx
    I should add, to be mindful, that when performing a database backup and restore, using the terminal will always be your best option.  While you can technically perform a small backup and restore through a web interface control panel, such as Cpanel, Plesk, or DirectAdmin, to name a few. It will always be safer and more secure to do so via your terminal controls.
    mysqldump --default-character-set=utf8mb4 -h [host] -u [username] -p [database_name] --set-gtid-purged=OFF --port=3306 --protocol=tcp --skip-triggers -r dump.sql Since you are at the stage where you are now importing multiple sites into your target community, it is safe to assume you are well beyond the scope of using your web browser to perform this action. Time out is something you do not wish to experience.  If you do not have access to your terminal, you should contact your web hosting service provider for assistance.
    If you continue to need help, I would suggest you inquire with Community Support. There a seasoned system administrator may be able to further assist you. https://invisioncommunity.com/forums/forum/406-community-support/
     
  18. Like
    Linux-Is-Best got a reaction from borangeatx in Weird conversion error   
    First, I hope you have a backup of both databases—Especially your target database.  I have seen this before.  It was a good indication my database was corrupt.  Since the import did not complete, that is likely what caused the corruption.  If your importing fails, you cannot and should not proceed as if all is well.
    I would suggest you restore your target database before you attempted the import.  I would then make sure to rule out the source is not corrupted and attempt a basic import on a test site. One that you have not already tried to port into previously (a clean install). If that fails, we know the issue is the source database (your WordPress).  If it completes, you could attempt to try to re-import.
  19. Like
    Linux-Is-Best reacted to borangeatx in Weird conversion error   
    Thanks guys.  Stuart, it was another timeout issue like you said.  I got it finished by increasing the timeout to 3000.  
    Appreciate all the support.
  20. Thanks
    Linux-Is-Best reacted to CoffeeCake in Product license keys to redeem through commerce   
    Yes, there are coupon codes in Commerce.
    Here is the documentation for gift cards:
     
  21. Like
    Linux-Is-Best reacted to CoffeeCake in Product license keys to redeem through commerce   
    /redeem is for gift card redemption (by default at /store/redeem). You can issue a gift card, which is not a license key. That gift card can then be used for a fixed dollar amount purchase, just as you might use a gift card for $20 for a typical store.
    You can look into changing the fURL if needed.
    As an example, here's the address on here: https://invisioncommunity.com/store/redeem
  22. Like
    Linux-Is-Best got a reaction from sobrenome in Lazy load profile pictures on IPS 4.5   
    🤣  You cannot hide. 😂
     
  23. Agree
    Linux-Is-Best reacted to mcsg in Disable unprivileged views of member profile info   
    How can I manage what groups can see different aspects of member profiles?
    For instance, for RSVP events, Guests should not be able to view a member's RSVP events. Or posts.
    And same for all activity in a member's profile. How does an admin hide the purchases, or Pages Databases from a Member's profile? Or from all profiles?
    Ideally:
    I do not want guests to be able to view other members profiles and data unless the member (or an admin) has chosen to have them fully public.
    How do I (as an admin) selectively allow the different Member Profile sections to be viewable or not? By Group, by section?


  24. Agree
    Linux-Is-Best reacted to CoffeeCake in Disable unprivileged views of member profile info   
    This is a lovely feature request. May it one day appear on the radar of things.
    Let's also throw in "Recent Visitors Block" -- that should be configurable as well. Maybe creepy stalkers aren't a thing in other places.
    Well, however, you can control some of this. You'd need to control viewing permissions of the database level. If you want someone to be able to see businesses in general, they'll see it on profiles. If a usergroup can't see businesses at all, then it won't show anywhere.
  25. Haha
    Linux-Is-Best reacted to Jordan Miller in Lazy load profile pictures on IPS 4.5   
    This will give me nightmares lol
×
×
  • Create New...