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

In AC 4.2 it sends up with error #1

Open
vik0803 opened this issue Jul 23, 2014 · 1 comment
Open

In AC 4.2 it sends up with error #1

vik0803 opened this issue Jul 23, 2014 · 1 comment

Comments

@vik0803
Copy link

vik0803 commented Jul 23, 2014

Hello,

It seems to be really interesting to use the webhooks and as it is module for ac 3 so do we have any chance to update it for ac 4.2

AC 4.2 is ended up with error
You are trying to use a method that is not implemented - DataManager::getDefaultOrderBy()

Thanks

@vik0803
Copy link
Author

vik0803 commented Jul 23, 2014

seems to me that problem is coming from

function findByEventname($event) {
if(empty($event)) {
return null;
} // if

  $conditions = array();
  $conditions[] = 'event = ' . DB::escape($event);

  $object = DataManager::find(array(
    'conditions' => implode(' AND ', $conditions),
    'one' => true
  ), TABLE_PREFIX . 'webhooks',

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