Support Request Template
What version of phpBB are you using? phpBB 3.0.5
What is your board's URL? http://quantumguild.co.cc
Who do you host your board with? Byethost
How did you install your board? I used a tool provided by my host
Is your board a fresh install or a conversion? Fresh Install
Do you have any MODs installed? Yes
Is registration required to reproduce this issue? No
What MODs do you have installed? AutoMOD, WoW Raid Progression, 3Board, User Blog Mod and phpBB Gallery
What styles do you currently have installed? SE Pro
What language(s) is your board currently using? English
Which database type/version are you using? MySQL 5
What is your level of experience? New to PHP and phpBB
When did your problem begin? Today
Please describe your problem. I did follow from
http://www.phpbb.com/community/viewtopi ... 5&start=15
and
Replace
Code: Select all
if (!file_exists($phpbb_root_path . $forum_data['forum_image']))
with
Code: Select all
if (!empty($forum_data['forum_image']) && !file_exists($phpbb_root_path . $forum_data['forum_image']))
It doesnt work for forum image. All images is in /forum/images/
Generated by SRT Generator ($Rev: 3603 $)