Jump to content

Donnie95

Clients
  • Joined

Everything posted by Donnie95

  1. Only two duplicate errors, but I also encountered another error. When it asked me to run an ALTER command, I ran it manually without any errors. I confirmed that I had executed it successfully, but the upgrade process got stuck. I had to click "Try to run automatically." to continue. I might wait until version 5.0.10+ before upgrading.
  2. Donnie95 posted a post in a topic in Technical Problems
    I'm not sure if this is a bug, but every time I click "Save" in the theme editor, it redirects me back to the homepage. It's pretty annoying. Thanks.
  3. Yeah, but it almost timed out when I ran the command automatically (Big table), and I'm getting duplicate errors when I run it manually.
  4. During the upgrade from 4.7.20 to 5.0.5, I was ask to manually ALTER the database. But when I ran the command, it said that the key already exist. I tried running the command automatically using the upgrader. It displayed the message: "Upgrading database (Core: Upgrade ID 500001-31). Please wait while we transfer you..." After about 30 minutes, the CPU usage on the server dropped to 0, so I assumed the process was stuck. I closed the tab and accessed the upgrader in a new tab. I was able to resume the upgrade, but it prompted me to run a new command manually again: I got the same error as before, but clicking "Try to run automatically" resolved it quickly. I continued using "Try to run automatically", and the upgrade completed successfully. Now I'm unsure whether I should manually run the command and ignore the duplicate key error, or run it automatically through the upgrader and risk a timeout. This was done on a test install.
  5. Hello, I'm confused about how this setting works. Does it delete conversations with exactly 0 replies after XX days? (For example, if we message someone but receive no reply) Or Does it delete conversations that haven't received any replies after XX days? (even if the conversation previously had replies) Thanks.
  6. Please add more editor permissions for each button, similar to how it was in v4, so we can disable the features we don't need.
  7. I can do most things in the new editor except pasting HTML code.
  8. I'm using this to create the Terms of Use & Privacy Policy. That is a downgrade compared to version 4. (Term of use generator, raw html)
  9. Has the source mode/HTML mode been removed in v5?
  10. Is it normal to get a lot of "No such file or directory" errors in FileZilla when doing a manual upgrade to v5?
  11. It still works on my site as of version 4.7.20. Upgrading to v5 will completely remove the feature? and we have nothing to replace it? (Self-hosted) Since "Trending content" is cloud only.
  12. Is it available for everyone? I don't see it either.
  13. I’m unable to find this widget in v5. Has this been removed? Thanks.
  14. Please add a group permission setting so we can control who is allowed to request account deletion. How is this useful? I've noticed that most members who request account deletion are new users with no posts, purchases, or activity. I want to allow these members to delete their accounts easily. However, I don’t want all members to have this option, especially those who have made purchases, posts etc. Thanks!
  15. I like the idea. 👍
  16. Adding a separate tab will look better and more organized. Thanks.
  17. no, but I fixed the issue by simply manually running the task multiple times. I think it happens when the last poster is a deleted member. It will rarely happen again so not a big deal.
  18. I'm trying to move archived posts using the Move/delete content tools but getting this error. UPDATE `forums_forums` `forums_forums` SET `topics`=1,`posts`=1,`last_post`=0,`last_poster_name`=NULL,`seo_last_name`='-'last_title`=POST TITLE',`seoast_title`TITLE,last_id=6853 WHERE id=149 Column 'last_poster_name' cannot be null Now the task is stuck. Thanks.
  19. I have several custom apps on my V4 site. Should I delete or only disable these apps before upgrading to V5? Then, should I update the apps once I'm running V5? Thanks!
  20. It looks good, but it would look even better without those large borders on the side.
  21. Ok thanks. Concerning the theme editor bug, it occurs when you open the theme editor with this setting is turned off. It was off by default on my upgraded site. You can't use your account until you turn it on again.
  22. Could it be because during the upgrade, the software asked me to manually run the MySQL commands? they already exist because I added them manually.
  23. I will do more tests. I did not tried any upgrade before because I was getting HTTP 500 error, so I deleted the files and the database and tried again. The MYSQL user has full permissions.
  24. There is also an issue with the theme editor, I can't load it, and the page keeps refreshing with 403 errors. It could be related to my Nginx config idk.
  25. I was able to upgrade after trying a second time. I think it was not Redis, but the new files were improperly uploaded. They asked me to alter many database tables, and one gave me an error because it already existed. There are a few upgrade errors in the system logs as well.