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?
Asked
Active
Viewed 37 times
0
-
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 Answers
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