View New Posts / View Todays Posts - Printable Version +- MyBB Community Forums (https://community.mybb.com) +-- Forum: 1.8 Support (https://community.mybb.com/forum-175.html) +--- Forum: Installation and Upgrades Support (https://community.mybb.com/forum-182.html) +--- Thread: View New Posts / View Todays Posts (/thread-158426.html) Pages:
1
2
|
View New Posts / View Todays Posts - VAHuntingForum - 2014-09-01 I have succesfully upgraded to 1.8 and get the following errors when clicking "View New Posts" and "View Todays Posts". What do you I need to do to fix this? Thanks /home/content/34/11228734/html/inc/languages/english/search.lang.php does not exist RE: View New Posts / View Todays Posts - Mauricio - 2014-09-02 The same! I upload the file but disappears instantly RE: View New Posts / View Todays Posts - dragonexpert - 2014-09-02 I know it has to do with the hosting panel thinking it is malware when it is not. I can't remember which string in there it doesn't like, but I know this issue has come up before. Try searching for it. RE: View New Posts / View Todays Posts - VAHuntingForum - 2014-09-02 (2014-09-02, 05:08 PM)dragonexpert Wrote: I know it has to do with the hosting panel thinking it is malware when it is not. I can't remember which string in there it doesn't like, but I know this issue has come up before. Try searching for it. I tried searching and did not find anything related to 1.8 RE: View New Posts / View Todays Posts - dragonexpert - 2014-09-02 The issue was in 1.6 also. Edit: http://community.mybb.com/thread-154998.html?highlight=search.lang.php RE: View New Posts / View Todays Posts - VAHuntingForum - 2014-09-02 The FTP client keeps kicking the search.lang.php file out. RE: View New Posts / View Todays Posts - dragonexpert - 2014-09-02 Either remove the line $l['find_all'] = "Find all"; or change "Find all" to some other text. RE: View New Posts / View Todays Posts - VAHuntingForum - 2014-09-02 (2014-09-02, 06:07 PM)dragonexpert Wrote: Either remove the line $l['find_all'] = "Find all"; or change "Find all" to some other text. [/b] FIXED! Thank you so much dragonexpert!! RE: View New Posts / View Todays Posts - dragonexpert - 2014-09-02 Yes. Everything else in the file should be untouched. After doing this, you will want to search templates for "{$lang->find_all}" and replace it with "Find all". RE: View New Posts / View Todays Posts - VAHuntingForum - 2014-09-02 (2014-09-02, 06:17 PM)dragonexpert Wrote: Yes. Everything else in the file should be untouched. After doing this, you will want to search templates for "{$lang->find_all}" and replace it with "Find all". Done. Thanks again. |