• Hi,

    I’ve tried to change my carriers to put Canadian ones instead of USA ones. When I manually test the mail function with my own carrier it works. But when I send message through the plugin it does not work.

    However, when I directly access sms-text-message.php page, I get the following error:

    Warning: require_once(ABSPATHwp-content/plugins/sms-text-message/options.php) [function.require-once]: failed to open stream: No such file or directory in /hermes/web04/b2013/pow.djnightlife/htdocs/wordpress/wp-content/plugins/sms-text-message/sms-text-message.php on line 3

    Fatal error: require_once() [function.require]: Failed opening required ‘ABSPATHwp-content/plugins/sms-text-message/options.php’ (include_path=’.:/usr/local/lib/php-5.2.2/lib/php’) in /hermes/web04/b2013/pow.djnightlife/htdocs/wordpress/wp-content/plugins/sms-text-message/sms-text-message.php on line 3

    Any idea of why it’s doing this ?

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter dj-nightlife

    (@dj-nightlife)

    ?

    what do you mean “directly access” the page ?

    If you mean that you are attempting to pull that page up outside of the wp-admin interface, thats your problem. Plugins arent meant to be accessed that way.

    ABSPATH is defined inside WP — so calling that page outside WP will get you that.

    Thread Starter dj-nightlife

    (@dj-nightlife)

    Yes I mean accessing the page like https://yoursite.com/wp-content/plugins/sms-text-message/sms-text-message.php

    I was trying to do that because I can’t make the mail to be sent to my cellphone with the plugin. But I tried to test it in a single empty php page and it’s working… So I thought there must be something wrong ?

    there may or may not be something wrong — either way, you dont call plugin files that way, for reasons I have already explained.

    the plugin author of that is very responsive to support requests.. I suggest contacting him, or waiting for a potential reply from here. In the future, its best to go through the plugin page on the codex to create posts here, so that the threads have the right tags and stuff and can be seen from the plugin page — its easier for the plugin author to “see” your post here if you do that.

    I would like to remove the two author commercial links from below the widget as it appears on every blog page. This is an SEO issue. Any suggestions?

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘SMS Text Message Modification help’ is closed to new replies.