2014-06-18, 06:22 PM
Hey,
I recently transferred my forum onto another host, and somewhere along the way, the "search.lang.php" file in the FTP got deleted/removed from the FTP, probably because of a "malware detected" alert that keeps coming up now.
I am using MyBB version 1.6.13, and the inc/languages/english/search.lang.php refuses to stay in the FTP (using FileZlla); I tried using both the default file from the MyBB documents documents, and the file I had on my previous site (wanted to make sure it wasn't the file), but neither worked. This is what comes up:
Command: STOR search.lang.php
Response: 150 Accepted data connection
Response: 226-File successfully transferred
Response: 226-0.121 seconds (measured here), 35.75 Kbytes per second
Response: 226 *** MALWARE DETECTED ***
Then it says it's going to passive mode and the file isn't on the FTP anymore.
After looking through the file and removing different lines, it turns out the line that brings up the error is this one:
I put in the rest of the lines in the search.lang.php file in a document and uploaded it to the FTP (not including the "find_all" line), and the search works again. The file also stays on the FTP.
My question is, will not having that line in the coding be a problem later?
There is another support forum where someone put in the document using CPanel, and people mentioned editing the coding, http://community.mybb.com/thread-153832.html, so is taking out the "find_all" the solution or is there another way to fix this problem incase the "find_all" line is really necessary?
I recently transferred my forum onto another host, and somewhere along the way, the "search.lang.php" file in the FTP got deleted/removed from the FTP, probably because of a "malware detected" alert that keeps coming up now.
I am using MyBB version 1.6.13, and the inc/languages/english/search.lang.php refuses to stay in the FTP (using FileZlla); I tried using both the default file from the MyBB documents documents, and the file I had on my previous site (wanted to make sure it wasn't the file), but neither worked. This is what comes up:
Command: STOR search.lang.php
Response: 150 Accepted data connection
Response: 226-File successfully transferred
Response: 226-0.121 seconds (measured here), 35.75 Kbytes per second
Response: 226 *** MALWARE DETECTED ***
Then it says it's going to passive mode and the file isn't on the FTP anymore.
After looking through the file and removing different lines, it turns out the line that brings up the error is this one:
$l['find_all'] = "Find all";
I put in the rest of the lines in the search.lang.php file in a document and uploaded it to the FTP (not including the "find_all" line), and the search works again. The file also stays on the FTP.
My question is, will not having that line in the coding be a problem later?
There is another support forum where someone put in the document using CPanel, and people mentioned editing the coding, http://community.mybb.com/thread-153832.html, so is taking out the "find_all" the solution or is there another way to fix this problem incase the "find_all" line is really necessary?