kalkun-sms/Kalkun

send sms from csv file

chezmohamed opened this issue · 4 comments

Describe the bug
Good morning
when i click send i get the following error message
Error
An Error Was Encountered

The action you have requested is not allowed.

To Reproduce
Steps to reproduce the behavior:
cliquer sur composer
importer depuis un fichier
insérer les champs
clique sur envoyer message

Expected behavior
A clear and concise description of what you expected to happen.

Screenshots
image

Browser, kalkun setup, database setup..:
Please open the "about" screen of kalkun and copy/paste the information.
To open the about screen, go to the dashboard and at the bottom right click on the version of kalkun, right after "Powered by..."

  • Kalkun version: 0.8.0
  • Operating system: centos 7
  • PHP Version: 7.3.33
  • DB Backend:
  • Gammu version & DB Schema: Gammu 1.41.0
  • Browser: Microsoft edge
  • Installed plugins:

Additional context
Add any other context about the problem here.

Anyone have a solution to this problem?
it is a very useful feature to send identifiers by sms from a csv file

@kingster please help me find a solution to this problem.

tenzap commented

It is likely this bug is related to CSRF. Most time I can't reproduce it, other times it happens but seldom. It happens more frequently on the demo on sourceforge where the server responds slowly.

As a workaround you can try:

  • a newer version of PHP maybe?
  • don't be a in a folder when opening the "compose" dialog, this seems to produce the error less often.
  • disable CSRF in the config/config.php file

Help with a fix would be appreciated (Pull Request for example).

I will try to change the php version and I will come back to you
thank you for your reply