Code: Select all
include($phpbb_root_path . 'portal/includes/functions_upload.' . $phpEx);
I removed the extra / after functions_upload and it works fine now.
Thanks,
Code: Select all
include($phpbb_root_path . 'portal/includes/functions_upload.' . $phpEx);