Hello all!
After modifing label for field in project module in studio, my sugar crash
I can see error, if i entering project list page.
Reason for crach next:
1) in the file cache/modules/Project/SearchForm_advanced.tpl lost field name::
<input type="hidden" id="{$fields..name}" value="{$fields..value}">
correct string must be next:
<input type="hidden" id="{$fields.id.name}" value="{$fields.id.value}"
2) SQL query lost field name too:
part of SQL:
LEFT JOIN cstru_empls jt4 ON project_cstm. = jt4.id AND jt4.deleted=0
after project_cstm. sugar lost field id_c.
Repair can't resolve problem.
What decision???????
HELP ME!!!
SAVE ME!!!
It was working base with real users and data![]()


LinkBack URL
About LinkBacks




Reply With Quote



Bookmarks