Coder Social home page Coder Social logo

Blacklist plugin error about kalkun HOT 4 CLOSED

pjunyent avatar pjunyent commented on July 30, 2024
Blacklist plugin error

from kalkun.

Comments (4)

pjunyent avatar pjunyent commented on July 30, 2024

The database error seems to happen also for the whitelist plugin:
"A Database Error Occurred
Error Number: 1146
Table 'kalkun.plugin_whitelist_number' doesn't exist
SELECT count(*) as count FROM plugin_whitelist_number
Filename: plugins/whitelist_number/models/Whitelist_number_model.php
Line Number: 44"
Captura desde 2023-01-29 11-28-02

I've tried also to use the whitelist plugin & it also doesn't work. When the plugin is set for detecting number '6XXXXXXXX' it allows every sms outgoing to any number.

from kalkun.

tenzap avatar tenzap commented on July 30, 2024

Could you check if the username you use for the database has the permissions to create tables? This permissions must be granted.

from kalkun.

tenzap avatar tenzap commented on July 30, 2024

Automatic creation of tables.

Fixed in #492

Block outgoing sms from sending.

Can't reproduce when applying the commits of #492 (didn't try without the fix)

For whitelist number, you must set a regex pattern. For example /6.*/
Match pattern as required by PHP's preg_match() https://www.php.net/manual/en/function.preg-match.php

from kalkun.

tenzap avatar tenzap commented on July 30, 2024

Could you please check that #492 fixes your issues?

from kalkun.

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.