You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to HipHop for PHP Dev
When I try running hphpi on a web server root, I'm not getting any
files found.
./hphpi -m server -c webserver.conf
mapping self...
mapping self took 0'00" (71 ms) wall time
loading static content...
searching all files under source root...
Status 1 running command: `find'\n
arg: `'\n
arg: `"/home/dev/Desktop/hiphop/webroot"/'\n
arg: `-type'\n
arg: `f'\n
analyzing 0 files under source root...
For some reason, I'm getting 0 files under source root when there are
definitely files there. If I run find /home/dev/Desktop/hiphop/
webroot/ -type f, I get the correct files found. Anyone have any
ideas?
Karmac Coding
unread,
Dec 3, 2010, 12:18:11 AM12/3/10
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to HipHop for PHP Dev
Never mind. I found the problem. I had quotes around the path and it
was screwing up the config.
That leads me to wonder what happens when the path has a space in it?
Does it break?
Should quotes be allowed in config parameters?