Jump to content

teraßyte

Clients
  • Posts

    33,431
  • Joined

  • Days Won

    47

 Content Type 

Downloads

Release Notes

IPS4 Guides

IPS4 Developer Documentation

Invision Community Blog

Development Blog

Deprecation Tracker

Providers Directory

Projects

Forums

Events

Store

Gallery

Everything posted by teraßyte

  1. This is the support topic for this modification:
  2. Steps to reproduce: Go to ACP > Commerce > PAYMENTS > Settings > Currencies TAB. Enter 1 or more extra currency codes. As an example, let's use USD, EUR, and GBP. Select the DEFAULT? checkbox for all currencies. Hit Save. The form saves all currencies as being the default one, and the frontend always uses the first currency in the list. The form should instead throw an error allowing only 1 currency code to be setup as the default one.
  3. Steps to reproduce: Go to ACP > Commerce > STORE > Settings > Gift Cards TAB. Enter some values in the stack field. Let's use 10, 20, 30, 40, and 50 in this case. Save the changes. After the page reloads the Gift Cards TAB will display the following values instead: 10, 20, 20, 30, 40. The value 20 is listed twice, and 50 is missing. At this point, reloading the page with F5 (without hitting SAVE) loads the proper values. However, if someone clicks SAVE again in another of the tabs, the wrong values are saved in the database this time.
  4. Based on the error it's the block with ID 31 (content_blocks_31) and it's calling some undefined constant: Error: Undefined constant "IPS\Theme\forum_id_79" (0) If you've already deleted all blocks, maybe it's still cached somewhere. Try clearing the cache from the support page.
  5. It's in the same place where you enter the FTP/ACP details. See this guide: https://invisioncommunity.com/4guides/client-services/getting-support-r292/#access
  6. Inside \oauth\callback\index.php on line 108: <input type="submit" value="Proceed to Login" />
  7. Yes. You can find a list of people available for paid work on this page: https://invisioncommunity.com/third-party/providers/ I'm also on that list, and I often help with upgrades. If you want, you can send me a PM with more details about your situation.
  8. All those 4 warnings/errors in your screenshot will go away once you update to the latest 4.7.10 version. Or are you saying you are already on version 4.7.10 and those notifications are still there?
  9. As the error says, the script wasn't able to write the file to your filesystem. Check the permissions for the /datastore folder (either 777 or 755; depending on your server configuration). If permissions are okay check that you still have space available on your server.
  10. Oh wow, it took me a whole minute to realize it's from a widget. I didn't even remember it existed. Looks like it's using a different template so I need to add a new hook for that. I've added it to my to-do list.
  11. Looks like your Pages (cms) application files aren't updated correctly to the latest version. To fix this is should be enough to re-download the ZIP file from your client area and manually re-upload all the files from it. There is a chatbox hook in the error backtrace, so it might be related to that. Try disabling the application and see if that fixes it. If you're using a custom theme try also switching back to the IPS default, non-customized one.
  12. There should be an error_log file on your server (or maybe visible from your control panel; depends on how the server is configured). See if there's anything logged there. If you can't find the file, try asking your hosting for its location. I see Marc also mentioned: Maybe IPS will be able to have a quick look themselves since they have your FTP access.
  13. It was a bug in previous versions because of the new future publish option. The bug was fixed in either 4.7.8 or 4.7.9, can't remember right now. Either way, since you've updated to 4.7.9 the issue won't happen anymore. The only way to fix already edited old posts is to change the post data directly in the database (always make a backup!) or using a modification.
  14. Oh, I missed that part of your post. I can indeed see why it would be a problem with your situation. I can't really think of anything else right now. 🙄
  15. A workaround could be to set up the Members group to not be able to send PMs unless they have at least a few posts. Once they make the required number of posts you can move them with an automatic group promotion rule to another group that can send PMs.
  16. Adding validation for 3rd party login methods is not possible. Unless I remember wrong, they specifically have rules in place that no further validation should be required.
  17. The badge icon is indeed not displayed on posts, you can see the same happening on this site: Once awarded, the badge icon appears only in the user's profile: https://invisioncommunity.com/profile/145950-teraßyte/badges/ => Helpful for a post in a topic
  18. Did you test with 4.7.9 or 4.7.10 Beta? Unless I remember wrong, this is already fixed in 4.7.10 Beta.
  19. Double-check that the Physical Address field is not partially auto-filled before clicking the save button. I noticed that sometimes the browsers auto-fill it with only a few values, and the form complains it's not a complete address when it's submitted.
  20. It's not working because the URL is not the same as before. In the previous screenshot, you were using the /forums/ folder, but not in your latest screenshot. The check requires the same exact URL, not just (sub)domain.
  21. That's the wrong value. The cronjob needs to run once per minute, not day.
  22. Oh, I see. In that case the default converter won't support that kind of custom item. You have 2 options: Manually add the posts. Hire a 3rd party developer to create a custom conversion script for you: https://invisioncommunity.com/third-party/providers/
  23. @Marc Stridgen Just a little update: the unread page is as fast as usual now. Maybe the recent upgrade fixed whatever was wrong with it. 🤔
  24. You'd need to install the Converters application to import them. A list of what can be imported is available near the bottom of this page: https://invisioncommunity.com/services/convert/ Here's also a guide on how to get/use the application:
×
×
  • Create New...