Giter Club home page Giter Club logo

Comments (6)

khalwat avatar khalwat commented on May 27, 2024

Nope, it's an error... it should be: <link type="text/plain" rel="author" href="/humans.txt" />

I pushed a fix for you:

https://github.com/khalwat/seomatic

It doesn't actually generate a file, it just handles requests for /humans.txt and renders the template for you.

from seomatic.

kerns avatar kerns commented on May 27, 2024

Possibly related, I get this on installation of 1.0.5

CDbCommand failed to execute the SQL statement: SQLSTATE[42000]: Syntax error or access violation: 1101 BLOB/TEXT column 'genericCreatorHumansTxt' can't have a default value. The SQL statement executed was: CREATE TABLE `craft_seomatic_settings` (
`id` int(11) NOT NULL AUTO_INCREMENT PRIMARY KEY,
`siteSeoImageId` INT(11) NULL,
`genericOwnerImageId` INT(11) NULL,
`genericCreatorImageId` INT(11) NULL,
`locale` VARCHAR(255) NULL DEFAULT "",
`siteSeoName` VARCHAR(255) NULL DEFAULT "",
`siteSeoTitle` VARCHAR(255) NULL DEFAULT "",
`siteSeoDescription` VARCHAR(255) NULL DEFAULT "",
`siteSeoKeywords` VARCHAR(255) NULL DEFAULT "",
`siteTwitterCardType` VARCHAR(255) NULL DEFAULT "",
`siteOpenGraphType` VARCHAR(255) NULL DEFAULT "",
`googleSiteVerification` VARCHAR(255) NULL DEFAULT "",
`siteOwnerType` VARCHAR(255) NULL DEFAULT "",
`genericOwnerName` VARCHAR(255) NULL DEFAULT "",
`genericOwnerAlternateName` VARCHAR(255) NULL DEFAULT "",
`genericOwnerDescription` VARCHAR(255) NULL DEFAULT "",
`genericOwnerUrl` VARCHAR(255) NULL DEFAULT "",
`genericOwnerTelephone` VARCHAR(255) NULL DEFAULT "",
`genericOwnerEmail` VARCHAR(255) NULL DEFAULT "",
`genericOwnerStreetAddress` VARCHAR(255) NULL DEFAULT "",
`genericOwnerAddressLocality` VARCHAR(255) NULL DEFAULT "",
`genericOwnerAddressRegion` VARCHAR(255) NULL DEFAULT "",
`genericOwnerPostalCode` VARCHAR(255) NULL DEFAULT "",
`genericOwnerAddressCountry` VARCHAR(255) NULL DEFAULT "",
`genericOwnerGeoLatitude` VARCHAR(255) NULL DEFAULT "",
`genericOwnerGeoLongitude` VARCHAR(255) NULL DEFAULT "",
`organizationOwnerDuns` VARCHAR(255) NULL DEFAULT "",
`organizationOwnerFounder` VARCHAR(255) NULL DEFAULT "",
`organizationOwnerFoundingDate` VARCHAR(255) NULL DEFAULT "",
`organizationOwnerFoundingLocation` VARCHAR(255) NULL DEFAULT "",
`corporationOwnerTickerSymbol` VARCHAR(255) NULL DEFAULT "",
`restaurantOwnerServesCuisine` VARCHAR(255) NULL DEFAULT "",
`personOwnerGender` VARCHAR(255) NULL DEFAULT "",
`personOwnerBirthPlace` VARCHAR(255) NULL DEFAULT "",
`twitterHandle` VARCHAR(255) NULL DEFAULT "",
`facebookHandle` VARCHAR(255) NULL DEFAULT "",
`facebookProfileId` VARCHAR(255) NULL DEFAULT "",
`linkedInHandle` VARCHAR(255) NULL DEFAULT "",
`googlePlusHandle` VARCHAR(255) NULL DEFAULT "",
`youtubeHandle` VARCHAR(255) NULL DEFAULT "",
`instagramHandle` VARCHAR(255) NULL DEFAULT "",
`pinterestHandle` VARCHAR(255) NULL DEFAULT "",
`siteCreatorType` VARCHAR(255) NULL DEFAULT "",
`genericCreatorName` VARCHAR(255) NULL DEFAULT "",
`genericCreatorAlternateName` VARCHAR(255) NULL DEFAULT "",
`genericCreatorDescription` VARCHAR(255) NULL DEFAULT "",
`genericCreatorUrl` VARCHAR(255) NULL DEFAULT "",
`genericCreatorTelephone` VARCHAR(255) NULL DEFAULT "",
`genericCreatorEmail` VARCHAR(255) NULL DEFAULT "",
`genericCreatorStreetAddress` VARCHAR(255) NULL DEFAULT "",
`genericCreatorAddressLocality` VARCHAR(255) NULL DEFAULT "",
`genericCreatorAddressRegion` VARCHAR(255) NULL DEFAULT "",
`genericCreatorPostalCode` VARCHAR(255) NULL DEFAULT "",
`genericCreatorAddressCountry` VARCHAR(255) NULL DEFAULT "",
`genericCreatorGeoLatitude` VARCHAR(255) NULL DEFAULT "",
`genericCreatorGeoLongitude` VARCHAR(255) NULL DEFAULT "",
`organizationCreatorDuns` VARCHAR(255) NULL DEFAULT "",
`organizationCreatorFounder` VARCHAR(255) NULL DEFAULT "",
`organizationCreatorFoundingDate` VARCHAR(255) NULL DEFAULT "",
`organizationCreatorFoundingLocation` VARCHAR(255) NULL DEFAULT "",
`corporationCreatorTickerSymbol` VARCHAR(255) NULL DEFAULT "",
`personCreatorGender` VARCHAR(255) NULL DEFAULT "",
`personCreatorBirthPlace` VARCHAR(255) NULL DEFAULT "",
`genericCreatorHumansTxt` text NULL DEFAULT "",
`dateCreated` datetime NOT NULL,
`dateUpdated` datetime NOT NULL,
`uid` CHAR(36) NOT NULL DEFAULT 0
) ENGINE=InnoDb DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci

from seomatic.

sg-modlab avatar sg-modlab commented on May 27, 2024

@khalwat Installed the latest and that corrected the issue. Thanks.

from seomatic.

khalwat avatar khalwat commented on May 27, 2024

@kerns I pushed a change that should fix this for you. Can you attempt to reproduce it?

https://github.com/khalwat/seomatic

from seomatic.

kerns avatar kerns commented on May 27, 2024

@khalwat Confirmed – issue resolved. Thank you.

from seomatic.

khalwat avatar khalwat commented on May 27, 2024

@kerns Great, thanks! I did some searching around, and apparently there is different behavior from MySQL on Windows (which throws the error you found) vs. everything else it runs on. But either way, what I was doing was not correct.

from seomatic.

Related Issues (20)

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.