Muut Archive Legend
@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation
Badges
Recent posts
-
Double trouble
· 11 years ago
That would make sense, though I understand why BTSync needs to archive files close to where they originate. I will see if this can be configured in BTSync. Otherwise I just have to remember to drop ar
-
Double trouble
· 11 years ago
Grav looks for every file in the user/pages/ folder and tries to process it. The better thing to do is to move the .sync folder outside of user/pages/
-
Double trouble
· 11 years ago
OK. Found it: I'm using BittorrentSync to sync the working copy on my desktop to my site, which works great generally. Whenever I change a file, BTSync will archive the old version to a directory ...u
-
Double trouble
· 11 years ago
would it be possible to zip up the Grav site at this point and drop it on dropbox/onedrive/googledrive etc so i can see on my local?
-
Double trouble
· 11 years ago
You're right, php-curl was lacking. Fixed that, did the upgrade without problems. There was one ownership issue, but that error message showed that grav is mostly working. After fixing that issue I'm
-
Double trouble
· 11 years ago
i think you probably don't have it. What linux distro is this on?
-
Double trouble
· 11 years ago
Regarding CURL, you need curl support in PHP as well as the library itself. if you have a file containing: <?php phpinfo(); You should have a CURL section: http://polydeon.com/monosnap/phpinfo_2015
-
Double trouble
· 11 years ago
(1) Earlier I did bin/grav clear-cache, now I did bin/grav clear with the same result. I've grepped for the offending text and can only find it in my sync archive and the log files, i.e. in no source
-
Double trouble
· 11 years ago
Ok let's tackle these one at a time. 1) If you have changed the .md file the cache should rebuild automatically. However a manual clear doesn't hurt. How did you clear the cache? with the bin/grav c
-
Double trouble
· 11 years ago
Have been running Grav without a hitch for several months. Today I accidentally added an md file with tage [first][second] instead of [first,second] The parser crashed on this, obviously. I've fixed t