Raffael Jesche
Raffael Jesche
solved here: https://discourse.getcockpit.com/t/re-htaccess-file-causes-internal-server-error/1437/3?u=raffaelj > The reason was, that mod_version wasn’t enabled on a shared GoDaddy host. > If you have the same problem, either activate mod_version for your apache or...
You also have to install sqlite3, not only pdo_sqlite. See the Dockerfile for a list of dependencies: https://github.com/agentejo/cockpit/blob/next/Dockerfile#L10
> However I'm not clear on the exact conditions. I digged a little bit and it seems, that the conditions are that simple: * use Firefox browser * open a...
> and it does not appear there is a list of them published by Schema.org. Have a look at https://schema.org/docs/developers.html and scroll down to "Vocabulary Definition Files" if you didn't...
Thanks for the csv sources. I wasn't aware of that github repository. I would suggest to transform the csv files to a sqlite database with relations instead of parsing the...
Sorry for the late reply. I needed a break after working a bit too much. > I've been doing some work to add schema property validation and am tempted to...
I did some research, a lot of cleanup and restructuring and I worked on the schema validation. Maybe you are interested in my progress and/or you need some inspiration. I...
This addon is for Cockpit CMS v1, see: * https://github.com/agentejo/cockpit * https://v1.getcockpit.com/ It is not compatible with v2.
> I dont know where I got this from but there are still remains according to that within the cockpit code: I'm not 100% sure about this. I just did...
Ah, sorry for not mentioning - I use the next branch. The last commit in the master branch is from 3 months ago. After reading a lot of issues and...