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?
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.
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 :-)
Comments
Step 2 : Show the details of the bonk error to us
There was an error rendering this rich post.
http://duyarkat.net/error.png
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.
So nothing can be done for this error ?
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.