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

    (@fuahid)

    <?php
    		$fep = new clFEPm();
    		$newMgs = $fep->getNewMsgs();
    		echo "<a class='fep'>(<font color='red'>".$newMgs."</font>) </a>"
    		?>
    Fatal error: Class 'clFEPm' not found in /home/aldlall/public_html/wp-content/plugins/ninety-login/templates/logged-in.php on line 13
    Plugin Author Shamim Hasan

    (@shamim51)

    Sorry fuahid i forgotten to check if value exists.
    please download this plugin again from wordpress.

    and for second
    i have changed class name may be for last time. so you will not face this problem any future update.

    replace

    clFEPm()

    with

    fep_main_class()

    Thread Starter fuahid

    (@fuahid)

    thes code press button send message

    <a href=<?php get_bloginfo("wpurl");?>/messages/?fepaction=newmessage&to=<?php the_author_meta("user_login");?>>send message</a>

    duplication sender name
    Example
    shimaa name user wordpress

    In a field send to
    appear so
    shimaashimaa

    Plugin Author Shamim Hasan

    (@shamim51)

    in fep-class.php line 509

    find

    <input type='text' name='message_to' placeholder='Username of recipient' autocomplete='off' value='".$this->convertToUser($to)."".$message_to."' />

    Replace with

    <input type='text' name='message_to' placeholder='Username of recipient' autocomplete='off' value='$message_to' />

    Thread Starter fuahid

    (@fuahid)

    Thanks

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘error after update 2.0’ is closed to new replies.