Jump to content

Miss_B

Members
  • Posts

    1,484
  • Joined

  • Days Won

    4

 Content Type 

Downloads

Release Notes

IPS4 Guides

IPS4 Developer Documentation

Invision Community Blog

Development Blog

Deprecation Tracker

Providers Directory

Forums

Events

Store

Gallery

Everything posted by Miss_B

  1. What guide did you check? Have a look at the following guide. It contains very usful info. https://invisioncommunity.com/4guides/welcome/
  2. You should upload them inside whatever directory that you have used to install your forum. And as mentioned above, make sure to overwrite your current forum folders and files.
  3. The error doesn't have anything to do with the forum itself by the looks of it, but more with the server. As mentioned above by Charles, the host shouldn't tell their clients to use an older php version with known security issues. That being said, can you check the server error log and post here the most recent error messages logged?
  4. It is not an easy thing to do. They can use proxies/vpns etc. The best way to go about this imo, is to limit the the number of registrations from the same device. It will make it very difficult for them to keep using a new device each time that they want to register a new account. I have coded such an app for another member here some time ago and it has proved very efficient according to them.
  5. it is a moderator permission. You can find it under the Content tab. For more please see the attached screenshot.
  6. Yes, if you remove the app, its database table and all the data in it will be removed automatically.
  7. Have a look at this link regarding the quoted error. https://dev.mysql.com/worklog/task/?id=10924
  8. You sent me a screenshot only in the pm. I can't do anything with that. In order to investigate the issue I need access to the admin panel. Otherwise I am afraid that there isn't much that I can do.
  9. I know that and I didn't mean to imply that. I wanted to bring it to the OP 's attention so he could disable them and see if one of them was the culprit.
  10. Seeing the fact that it happens on a certain time I highly doubt that that could be the case. To echo @teraßyteabove, do you have a backup cronjob/task that runs on those specific days? If you check the logs in your admin panel or the server error log, is there any message logged in either place about the same time when the issue is happening?
  11. Can you check the server error log and see if any messages are logged in there?
  12. Not at all. The app performs very well, even if I may say so myself. What I meant by not reproducing, as previously mentioned, is the results displaying only one user. Results will always display more than one user.
  13. The app queries its database table and displays the results only if more than one account is found sharing the log in details. Having 2 users or more in a row is not bad at all because the names listed in the row are the accounts that have shared the log in info which is the whole purpose/idea. Anyways, I can not reproduce this myself, nor does anyone else has reported such a thing. I can take a look at this, but I would need access to your Admin Panel.
  14. I am not sure that I understand what you mean. The app lists the duplications as shown in the screenshots. i.e. it does give you indications for duplications. You say that you have 43 pages, that means that a lot of login details have been shared. And yes, you will have to check them all if you want to see who is sharing the login details. I mentioned the search option if you had a specific member in mind that you wanted to check.
  15. Each page contains the duplication info. You can search for specific member(s) name(s) and/or ip addresses using the quick search fuction in the logs page.
  16. When you did a fresh install, did you install the latest version? If you did, you should run the upgrader so the database containing the backup of the previous version should be upgraded too so it can match the forum files version. It is better to not delete everything, because that might cause errors especially with third party plugins/apps that result as installed but their files can not be found. Can you post the error messages that you got as that can help in pinpointing the issues.
  17. Looking at the error message, it looks to me that when a new forum is added, it is trying to save a string/varchar value "" in the column min_posts_post, which is an integer type.
  18. I read your other topic and it is my understanding that you have 2 forums in the same server, but only one has this issue. This tells me that something has been miscunfigured somewhere in the forum where the issue is happening. You were given a lot of helpful/useful tips at your other topic, but the thing is that without looking directly in the forum/server where the issue is happening, all one can do is guess.
  19. Deleting topics is not an accurate term in this case. This would be more like deleting posts. That being said, there is no buil in option to do this a.f.a.i.k. This will require a custom app.
  20. No, it will not work under php 7.4. because as you already mentioned, the minimum php version for the latest Ipb version requires php 8. You should upgrade first your php version and then you can run the upgrader.
  21. By web, do you mean your forum? If so, in what way it is not changing? What version of Ipb are you running on your forum?
×
×
  • Create New...