Everything posted by Donnie95
-
Upgrade database errors: Duplicate key name
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.
-
Theme editor bug?
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.
-
Upgrade database errors: Duplicate key name
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.
-
Upgrade database errors: Duplicate key name
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.
-
Prune conversations with no reply
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.
-
Please stop removing features
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.
-
Please stop removing features
I can do most things in the new editor except pasting HTML code.
-
Please stop removing features
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)
-
Please stop removing features
-
Upgrade problems V5
Is it normal to get a lot of "No such file or directory" errors in FileZilla when doing a manual upgrade to v5?
-
"Popular Now" widget missing in v5?
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.
-
"Popular Now" widget missing in v5?
Is it available for everyone? I don't see it either.
-
"Popular Now" widget missing in v5?
I’m unable to find this widget in v5. Has this been removed? Thanks.
-
PII & Deletion Requests Permissions
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!
-
New feature suggestion: Floating 'add new topic' button
I like the idea. 👍
-
Separate custom apps from the official apps in the AdminCP.
Adding a separate tab will look better and more organized. Thanks.
-
1S111/1 Column 'last_poster_name' cannot be null
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.
-
1S111/1 Column 'last_poster_name' cannot be null
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.
-
5.0 V4 customs apps.
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!
-
Welcome to Invision Community 5
-
How do I update to v5 beta
Donnie95 replied to beats23's post in a topic in Invision Community 5: Beta Testing's Beta DiscussionOk 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.
-
How do I update to v5 beta
Donnie95 replied to beats23's post in a topic in Invision Community 5: Beta Testing's Beta DiscussionCould it be because during the upgrade, the software asked me to manually run the MySQL commands? they already exist because I added them manually.
-
How do I update to v5 beta
Donnie95 replied to beats23's post in a topic in Invision Community 5: Beta Testing's Beta DiscussionI 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.
-
How do I update to v5 beta
Donnie95 replied to beats23's post in a topic in Invision Community 5: Beta Testing's Beta DiscussionThere 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.
-
How do I update to v5 beta
Donnie95 replied to beats23's post in a topic in Invision Community 5: Beta Testing's Beta DiscussionI 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.