Menu

#22 when trying to get php.ini I get an error on line 277

open
nobody
None
5
2013-01-11
2013-01-11
No

when trying to get php.ini I get an error on line 277.
Fixed it by changing line from this:
____________________________________
if (!readable(get_cfg_var('cfg_file_path'))) {
____________________________________
to this:
____________________________________
if (!is_readable(get_cfg_var('cfg_file_path'))) {
____________________________________

Discussion


Log in to post a comment.

MongoDB Logo MongoDB