Jump to content

teraßyte

Clients
  • Posts

    33,391
  • Joined

  • Days Won

    47

teraßyte last won the day on March 23

teraßyte had the most liked content!

Contact Methods

Profile Information

  • Gender
    Male
  • Location
    Italy

Recent Profile Visitors

28,027 profile views
  1. @Joel R In the past it was also more useful because you could post things to FB or Twitter (X), but both are not an option anymore now. The FB option was removed ages ago, and Twitter has been broken for months, too. 🤷‍♂️
  2. No. While you can download an application's folder from the server, plugins aren't the same. When plugins are installed, the setup folder is NOT saved on the server. And the original XML file is not available, either. You'll need to rebuild the XML file from scratch based on the files on the server, plus rewrite from scratch the setup folder (if the plugin creates tables or adds columns). It may take some time, but it can be done. I've done it several times for clients, especially recently after the marketplace closed.
  3. I assume templates are wiped (since they're completely different?), but this will leave a lot of unused settings, tasks, widgets, etc, around in the database then. 🤨
  4. Will plugins be "uninstalled" (deleting all settings, templates, etc) or is the table simply dropped in the upgrade step?
  5. I don't remember any modification for it, but it should be easy to make. At worst, you can edit the template to remove it if there's no hook point for a modification.
  6. That means the file is not being overwritten properly. I'd start by checking the file owner/group/permissions. Sometimes the file is owned by another user/group and it can't be overwritten. In such cases, a simple chown command from SSH would fix it. If you have no idea what I'm talking about, ask your host for help.
  7. Looks like some of your files are not up-to-date. Download the suite package file from your client area and re-upload all the files to your server (be sure to overwrite the old files).
  8. PHP 8.2 is not supported. Downgrade to either 8.0 or 8.1.
  9. It's also possible it's a problem with the image library. Are you using GD or ImageMagick? For example, I've seen people have issues with specific ImageMagick versions.
  10. Looks like one or more files are missing. Try reuploading the files to your server.
  11. No, there is no function like that in the suite. There might be a modification for it if you look around, or you might need a 3rd party Provider to make it for you.
  12. That's a generic server error. Look at the server/PHP error logs to find out what the real error behind it is.
  13. It's indeed the same issue. I posted a fix here if you can't wait for IPS to fix it in the next (?) version:
  14. Yes, Google is turning the service on and off constantly to alert people they'll remove it soon. That said, it's hilarious they mention using their new Charts API while it doesn't have a QR code option. 🤷‍♂️
  15. I'm confused. 🤨 You're adding data to $_SESSION, but then you're dumping \IPS\Member::loggedIn() which doesn't contain/read $_SESSION in the other file. What exactly are you trying to do?
×
×
  • Create New...