Thread: any idea?
View Single Post
  #6  
Old 20th February 2023, 16:34
Subzero's Avatar
Subzero Subzero is offline
Coder
 
Join Date: Jul 2008
P2P
Posts: 190
Default
Quote:
Originally Posted by actionman View Post
where would i find these logs,im not very good with ssh so wouldnt even have a scooby how to find these logs.


it is bizarre though as it goes crazy at 7pm but at 11pm the uploading is back to normal, we never had this issue before.


i can access my servers root directory on ssh but wouldnt have a clue how to direct myself to the logs.

the takeupload seems to stop at this point

if (!is_uploaded_file($tmpname))
stderr($lang['takeupload_failed'], "test1");

if i remove that it then errors on the next if command and so on.

Bump: located the error log in my ftp client but is the same error all the time



[Fri Feb 17 21:58:43 2023] [warn] Cannot get media type from 'x-mapp-php5'


the log file just shows loads of get announce things


46.232.210.170 - - [17/Feb/2023:21:58:43 +0100] "GET /announce.php?passkey=21c9103297e8941868036faf82fbe 6ea&info_hash=%FE%FD%CB%95%5CA%D0%80%84qW%1Fk%0Dj% 1Ee%C8%83%3A&peer_id=-lt0D60-%C1%26%2B%0E%83%19%87%8C%9F%8F%99o&key=61821bfe&co mpact=1&port=62166&uploaded=548019713&downloaded=1 530699265&left=0 HTTP/1.1" 200 314 "-" "rtorrent/0.9.6/0.13.6"


cannot see anything wrong though maybe you can.
If your site isn't yet established, I'd recommend moving to something a bit more up-to-date if you don't have the knowledge to update this code on your own.


Is the server a dedicated server? VPS? Shared hosting?


I'd recommend monitoring the server via SSH at the times you say you are having issues, although it seems odd it's only happening at a specific time.
Is everything else still working when the uploads are not?
Reply With Quote