0

I run wp plugin on my localhost, it uses Common.phar file in config, and it returns the error: Warning: require_once(/usr/share/php/Log.php): failed to open stream: No such file or directory in... But on my localhost (used Apache), there is no such path. How to activate and run a plugin?

asg
  • 2,248
  • 3
  • 18
  • 26
Likn Markn
  • 43
  • 1
  • 1
  • 6
  • Possible duplicate of [Failed to open stream : No such file or directory](http://stackoverflow.com/questions/36577020/failed-to-open-stream-no-such-file-or-directory) – Vic Seedoubleyew Aug 20 '16 at 08:26

1 Answers1

0

If that's the only problem, you can create the path and file manually. But I guess you can also provide Wordpress an option to log things into another file

Vic Seedoubleyew
  • 9,888
  • 6
  • 55
  • 76