• Resolved zorglub

    (@zorglub)


    Unknown column ‘media’ in ‘field list’ pour la requ\xc3\xaate INSERT INTO wp_sms_send (date, sender, message, recipient, response, media, status)
    Occurs when sending with php SendSMS(), any ideas ?

Viewing 1 replies (of 1 total)
  • Plugin Author Mostafa Soufi

    (@mostafas1990)

    Hello,

    Seems the table wp_sms_send is not upgraded (not entirely sure why) but you can do it manually and add the media column on the table by disabling and enabling the plugin.

    If the problem didn’t solve, run the below query on your MySQL through phpMyAdmin

    ALTER TABLE wp_sms_send ADD media TEXT NULL AFTER recipient

    This article might be useful also
    https://wpengine.com/support/run-query-phpmyadmin/

    • This reply was modified 2 years, 8 months ago by Mostafa Soufi.
Viewing 1 replies (of 1 total)
  • The topic ‘Error occurs when sending with php SendSMS()’ is closed to new replies.