Jump to content

Randy Calvert

Clients
  • Posts

    3,945
  • Joined

  • Last visited

  • Days Won

    78

 Content Type 

Downloads

Release Notes

IPS4 Guides

IPS4 Developer Documentation

Invision Community Blog

Development Blog

Deprecation Tracker

Providers Directory

Projects

Release Notes v5

Invision Community 5 Bug Tracker

Forums

Events

Store

Gallery

Everything posted by Randy Calvert

  1. It says permission denied. Check the ownership and permission of those files.
  2. There is no option to can't disable it. Your choice is upgrade or continue dismissing it.
  3. This happened ONCE from this community and on my own community following the upgrade. After that, it has not happened again.
  4. In order for this to work, IPS would have to develop some sort of native app for it to authenticate a user. Given that IPS has actually moved away from having a native app... I'm not sure this will come anytime soon.
  5. I just tested this in a vanilla IPB install... it does not have a problem in a fresh/clean setup. Guest Signed In:
  6. Marc… would that “unsubscribe” anyone who is following a topic already or just change the behavior going forward so that it does not get worse?
  7. Your ACP will only show resources that are compatible with your version of IPB (such as 4.7). The IPB website cannot automatically filter to those results.
  8. Does this happen if you switch to a default theme?
  9. Is there another admin on the site that can reset the password for you? If you've use the lost password function and you know the email address associated with your account is correct... it most likely also means there is a problem with email delivery on your server OR that your email provider is blocking email from your site.
  10. Awesome! I’m glad you got it squared away!
  11. There is an addon that has birthdays available if it’s very important to your community.
  12. Nope. Those are just access errors. There might be a separate server log for PHP. Again… your host would have to point you to where Apache/PHP error logs are stored.
  13. The default timezone for PHP is UTC regardless of what your local time is set on the server. Have you checked your php.ini to make sure timezone is set to the correct one? I believe it’s should be set to the following for India: date.timezone = Asia/Kolkata
  14. You would need to get assistance from your hosting provider for that. We don’t know how your server is configured to store logs.
  15. Can’t duplicate this. My search indexes are working and no problems.
  16. You would want to check the server (Apache) error logs for what a 500 is being thrown. It won’t show in those logs because it’s failing before it gets to the IPS logging.
  17. Huh? It literally is the answer. You’re complaining about the files being modified. NO DUH??? You literally just edited them. What did you expect it to say? You’re still running original files? Again… this is a PATCH until either a hot fix is released by IPS, a new version is released to marketplace, or IPS releases a fix in the next major release. If you don’t want to see the warning about core file edits, don’t edit a code file and wait for a full fix. Sorry you don’t like that answer, but that’s the way the system works. Again if you don’t like my replies, put me on ignore.
  18. Try uninstalling it. If it fixes your problem you know it was the problem. You can then try reinstalling it to see if it remains fixed.
  19. It’s gunna be like that till either Jon releases a version that moves the source files somewhere IPS won’t scan OR IPS updates the scanner to add the additional path. It’s meant to be a bandaid for those who can’t use the system at all right now… not the long term fix. If you edit ANY core IPB file, that will occur. You can either revert it and deal with the scanner not scanning it or ignore the warning until one of the actions noted above happen.
  20. Awesome! Glad you were able to square it away!
  21. Instead of copying code, revert the template back to default. You’ll need to most likely redo any code changes to the calendar/event app code since it got a hefty forklift in this release.
  22. Then yes… get into those stripe developer logs. If I remember correctly each successful transactions should have like 4 events tied to it. You can look at past successful ones to see what should be happening and the stripe error logs should give you an idea what’s failing.
  23. The newest version pending approval works with 4.7.3. It brings back the birthday widget AND even shows multiple days. (It does not use the calendar system to get data so it can work in the new version.) Check out the screenshots above. 🙂 There is a sidebar and a wider version of the widget. (This app was originally custom developed for me, so it also has some filtering requirements I had.) Rumor has it that Adrian is also working on a birthday full page display (that may possibly just happen to coincidentally look like a calendar as well).
  24. Also... if you're using Cloudflare, Securi, or another Cloud WAF... it's possible that is blocking the calls as well. (You would have to whitelist Stripe's IPs in the firewall if so.)
  25. Look in the developer logs at the raw transactions... when a transaction is called, IPB tells stripe to charge a card. Stripe uses a web hook to call back with the status. If that web hook is not working or if stripe is blocked on your server... it could end up with transactions being authorized but never settled.
×
×
  • Create New...