MyBB Community Forums

Full Version: Attachment error
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
For some reason in a thread when I've attempted to place an attachment in a thread, when I've clicked the "Add Attachment" I get this error...


Quote:Warning: upload_attachment(functions_image.php): failed to open stream: No such file or directory in /home/.sites/84/site170/web/inc/functions_upload.php on line 214

Fatal error: upload_attachment(): Failed opening required 'functions_image.php' (include_path='') in /home/.sites/84/site170/web/inc/functions_upload.php on line 214

Any ideas?

Thanks! Big Grin
Can you please try this:

Open the file inc/functions_upload.php and search for:
require "functions_image.php";
Replace with:
require "./inc/functions_image.php";
See if that solves your problem.
You're a genius! Thank you very much! Big Grin Big Grin Big Grin