Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.

My Profile Plugin "Bonk" Problem

edited April 2011 in Vanilla 2.0 - 2.8
In My Profile addon, while editing profile, "Real Name", "Location" and "Occupation" fields can not be left blank. Otherwise it shows "bonk" error. How can i make filling these fields optional?

Thanks

Comments

  • Step 1 : http://www.vanillaforums.org/docs/errors
    Step 2 : Show the details of the bonk error to us

    There was an error rendering this rich post.

  • this is the error message

    http://duyarkat.net/error.png
  • Ok, Error Details : Could not find a "myprofile" view for the 'profile' controller in the 'dashboard' application
    It is looking in "viewpaths" for the file "myprofile.tpl"
    1) Look at your image for the "viewpaths"
    2) Especially the 3rd viewpath is interesting : app/dashboard/views/profile/myprofile/
    3) Maybe the MyProfile plugin stored its viewfile in the default theme directory. I see you're using the EmbedFriendly theme, which is fine, but then copy that myprofile.tpl file from the default theme to the embedfriendly theme.

    Basically...
    In 1 of the 3 viewpaths a file named "myprofile.tpl" should exist.
    Because it doesn't exist at this moment you get this error.

    There was an error rendering this rich post.

  • But there is no myprofile.tpl in plugin folder or somewhere else. Should it be?
    So nothing can be done for this error ?
  • Sure it can be solved.
    ok, find the file myprofile_view.php and place it in 1 of the 3 viewpaths.
    I think there's a bug in this plugin, but we might be able to work around it somehow :-)

    There was an error rendering this rich post.

Sign In or Register to comment.