Giter VIP home page Giter VIP logo

Comments (33)

Perlkonig avatar Perlkonig commented on May 27, 2024

I'm finally building the skeleton and having the same error. Which is weird because the demo site is fine. Will work this out today and get the skeleton uploaded hopefully this weekend.

from grav-skeleton-knowledge-base.

k1ngf15h3r avatar k1ngf15h3r commented on May 27, 2024

Thank you for the Information. I will look into it when the skeleton is
ready :)

Am 05.11.2016 4:52 nachm. schrieb "Aaron Dalton" [email protected]:

I'm finally building the skeleton and having the same error. Which is
weird because the demo site is fine. Will work this out today and get the
skeleton uploaded hopefully this weekend.


You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
#1 (comment),
or mute the thread
https://github.com/notifications/unsubscribe-auth/AA_s1Uiy-9T3mBS6TLG8ntgv5qIRMl6Gks5q7KZWgaJpZM4KqM9r
.

from grav-skeleton-knowledge-base.

Perlkonig avatar Perlkonig commented on May 27, 2024

The problem was that count-views wasn't being properly installed. I just released a fully functioning skeleton. Reopen if it's still broken for you. Thanks!

from grav-skeleton-knowledge-base.

k1ngf15h3r avatar k1ngf15h3r commented on May 27, 2024

Works :) but authors Page is empty. Is this correct when I run skeleton without change? Which contact Form did you use in your Demo?

from grav-skeleton-knowledge-base.

Perlkonig avatar Perlkonig commented on May 27, 2024

The Authors page Should list the four authors. Can you send me a screen capture of what you're seeing?

No built-in contact page. Either use the built-in Form plugin or go with something like the recaptchaContact plugin (easiest to just drop into a page).

from grav-skeleton-knowledge-base.

k1ngf15h3r avatar k1ngf15h3r commented on May 27, 2024

This is what I see.

https://wiki.hagels.net/taxonomy?name=author

2016-11-05 23_52_16-by taxonomy _ knowledge base

from grav-skeleton-knowledge-base.

Perlkonig avatar Perlkonig commented on May 27, 2024

Thanks for the link. So none of the taxonomies are working. Hrm...

from grav-skeleton-knowledge-base.

Perlkonig avatar Perlkonig commented on May 27, 2024

I just extracted the binary into a clean folder and it appears to be working. Have you double checked that all the pages are there?

from grav-skeleton-knowledge-base.

k1ngf15h3r avatar k1ngf15h3r commented on May 27, 2024

the pages are there, all three default author pages ...

from grav-skeleton-knowledge-base.

k1ngf15h3r avatar k1ngf15h3r commented on May 27, 2024

do I need the taxonomylist plugin? this should be missing in the skeleton. which route does it need?

from grav-skeleton-knowledge-base.

Perlkonig avatar Perlkonig commented on May 27, 2024

