Viewing 11 replies - 1 through 11 (of 11 total)
  • Plugin Author Mat Lipe

    (@mat-lipe)

    Hello,

    Are you using a customized version of Simple Links, or perhaps not the latest version?

    The reason I ask is there is no line 75 in simple-links.php which is mentioned in your log.

    Thread Starter galeriweb

    (@galeriweb)

    i use Versi 4.0.6, you can try it out now , I ‘ve enabled plugins

    Thread Starter galeriweb

    (@galeriweb)

    can i send eror log to your email ?

    Plugin Author Mat Lipe

    (@mat-lipe)

    Thread Starter galeriweb

    (@galeriweb)

    I have to send email..thanks

    Plugin Author Mat Lipe

    (@mat-lipe)

    I took a look at your error log and something is trying to call the simple_links() function on line 75 of simple-links.php.

    Line 75 does not exist in this file in the default plugin.
    What is stranger is simple_links() does in fact exist and is added by the file template-tags.php.

    Please verify you have the file template-tags.php in the simple-links folder.

    You may also try deleting the plugin and reinstalling it to erase any customizations that have been done to the files ( whatever added a line 75 to the plugin )

    Thread Starter galeriweb

    (@galeriweb)

    oke wait..

    Thread Starter galeriweb

    (@galeriweb)

    I ‘ve tried to reinstall but remains the same , I have nothing to change anything for this plugin file

    Plugin Author Mat Lipe

    (@mat-lipe)

    I’m wondering if your PHP configuration is requiring full paths for requires.

    Please try changing the lines

    require( 'template-tags.php' );
    require( 'widgets/SL_links_main.php' );

    to

    require( __DIR__ . '/template-tags.php' );
    require( __DIR__ . '/widgets/SL_links_main.php' );

    in simple-links.php

    Should be lines 23 and 24.

    If that fixes it, I will publish an update

    Thread Starter galeriweb

    (@galeriweb)

    i change that file and good news, the problem is solved , thank you very much for your support…

    Plugin Author Mat Lipe

    (@mat-lipe)

    Great.

    I will publish an update momentarily.

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘Error when trying to sending email from my contact form’ is closed to new replies.