Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
problem after upgrade to 2.1.8p2 security update
Chalipa
New
hi,
i have been told to open a new topic to get the problem solved after the upgrade to 2.1.8p2.
i get
failure
the update was not successful
i have been told to paste the php error log, here is what is logged:
[16-Jan-2015 02:16:17 UTC] PHP Fatal error: Call to undefined function bfined() in /home/forum2/public_html/main/conf/config.php on line 1 [16-Jan-2015 02:16:17 UTC] PHP Fatal error: Call to undefined function bfined() in /home/forum2/public_html/main/conf/config.php on line 1 [16-Jan-2015 02:16:18 UTC] PHP Fatal error: Call to undefined function bfined() in /home/forum2/public_html/main/conf/config.php on line 1 [16-Jan-2015 02:16:20 UTC] PHP Fatal error: Call to undefined function bfined() in /home/forum2/public_html/main/conf/config.php on line 1 [16-Jan-2015 02:16:45 UTC] PHP Fatal error: Call to undefined function bfined() in /home/forum2/public_html/main/conf/config.php on line 1 [16-Jan-2015 02:16:46 UTC] PHP Fatal error: Call to undefined function bfined() in /home/forum2/public_html/main/conf/config.php on line 1 [16-Jan-2015 02:17:04 UTC] PHP Fatal error: Call to undefined function bfined() in /home/forum2/public_html/main/conf/config.php on line 1 [16-Jan-2015 02:17:06 UTC] PHP Fatal error: Call to undefined function bfined() in /home/forum2/public_html/main/conf/config.php on line 1 [16-Jan-2015 02:17:12 UTC] PHP Fatal error: Call to undefined function bfined() in /home/forum2/public_html/main/conf/config.php on line 1 [16-Jan-2015 02:17:18 UTC] PHP Fatal error: Call to undefined function bfined() in /home/forum2/public_html/main/conf/config.php on line 1 [16-Jan-2015 02:17:36 UTC] PHP Fatal error: Call to undefined function bfined() in /home/forum2/public_html/main/conf/config.php on line 1 [16-Jan-2015 02:17:42 UTC] PHP Fatal error: Call to undefined function bfined() in /home/forum2/public_html/main/conf/config.php on line 1 [16-Jan-2015 02:17:45 UTC] PHP Fatal error: Call to undefined function bfined() in /home/forum2/public_html/main/conf/config.php on line 1
0
Comments
Please post the contents of
/conf/config.php
but remove sensitive information like database account information, salt, and other secrets.Search first
Check out the Documentation! We are always looking for new content and pull requests.
Click on insightful, awesome, and funny reactions to thank community volunteers for their valuable posts.
Please post the contents of the htaccess file...
❌ ✊ ♥. ¸. ••. ¸♥¸. ••. ¸♥ ✊ ❌
You've posted your question on the 18th and the error log is from the 16th. From the error message
undefined function bfined() in /home/forum2/public_html/main/conf/config.php on line 1
I would suspect that the first line from config.php which should read<?php if (!defined('APPLICATION')) exit();
has for some reason been overwritten with rubbish and now reads like that:<?php if (!bfined('APPLICATION')) exit();
, but you've posted your config.php and the first line is all right.Conclusion: the error log from the 16th has nothing to do with your current problem.
Sorry if I've missed something but could you please describe what exactly you have done (updated from which version by doing what) and what your problem is (blank screen, error messages, etc)?
I concur.
Search first
Check out the Documentation! We are always looking for new content and pull requests.
Click on insightful, awesome, and funny reactions to thank community volunteers for their valuable posts.