Can’t use wpmvc
-
Hi,
I’ve a WordPress local project with wp-mvc actived.
I use wamp server on Windows and phpstorm as IDE.
When I try to use >php wpmvc command, I obtain this message :mvc_core_path=”$(dirname $0)/core/”
# Allow for a custom path to the PHP executable to be set in $WPMVC_PHP
if [ -n “$WPMVC_PHP” ]; then
eval “${WPMVC_PHP} -q ${mvc_core_path}wpmvc.php $@”
else
php -q “${mvc_core_path}wpmvc.php” “$@”
fiI don’t understand how to solve this issue in your doc.
Can you help me, please ?Best Regards
Eric.
Viewing 11 replies - 1 through 11 (of 11 total)
Viewing 11 replies - 1 through 11 (of 11 total)
- The topic ‘Can’t use wpmvc’ is closed to new replies.