You do not need the taxonomylist plugin. By pages I mean user/pages/01.home/*.

from grav-skeleton-knowledge-base.

k1ngf15h3r avatar k1ngf15h3r commented on May 27, 2024

Yes they are are there.

screenshot_20161106-011056

from grav-skeleton-knowledge-base.

Perlkonig avatar Perlkonig commented on May 27, 2024

Gotta love JuiceSSH 😄

If you don't mind, can you please zip up your entire user folder and send it to me? I need to see if I can duplicate this. Thanks!

from grav-skeleton-knowledge-base.

k1ngf15h3r avatar k1ngf15h3r commented on May 27, 2024

Yeah JuiceSSH is great for administrtion on mobile ;)

Hope this help you to duplicate the error : https://github.com/k1ngf15h3r/kb-dev

from grav-skeleton-knowledge-base.

k1ngf15h3r avatar k1ngf15h3r commented on May 27, 2024

Did a fresh install of the skeleton this morning but same result. Does the git content help you?

from grav-skeleton-knowledge-base.

Perlkonig avatar Perlkonig commented on May 27, 2024

According to what you posted, not all the plugins are installed. Once I installed them all, it worked fine.

I just updated the README. Regardless of how you download the skeleton, you need to run bin/grav install to get all the dependencies installed. Try again, please, and let me know.

from grav-skeleton-knowledge-base.

k1ngf15h3r avatar k1ngf15h3r commented on May 27, 2024

Getting this output when doing bin/grav install result is the same as before -.-

[root@mail wiki]# bin/grav install
Installing vendor dependencies
Loading composer repositories with package information
Installing dependencies from lock file
Nothing to install or update
Generating optimized autoload files
    Skipped installation of bin bin/minifycss for package matthiasmullie/minify: file not found in package
    Skipped installation of bin bin/minifyjs for package matthiasmullie/minify: file not found in package
Cloning Bits
============
/var/www/html/wiki/user/plugins/error already exists, skipping...
/var/www/html/wiki/user/plugins/problems already exists, skipping...
/var/www/html/wiki/user/plugins/relatedpages already exists, skipping...
/var/www/html/wiki/user/plugins/simplesearch already exists, skipping...
/var/www/html/wiki/user/plugins/readingtime already exists, skipping...
/var/www/html/wiki/user/plugins/count-views already exists, skipping...
/var/www/html/wiki/user/themes/knowledge-base already exists, skipping...

from grav-skeleton-knowledge-base.

k1ngf15h3r avatar k1ngf15h3r commented on May 27, 2024

Can you tell me which plugins were missing?

Am 07.11.2016 14:11 schrieb "Aaron Dalton" [email protected]:

According to what you posted, not all the plugins are installed. Once I
installed them all, it worked fine.

I just updated the README. Regardless of how you download the skeleton,
you need to run bin/grav install to get all the dependencies installed.
Try again, please, and let me know.


You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
#1 (comment),
or mute the thread
https://github.com/notifications/unsubscribe-auth/AA_s1XSN0eMT3DFOMPiBsoOujKaCgTwkks5q7yObgaJpZM4KqM9r
.

from grav-skeleton-knowledge-base.

Perlkonig avatar Perlkonig commented on May 27, 2024

I'm not sure what to say. I just now did the following steps:

  1. Download the binary ZIP from the latest release.
  2. Unzipped into grav folder.
  3. From the grav folder, I typed bin/grav install and got the same output you did.
  4. (Just for me and because of my setup, I did a chgrp.)
  5. It works.

As for the missing plugins, go to your repo and you'll see. Even the theme was missing from what you sent. Probably just an issue with .gitignore files ore something. Regardless, it keeps installing fine for me.

from grav-skeleton-knowledge-base.

k1ngf15h3r avatar k1ngf15h3r commented on May 27, 2024

I will test it on my offline system at home. Maybe it is something on my online webserver. Could it be something with nginx? or with the variable base_url?

from grav-skeleton-knowledge-base.

Perlkonig avatar Perlkonig commented on May 27, 2024

I don't think it's a problem with the server because when I downloaded your repo and installed the theme, I got the same error. It wasn't until all the plugins were properly installed that things started working. Can you just zip up the user folder (to avoid issues with .gitignore files) and post it?

from grav-skeleton-knowledge-base.

k1ngf15h3r avatar k1ngf15h3r commented on May 27, 2024

Here is the zip of the user folder
user.zip

from grav-skeleton-knowledge-base.

Perlkonig avatar Perlkonig commented on May 27, 2024

Thanks! I installed that on the dev server and everything is working as expected..

from grav-skeleton-knowledge-base.

k1ngf15h3r avatar k1ngf15h3r commented on May 27, 2024

hm that is strange. only thing that is other on my setup is that I run it not in a subfolder, but this could not be the problem. will be at home in an hour and install it on my arch linux.

from grav-skeleton-knowledge-base.

Perlkonig avatar Perlkonig commented on May 27, 2024

Best of luck. Let me know.

from grav-skeleton-knowledge-base.

k1ngf15h3r avatar k1ngf15h3r commented on May 27, 2024

If I hardcode the taxname in the taxonomy.html.twig it works 😆

{% block content %}
    {% set taxname = 'author' %}
    {% set taxval = uri.query('val') %}
    {% if taxname %}
        {% if taxname == 'category' %}

https://wiki.hagels.net/taxonomy?name=author

from grav-skeleton-knowledge-base.

Perlkonig avatar Perlkonig commented on May 27, 2024

Then maybe your server is doing something with the query string? uri.query is a Grav built-in function for extracting parameters from the query string (the part of the URL after the ?).

from grav-skeleton-knowledge-base.

k1ngf15h3r avatar k1ngf15h3r commented on May 27, 2024

Will check this at home

from grav-skeleton-knowledge-base.

k1ngf15h3r avatar k1ngf15h3r commented on May 27, 2024

Do you use nginx or apache? If nginx can you show me your conf?

from grav-skeleton-knowledge-base.

k1ngf15h3r avatar k1ngf15h3r commented on May 27, 2024

Solved the problem :)

Added index.php?$query_string at the end of the try_files Option in my nginx conf ;)

from grav-skeleton-knowledge-base.

Perlkonig avatar Perlkonig commented on May 27, 2024

I use Apache. I have no experience with nginx. Glad you got it working!

from grav-skeleton-knowledge-base.

k1ngf15h3r avatar k1ngf15h3r commented on May 27, 2024

Thank you for your help and patience

from grav-skeleton-knowledge-base.

Perlkonig avatar Perlkonig commented on May 27, 2024

Au plaisir.

from grav-skeleton-knowledge-base.

Related Issues (18)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.