Muut Archive Legend
@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation
Badges
Recent posts
-
Performance comparison of grav vs other database-based CMSs
· 10 years ago
Hi, after I created a static website for my friend. Now I'm thinking to create my own blog website using grav. I'm still considering the performance of grav as flat CMS compared to database-based CMS
-
"Cannot connect to the GPM" error in admin
· 10 years ago
Well i don't see any obvious issues. Please open up an issue here: https://github.com/getgrav/grav-plugin-admin/issues
-
"Cannot connect to the GPM" error in admin
· 10 years ago
Of course :) https://gist.github.com/timmmmmmmmm/4682c11e2ce8b50710c8bfee44382d9c
-
"Cannot connect to the GPM" error in admin
· 10 years ago
Ok can you confirm that Curl and OpenSSL is listed in the config -> info panel? In fact can you paste that PHPInfo output into a https://gist.github.com/ and paste the link?
-
"Cannot connect to the GPM" error in admin
· 10 years ago
The hosting company explicitly states that it's not possible to use SSH.
-
"Cannot connect to the GPM" error in admin
· 10 years ago
First are you sure you cannot use SSH? Most hosting setups (even shared hosting) have SSH available. You might have to enable it or ask support to enable it, but it will make things much easier to d
-
"Cannot connect to the GPM" error in admin
· 10 years ago
I just installed Grav + admin plugin on a shared hosting, everything seems to work fine except this warning that I see when I login to the admin page. When I continue to install for example a theme I
-
Getting latest news with findTaxonomy
· 10 years ago
thanks.
-
Getting latest news with findTaxonomy
· 10 years ago
Ordering by date works if each page found in the taxonomy has the date-field set in its frontmatter, like date: 04-03-2016. I use the following loop in a current project: {% for page in taxonomy.findT
-
Getting latest news with findTaxonomy
· 10 years ago
Anyone can help me to find solution?