My board is of phpBB 3.0.11
Sometime (but not ALL the time) when I update an existing BBCode via APC --> Posting, say updating its 'HTML replacement' code, the update gets rejected with a "403 Forbidden" server error (an error from hosting company I believe)
My question is, when such a BBCode is updated, is it an update to some database table record(s) ONLY? Or does it also update some file say under (phpbb_root)/whatever directory (if yes, what files under which direcotry)? I guess I am trying to find out if some file directory and/or files do not have correct access mode say 755?
Thanks!