AlfredoRamos / phpbb-ext-seo-metadata

SEO Metadata extension for phpBB
GNU General Public License v2.0
11 stars 7 forks source link

It throws warnings when open_basedir is set #24

Closed AlfredoRamos closed 5 years ago

AlfredoRamos commented 5 years ago

\phpbb\filesystem\filesystem::resolve_path() (called from \phpbb\filesystem\filesystem::realpath()) throws the following warnings when calling is_link(), is_dir() or is_file() on the server root directory, which is usually excluded (for security reasons) from the open_basedir directive.

It doesn't seems to be a bug of this extension but from phpBB's filesystem class.

https://tracker.phpbb.com/browse/PHPBB3-15643