Hello, im using OJS 3.1.2 and this happened whenever i uploaded image file
Any idea why the image is always broken?
Hello, im using OJS 3.1.2 and this happened whenever i uploaded image file
Any idea why the image is always broken?
See in source code if the link has double slash. That issue may be by double slash.
Check if you have slash at the end of base_url in config.inc.php
Regards,
Diego
Hi, thanks for your reply @madileweb
Actually ive tried your solution, but the image still broken, any other idea?
An image uploaded here will be uploaded to your “public files” directory, as configured within config.inc.php by public_files_dir
. What do you have this directory set to currently?
Yeah i set it to public too, do i need to add full path?
Hello, sorry for the late reply, the issue is gone somehow. Thanks for the response