This tag " _FieldValues_ " keeps appearing on profiles.
I checked fields, page blocks, database, etc and cannot find issue.
Please advise.
This tag " _FieldValues_ " keeps appearing on profiles. I checked fields, page blocks, database, etc and cannot find issue. Please advise. |
This is a language key. One of the following. https://www.deanbassett.com |
I have not changed "relationship status field". But, yes i have changed items in membership levels. Am i not allowed to do this?? This is a normal function of admin. Sounds like a Boonex bug? |
All of those language keys have the correct term in them. Please advise. |
I did move Field blocks around recently in Admin.
|
Moving things around or changing existing settings are standard functions in admin. I was more interested in knowing if you deleted anything that maybe you should not have, or did anything directly in the database with any of those areas. https://www.deanbassett.com |
No, i did not do anything i am not supposed to. Im very clear on how to add, edit, delete fields in admin.
|
A glitch can be caused by anything. https://www.deanbassett.com |
Thanks for the "proper" definition. But, that doesnt really solve the issue.
Whether you, or anyone really cares. I actually do. Therefore, thus why i posted in "Dolphin Bug Reports". When i have to go into admin, play around with fields, blocks, etc. This is kinda like "testing". And this is how you find bugs. And, looks like i found one! Also, i am not the only person to have this issue. Type in _FieldValues_ in search. Except, i do not understand his suggestion. As i dont think it pertains to Dolphin 7. |
Then send mrpowless a IM. apparently he has a idea of the cause. But your right. That post is for D6. https://www.deanbassett.com |
Several Times. |
Just wondering.. Did you happen to try clearing your /cache (except .htaccess file) and the /cache_public directories via an FTP program after making your changes? Sometimes you site can be trying to load something via a cached file that is no longer there or changed. Nothing to see here |
Umm. Not sure but that does seem just a bit on the high side. We are talking about the same /cache directory right? Like this /DolphinRoot/cache DolphinRoot = root directory of your Dolphin installation.. Nothing to see here |
With caching on, i avarage around 600 or so files. It does seem a bit high. Would be right if you had near 35000 members. So if you don't have that many members then i can't explain why so many files. https://www.deanbassett.com |
okay, i have deleted my /cache and /cache_public. Still the _FieldValues_ appears on site front in profiles. I have even looked at database, and field values are in fine. |
Just curious.... do you have the 'Profiler' module installed? My opinions expressed on this site, in no way represent those of Boonex or Boonex employees. |
Yes, i do. I was able to fix this issue. I had to delete the field answer, then delete the lang key, then cleared cache, then re-inserted field answer. |
BUT...please keep this ticket OPEN. Because, this IS a bug in Dolphin admin. You should be able to perform normal functions in admin without "extra tags" appearing on site front. |
If someone encounter this bug again. Try to edit the file inc/classes/bxDolprofileFields.php
edit line 1705, change this line by this : $aValues[$sKey] = _t('' . $sKey); |
Yikes- I have the same problem, and just tried this edit, and it broke my Site. Any other fixes? |
If you add something and it creates the label, you have to go to languages and add the language key that is missing and the value the language key should have. Otherwise, you will get the _FieldValues_ prefix. Geeks, making the world a better place |