Git Product home page Git Product logo

redmine-drupal's People

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

h3rj4n bradjones1

redmine-drupal's Issues

Error enabling redmine usernames module

I tried to install the redmine-drupal module on Drupal 7.15.
First it throws an error of "class ActiveRecord" not found after copying the activeRecord library in /sites/all/libraries/phpactiveresource. I pasted the php file in the same folder as the module and edited the redmine.inc adding an include to the file.

After doing that, whenever I try to enable de redmine usernames module I get the following error:

Fatal error: Cannot redeclare redmine_usernames_redmine_config_alter() in /opt/lampp/htdocs/wiki/sites/all/modules/redmine/redmine_usernames/redmine_usernames.module on line 11

Then on my modules list a get this

Notice: Undefined index: installed en libraries_load() (línea 604 de /opt/lampp/htdocs/wiki/sites/all/modules/libraries/libraries.module).
Notice: Undefined index: installed en libraries_load() (línea 604 de /opt/lampp/htdocs/wiki/sites/all/modules/libraries/libraries.module).
Strict warning: Declaration of RedmineIssue::data() should be compatible with RedmineActiveResource::data($schema = NULL) en require_once() (línea 278 de /opt/lampp/htdocs/wiki/sites/all/modules/redmine/redmine.inc).
Strict warning: Declaration of RedmineProject::data() should be compatible with RedmineActiveResource::data($schema = NULL) en require_once() (línea 315 de /opt/lampp/htdocs/wiki/sites/all/modules/redmine/redmine.inc).
Strict warning: Declaration of RedmineProjectMembership::data() should be compatible with RedmineActiveResource::data($schema = NULL) en require_once() (línea 397 de /opt/lampp/htdocs/wiki/sites/all/modules/redmine/redmine.inc).
Strict warning: Declaration of RedmineUser::data() should be compatible with RedmineActiveResource::data($schema = NULL) en require_once() (línea 434 de /opt/lampp/htdocs/wiki/sites/all/modules/redmine/redmine.inc).
Strict warning: Declaration of RedmineTimeEntry::data() should be compatible with RedmineActiveResource::data($schema = NULL) en require_once() (línea 451 de /opt/lampp/htdocs/wiki/sites/all/modules/redmine/redmine.inc).
Strict warning: Declaration of RedmineIssueRelation::data() should be compatible with RedmineActiveResource::data($schema = NULL) en require_once() (línea 469 de /opt/lampp/htdocs/wiki/sites/all/modules/redmine/redmine.inc).
Strict warning: Declaration of RedmineProjectVersion::data() should be compatible with RedmineActiveResource::data($schema = NULL) en require_once() (línea 482 de /opt/lampp/htdocs/wiki/sites/all/modules/redmine/redmine.inc).
Strict warning: Declaration of RedmineQuery::data() should be compatible with RedmineActiveResource::data($schema = NULL) en require_once() (línea 497 de /opt/lampp/htdocs/wiki/sites/all/modules/redmine/redmine.inc).
Strict warning: Declaration of RedmineIssueStatus::data() should be compatible with RedmineActiveResource::data($schema = NULL) en require_once() (línea 513 de /opt/lampp/htdocs/wiki/sites/all/modules/redmine/redmine.inc).
Strict warning: Declaration of RedmineTracker::data() should be compatible with RedmineActiveResource::data($schema = NULL) en require_once() (línea 525 de /opt/lampp/htdocs/wiki/sites/all/modules/redmine/redmine.inc).
Strict warning: Declaration of RedmineIssueCategory::data() should be compatible with RedmineActiveResource::data($schema = NULL) en require_once() (línea 535 de /opt/lampp/htdocs/wiki/sites/all/modules/redmine/redmine.inc).
Strict warning: Declaration of RedmineRole::data() should be compatible with RedmineActiveResource::data($schema = NULL) en require_once() (línea 547 de /opt/lampp/htdocs/wiki/sites/all/modules/redmine/redmine.inc).
Notice: Undefined index: installed en libraries_load() (línea 604 de /opt/lampp/htdocs/wiki/sites/all/modules/libraries/libraries.module).
Strict warning: Declaration of RedmineIssue::data() should be compatible with RedmineActiveResource::data($schema = NULL) en require_once() (línea 278 de /opt/lampp/htdocs/wiki/sites/all/modules/redmine/redmine.inc).
Strict warning: Declaration of RedmineProject::data() should be compatible with RedmineActiveResource::data($schema = NULL) en require_once() (línea 315 de /opt/lampp/htdocs/wiki/sites/all/modules/redmine/redmine.inc).
Strict warning: Declaration of RedmineProjectMembership::data() should be compatible with RedmineActiveResource::data($schema = NULL) en require_once() (línea 397 de /opt/lampp/htdocs/wiki/sites/all/modules/redmine/redmine.inc).
Strict warning: Declaration of RedmineUser::data() should be compatible with RedmineActiveResource::data($schema = NULL) en require_once() (línea 434 de /opt/lampp/htdocs/wiki/sites/all/modules/redmine/redmine.inc).
Strict warning: Declaration of RedmineTimeEntry::data() should be compatible with RedmineActiveResource::data($schema = NULL) en require_once() (línea 451 de /opt/lampp/htdocs/wiki/sites/all/modules/redmine/redmine.inc).
Strict warning: Declaration of RedmineIssueRelation::data() should be compatible with RedmineActiveResource::data($schema = NULL) en require_once() (línea 469 de /opt/lampp/htdocs/wiki/sites/all/modules/redmine/redmine.inc).
Strict warning: Declaration of RedmineProjectVersion::data() should be compatible with RedmineActiveResource::data($schema = NULL) en require_once() (línea 482 de /opt/lampp/htdocs/wiki/sites/all/modules/redmine/redmine.inc).
Strict warning: Declaration of RedmineQuery::data() should be compatible with RedmineActiveResource::data($schema = NULL) en require_once() (línea 497 de /opt/lampp/htdocs/wiki/sites/all/modules/redmine/redmine.inc).
Strict warning: Declaration of RedmineIssueStatus::data() should be compatible with RedmineActiveResource::data($schema = NULL) en require_once() (línea 513 de /opt/lampp/htdocs/wiki/sites/all/modules/redmine/redmine.inc).
Strict warning: Declaration of RedmineTracker::data() should be compatible with RedmineActiveResource::data($schema = NULL) en require_once() (línea 525 de /opt/lampp/htdocs/wiki/sites/all/modules/redmine/redmine.inc).
Strict warning: Declaration of RedmineIssueCategory::data() should be compatible with RedmineActiveResource::data($schema = NULL) en require_once() (línea 535 de /opt/lampp/htdocs/wiki/sites/all/modules/redmine/redmine.inc).
Strict warning: Declaration of RedmineRole::data() should be compatible with RedmineActiveResource::data($schema = NULL) en require_once() (línea 547 de /opt/lampp/htdocs/wiki/sites/all/modules/redmine/redmine.inc).

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.