Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[User Error] DataList::create Can't find data classes (classes linked to tables) for . #29

Open
gardner opened this issue Oct 22, 2016 · 0 comments

Comments

@gardner
Copy link

gardner commented Oct 22, 2016

I hope this is a user error. :) When I remove all references to AutoCompleteField this error does not occur. Please find the full stack trace in the attached pdf (sorry github doesn't allow html uploads).

composer.json

{
    "name": "silverstripe/installer",
    "description": "The SilverStripe Framework Installer",
  "repositories": {
    "pocketrent/silverstripe-facebook": {
      "type": "package",
      "package": {
        "name": "pocketrent/silverstripe-facebook",
        "version": "1.0",
        "source": {
          "url": "https://github.com/gordonbanderson/facebook-auth.git",
          "type": "git",
          "reference": "origin/master"
        }
      }
    }
  },
    "require": {
        "php": ">=5.3.3",
        "silverstripe/cms": "3.2.*",
        "silverstripe/framework": "3.2.*",
        "silverstripe/reports": "3.2.*",
        "silverstripe/siteconfig": "3.2.*",
        "silverstripe-themes/simple": "3.1.*",
        "undefinedoffset/sortablegridfield": "^0.6.2",
        "silverstripe/multiform": "*",
        "burnbright/silverstripe-asmselectfield": "dev-master",
        "tractorcow/silverstripe-autocomplete": "^3.2",
    "pocketrent/silverstripe-facebook": "*",
        "silverstripe/restfulserver": "^1.0"
    },
    "require-dev": {
        "phpunit/PHPUnit": "~3.7@stable"
    },
    "config": {
        "process-timeout": 600
    },
    "prefer-stable": true,
    "minimum-stability": "dev"
}

cant_find_data_classes.pdf

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant