Advertisement
Guest User

Untitled

a guest
Jun 20th, 2019
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.92 KB | None | 0 0
  1. 2019-06-20T12:08:19+02:00 error on callback func: Uncaught exception: TypeError: Cannot read property 'forEach' of undefined at support-pp:2491:34 config.spIgnoreId.forEach(function (group2) { ^ Stack trace: TypeError: Cannot read property 'forEach' of undefined at support-pp:2491:35 at Array.forEach (<anonymous>) at support-pp:2490:61 at Array.forEach (<anonymous>) at isIgnore (support-pp:2489:34) at support-pp:2731:29 at Array.forEach (<anonymous>) at support-pp:2723:34
  2.  
  3. 2019-06-20T12:08:04+02:00 error on callback func: Uncaught exception: Error: the command should match the following pattern '/^[a-z0-9_-]+$/i' at command:625:42 if (!(/^[a-z0-9_-]+$/i).test(name)) throw new Error("the command should match the following pattern '/^[a-z0-9_-]+$/i'") ^ Stack trace: Error: the command should match the following pattern '/^[a-z0-9_-]+$/i' at Function.validateCommandName (command:625:49) at Object.createCommand (command:1297:22)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement