Jump to content

Maximilian Atlantis

Clients
  • Joined

  • Last visited

  1.    Marc reacted to a post in a topic: The topics disappeared
  2. Yes I've done it but the problem remains. Fix it by the roll back the database as I wrote. Ok
  3.    Maximilian Atlantis reacted to a post in a topic: The topics disappeared
  4. so the question is unanswered...
  5.    Maximilian Atlantis reacted to a post in a topic: Staging Licensing
  6. Hello! We want to temporarily deploy our forum locally using a backup of the database to test updates on a subdomain. Our goal is to ensure a smooth upgrade process before applying changes to the live instance. Let us know if there are any specific guidelines we should follow. Licensing: Will our license remain valid in this scenario, or could it be affected? Allowed Subdomains: Are there any recommended or permissible subdomains for staging and testing environments?
  7. We want to temporarily deploy our forum locally using a backup of the database to test updates on a subdomain. Licensing: Will our license remain valid in this scenario, or could it be affected? Allowed Subdomains: Are there any recommended or permissible subdomains for staging and testing environments? Our goal is to ensure a smooth upgrade process before applying changes to the live instance. Let us know if there are any specific guidelines we should follow.
  8. Thank you. But the topics was under the category and after dragging they dissapeared
  9. This is just the routine option for reordering forums and this is without any third parties plugins. Hopefully in the version 5 this bug will be sorted
  10. I just grab the forum (3 lines button) as usual and moved up to reorder.
  11. Yes Ive restored database. But I’d like to know how to prevent this issue in the future.
  12. I've encountered this bug before. It happens when I move forums in the admin panel. Of course, I roll back the database. What should I do in this case?
  13. Hello I moved the forum to a different location, and all topics disappeared—only the topic count and the last thread remain. After moving it back, nothing changed. GPTChat answered 1. Clear Cache & Rebuild ContentAdminCP → Support → Clear System Cache AdminCP → Tools → Rebuild Content (Choose "Rebuild Topics and Posts") 2. Check PermissionsGo to AdminCP → Members → Groups and verify that user groups have permission to view topics in the moved forum. Check the Forum Permissions in Forums → Manage Forums and ensure that users can view and access topics. 3. Verify Forum and Topic Relationships in the DatabaseUse phpMyAdmin or another database tool to check if topics are still linked to the correct forum: sqlКопироватьРедактировать SELECT * FROM forums_topics WHERE forum_id = X; (Replace X with the forum ID where topics should be.) If topics are listed but not showing, try manually updating their forum ID: sqlКопироватьРедактировать UPDATE forums_topics SET forum_id = Y WHERE forum_id = X; (Replace Y with the correct forum ID.) 4. Recalculate Forum StatisticsAdminCP → Tools → Rebuild Content → Recount and Rebuild Choose Rebuild Topic Counts and Rebuild Forum Statistics 5. Check Logs for ErrorsIn AdminCP → System Logs, look for errors related to topics or forum moves.
  14.    WebCMS reacted to a post in a topic: Hyperlink search
  15. Maximilian Atlantis posted a post in a topic in Feedback
    It would be great to have a feature to search for a hyperlink that is not displayed as text.
  16. Oh, right thank you I have and the site and the forum on one php sorted out
  17. You are running PHP version 8.2.21. While this version may work, you may experience errors or other issues. We recommend version 8.1.x. But it 8.1 now and I tried 8.0 - no changes
  18. I've tried different versions as I wrote. Now it switched to 8.1, but it shows this