Jump to content

HeavyWolfPL

Clients
  • Posts

    16
  • Joined

  • Last visited

Recent Profile Visitors

177 profile views

HeavyWolfPL's Achievements

  1. The problem is that I could not get into the page at all, just 500 on everything. After changing the login details, it worked.
  2. Yesterday, I needed to utilize a backup of my website, but I had saved it prior to updating my SQL server login credentials. Consequently, upon attempting to open my page, I encountered a 500 error, as I had forgotten to update the SQL logins. The site displayed a "Connection timed out" message, although I believe it would have been more helpful to receive a specific message related to the database errors. If it has been suggested previously, my bad, couldn't find anything.
  3. I guess just moving the files between directories won't work. Do plugins store files or data somewhere outside plugins folder then?
  4. Since marketplace closure, there is no way to download stuff anymore, if the author has disappeared from the community. Is there a way to retrieve an app and plugin I have already installed in my community? I wanted to make a clean install for testing, however, I don't have XML files anymore.
  5. Sorry, I haven't thought about giving a better example. What I mean is that some actions that you do on a user, make your IP appear in his Devices & IP Addresses tab. Here's an example, I've performed some actions on user's account, so my IP appeared as one of "his" IP addresses. I have a simple app that just searches for any connections between users, including devices and IPs. Previously I was getting false positives, as some of my staff was flagged, due to their IP being connected to these users. I now have a simple whitelist for them, but still why does it happen?
  6. Whenever you modify a user's account in ACP, it is displayed in his/her "Recent Activity" and IP activity. As I often deal with leakers / spammers / alt accounts, checking user IPs is something I do very often. It is annoying, when I see my and other staff's addresses in user activity, whenever I want to check something. What's even more annoying, these IP addresses also appear in the Ban IP Addresses section. My suggestion is to disable staff addresses from appearing in the user's activity and Ban IP addresses section. I appreciate it shows the actions staff has done on specific user's account, but having them listed the same way as user's "real" IP addresses isn't helpful.
  7. Update, it seems I've fixed the issue (temporarily or permanently) by increasing the values for FPM; pm.max_children pm.start_servers pm.min_spare_servers pm.max_spare_servers Works on both PHP 7.4 and 8.0
  8. My hosting provider isn't going to help much though, you buy a VPS to mess with it yourself. Just worth mentioning, I've compared the phpInfos on both servers, most of the values responsible for timeouts, file uploads, etc. are the same or even higher.
  9. I'm facing an issue where uploading a file with more than one photo, results in very long processing that usually ends with PHP child exit (timeout). The issue first occured when we switch to a more powerful VPS, where I've had to install and configure PHP. The issue both happens on 7.4 (production site + clean test install) and 8.0 (clean test install). Sadly, I'm not getting any errors that may point me to the problem. PHP logs: [09-Oct-2022 00:00:01] NOTICE: error log file re-opened [09-Oct-2022 13:40:49] NOTICE: Terminating ... [09-Oct-2022 13:40:49] NOTICE: exiting, bye-bye! [09-Oct-2022 13:40:49] NOTICE: fpm is running, pid 3864656 [09-Oct-2022 13:40:49] NOTICE: ready to handle connections [09-Oct-2022 13:40:49] NOTICE: systemd monitor interval set to 10000ms [12-Oct-2022 20:09:37] NOTICE: Terminating ... [12-Oct-2022 20:09:37] NOTICE: exiting, bye-bye! [12-Oct-2022 20:09:37] NOTICE: fpm is running, pid 3970713 [12-Oct-2022 20:09:37] NOTICE: ready to handle connections [12-Oct-2022 20:09:37] NOTICE: systemd monitor interval set to 10000ms [14-Oct-2022 21:38:00] WARNING: [pool www] child 4023417 exited with code 124 after 322.923399 seconds from start [14-Oct-2022 21:38:00] NOTICE: [pool www] child 4023548 started [14-Oct-2022 21:49:29] WARNING: [pool www] child 4020578 exited with code 124 after 10309.977722 seconds from start [14-Oct-2022 21:49:29] NOTICE: [pool www] child 4023909 started Apache logs: [Fri Oct 14 00:00:01.653125 2022] [mpm_prefork:notice] [pid 3864704] AH00163: Apache/2.4.54 (Debian) OpenSSL/1.1.1n configured -- resuming normal operations [Fri Oct 14 00:00:01.653175 2022] [core:notice] [pid 3864704] AH00094: Command line: '/usr/sbin/apache2' [Fri Oct 14 21:20:49.692260 2022] [proxy_fcgi:error] [pid 4022796] (70007)The timeout specified has expired: [client <IP>:58690] AH01075: Error dispatching request to : (polling), referer: https://polishemergencyv.com/file/<file-name>/?do=newVersion [Fri Oct 14 21:37:58.417042 2022] [proxy_fcgi:error] [pid 4023416] (70007)The timeout specified has expired: [client <IP>:41485] AH01075: Error dispatching request to : (polling), referer: https://polishemergencyv.com/file/<file-name>/?do=newVersion [Fri Oct 14 21:49:26.555609 2022] [proxy_fcgi:error] [pid 4023825] (70007)The timeout specified has expired: [client <IP>:56290] AH01075: Error dispatching request to : (polling), referer: https://polishemergencyv.com/file/<file-name>/?do=newVersion I've tried increasing Apache2 timeout config value and some of the PHP values: max_execution_time max_input_time memory_limit post_max_size upload_max_filesize max_file_uploads After a lot of tries to fix it, it seems that images are causing it, not the file itself. Disabling the watermark system did not work, smaller images also, choosing to not keep the previous file version - same. Sometimes instead of the timeout I get a page full of weird, random symbols, mostly non-ASCII (I think?). While writing this post, it only happened once, but it results in a different PHP error: [Fri Oct 14 22:21:21.294569 2022] [proxy_fcgi:error] [pid 4024337] [client <IP>:42405] AH01071: Got error 'PHP message: PHP Fatal error: Maximum execution time of 300 seconds exceeded in /var/www/polishemergencyv.com/system/Image/Gd.php on line 150', referer: https://polishemergencyv.com/file/124-hdfghdhfhghfdhgfhfdgfdhg/?do=newVersion [Fri Oct 14 22:31:49.292785 2022] [proxy_fcgi:error] [pid 4024472] [client <IP>:42537] AH01067: Failed to read FastCGI header, referer: https://polishemergencyv.com/file/124-hdfghdhfhghfdhgfhfdgfdhg/?do=newVersion [Fri Oct 14 22:31:49.292843 2022] [proxy_fcgi:error] [pid 4024472] (104)Connection reset by peer: [client <IP>:42537] AH01075: Error dispatching request to : , referer: https://polishemergencyv.com/file/124-hdfghdhfhghfdhgfhfdgfdhg/?do=newVersion Refreshing the page returns me to upload settings page, but for a file that doesn't actually exist (even though, screenshots, changelog and version name are from that file). No matter the error I get, the file (.zip) itself changes, but both version and changelog gets copied but unchanged After attempting to remove the latest version, download button changes to this error: [[Template downloads/front/view/downloadButton is throwing an error. This theme may be out of date. Run the support tool in the AdminCP to restore the default theme.]] I think I've covered most of the stuff.
  10. Brilliant Discord Integration does both role sync and signing in using Discord (you will need to disable normal signing-up).
  11. The watermark feature in Downloads is great, but I would really like a way to set it per category. It looks kinda weird, to see my team's watermark on other users' files. Additionally a way to disable watermarking feature for a file/category would also be nice.
  12. Probably a rare situation, but both the Posts and Settings tab doesn't work if you do not have IPS Forum module installed. Posts tab of course makes sense, but it would be nice to implement a check for the Settings tab, as it can't be accessed in such situation.
  13. So I've got two users with no active pledge, but they are still left with the Supporter role. No system logs related to these users at all. Also users get the Supporter role added both as main and additional.
  14. All I can see is that he supports us with SEK on minimal tier which equals $5. Actually he supports us no longer, as I don't see him as verified in the ACP.
  15. So far everything works, but I will check again after the month ends. I know that only dollar goals are supported, but this is kind of weird. That person supports us in his own currency by paying 45SEK which then ends up saying that he pays $45 instead of 45SEK.
×
×
  • Create New...