Author Topic: Error: Use of TAB edit go back to dashboard  (Read 448 times)

Offline p.gervaix

  • I post occasionally
  • **
  • Posts: 41
  • Karma: 0
    • ISHR
  • CiviCRM version: 4.2.7
  • CMS version: Drupal 7.19
  • MySQL version: 5.1.63-0+squeeze1-log
  • PHP version: 5.3.3-7+squeeze13
Error: Use of TAB edit go back to dashboard
« on: July 05, 2012, 01:38:27 am »
hi,
when i want to edit/view/delete (a grant in this exemple ) in the TAB view of a contact the function go to dashboard without use the function

The notice on drupal error log:
Code: [Select]
Location http://crm.ishr.ch/en/civicrm/ajax/contactactivity?snippet=4&context=dashlet&cid=102
Referrer http://crm.ishr.ch/en/civicrm/dashboard
Message Notice: Undefined index: assignee_contact in CRM_Activity_BAO_Activity::getContactActivitySelector() (line 2406 of /home/ishr/crm.ishr.ch/sites/all/modules/civicrm/CRM/Activity/BAO/Activity.php).
Severity notice

The bug is coming with the last update 4.1.3

thx for Help

 
« Last Edit: July 06, 2012, 02:00:10 am by p.gervaix »
Fil

Offline Dave Greenberg

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 5422
  • Karma: 208
    • My CiviCRM Blog
Re: Error: Use of inline edit go back to dashboard
« Reply #1 on: July 05, 2012, 04:12:49 pm »
Might be a general bug, or related to multi-language install. Please try and replicate on public 4.1 demo server.

http://drupal.demo.civicrm.org/
Missed CiviCon London? Watch the session videos!

Found this reply helpful? Contribute NOW and help us improve CiviCRM with the Make it Happen! initiative.

Offline p.gervaix

  • I post occasionally
  • **
  • Posts: 41
  • Karma: 0
    • ISHR
  • CiviCRM version: 4.2.7
  • CMS version: Drupal 7.19
  • MySQL version: 5.1.63-0+squeeze1-log
  • PHP version: 5.3.3-7+squeeze13
Re: Error: Use of inline edit go back to dashboard
« Reply #2 on: July 06, 2012, 12:19:46 am »
Hi,
it's a long way to reproduce the bug with multi language upgrade, i have many complex special fields and rights in my configuration,
it's not possible to find a another way for find the bug??

Fil

Offline p.gervaix

  • I post occasionally
  • **
  • Posts: 41
  • Karma: 0
    • ISHR
  • CiviCRM version: 4.2.7
  • CMS version: Drupal 7.19
  • MySQL version: 5.1.63-0+squeeze1-log
  • PHP version: 5.3.3-7+squeeze13
Re: Error: Use of inline edit go back to dashboard
« Reply #3 on: July 06, 2012, 01:59:42 am »
Hi ,
i have made a mistake for the description of the bug.

the bug is in the contact TAB view ;-) not IN LINE view ....
Fil

Offline p.gervaix

  • I post occasionally
  • **
  • Posts: 41
  • Karma: 0
    • ISHR
  • CiviCRM version: 4.2.7
  • CMS version: Drupal 7.19
  • MySQL version: 5.1.63-0+squeeze1-log
  • PHP version: 5.3.3-7+squeeze13
Re: Error: Use of TAB edit go back to dashboard
« Reply #4 on: July 06, 2012, 02:16:33 am »
I cannot reproduce the bug on the demo website  :'(

i am lost and hungry about that ....

The bug on my site is for all TAB edit ! custom TAB and core TAB

what is the better way for find it !
« Last Edit: July 06, 2012, 02:18:08 am by p.gervaix »
Fil

Offline Dave Greenberg

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 5422
  • Karma: 208
    • My CiviCRM Blog
Re: Error: Use of TAB edit go back to dashboard
« Reply #5 on: July 07, 2012, 01:35:48 am »
If all the edit and view links are not working, seems like there may be a problem w/ URL configuration or the menu structure. Try:

- run the menu rebuild command: http://<your site>/civicrm/menu/rebuild?reset=1
- clear the templates cache by removing all files and folders under sites/default/files/civicrm/templates_c (replace default w/ a sitename if you have multi-site configuration)
- check the Resource URL settings
- also copy the URL for one of the not-working 'Edit' links and paste into a separate browser window to see if that gives errors or clues.
Missed CiviCon London? Watch the session videos!

Found this reply helpful? Contribute NOW and help us improve CiviCRM with the Make it Happen! initiative.

Offline p.gervaix

  • I post occasionally
  • **
  • Posts: 41
  • Karma: 0
    • ISHR
  • CiviCRM version: 4.2.7
  • CMS version: Drupal 7.19
  • MySQL version: 5.1.63-0+squeeze1-log
  • PHP version: 5.3.3-7+squeeze13
Re: Error: Use of TAB edit go back to dashboard
« Reply #6 on: July 09, 2012, 01:38:30 am »
Hi,
Thx for the answers,
I have pass the command you give me, erase all files inside template_c , check the URL settings, on the drupal report the error notice still the same:

Code: [Select]
Location http://crm.ishr.ch/en/civicrm/ajax/contactactivity?snippet=4&context=dashlet&cid=102
Referrer http://crm.ishr.ch/civicrm/contact/cd/edit?tableId=102&cid=102&groupID=13&action=update&reset=1
Message Notice: Undefined index: assignee_contact in CRM_Activity_BAO_Activity::getContactActivitySelector() (line 2406 of /home/ishr/crm.ishr.ch/sites/all/modules/civicrm/CRM/Activity/BAO/Activity.php).
Severity notice

I am not a code specialist , I follow the debug page in the wiki .

this is the result of the debug settings:

1. sessionDebug=1

Code: [Select]
CRM Session

Array
(
    [defaultWysiwygEditor] => 2
    [ufID] => 1
    [userID] => 102
    [ufUniqID] =>
    [CRM_Utils_Recent] => Array
        (
            [0] => Array
                (
                    [title] => Mr. Philippe Gervaix
                    [url] => /en/civicrm/contact/view?reset=1&amp;cid=102
                    [id] => 102
                    [type] => Individual
                    [contact_id] => 102
                    [contactName] => Mr. Philippe Gervaix
                    [subtype] => Student
                    [isDeleted] =>
                    [image_url] =>
                    [edit_url] => /en/civicrm/contact/add?reset=1&amp;action=update&amp;cid=102
                    [delete_url] =>
                )

        )

    [qfPrivateKey] => f3c4e2d9fb2656f2740c49a8c5824987d87d6e47805b2dccfa01e9a46b810948
    [qfSessionID] => cWJr7Pm3gWSxydewfnzq2SR3T6_-79JH_t7LAHLQIgM
    [lcMessages] => en_US
    [CRM_Contact_Page_View_Summary] => Array
        (
            [cid] => 102
            [context] => search
            [action] => 16
            [contactType] => Individual
            [contactSubtype] => Student
            [selectedChild] => summary
        )

    [view.id] => 102
    [userContext] => Array
        (
            [0] => /en/civicrm/contact/view?reset=1&amp;cid=102
            [1] => /en/civicrm/contact/view?action=browse&amp;selectedChild=custom_13
        )

    [CRM_Contact_Page_View_CustomData] => Array
        (
            [cid] => 102
            [action] => 16
            [gid] => 13
        )

)

2. smartyDebug=1

Code: [Select]
Smarty Debug Console
included templates & config files (load time in seconds)
no templates included
assigned template variables
{$SCRIPT_NAME} "/index.php"
{$activeComponent} "CiviCRM"
{$buildNavigation} true
{$config} CRM_Core_Config Object (116)
->dsn = "mysql://*************@database...."
->userFramework = "Drupal"
->userFrameworkURLVar = "q"
->userFrameworkDSN = "mysql://***********@database...."
->userSystem = CRM_Utils_System_Drupal Object (4)
   ->is_drupal = true
   ->is_joomla = false
   ->is_wordpress = false
   ->supports_form_extensions = true
->templateCompileDir = "/home/****************/sites/default/..."
->configAndLogDir = "/home/****************/sites/default/..."
->initialized = 1
->componentRegistry = CRM_Core_Component Object (0)
->inCiviCRM = ""
->recaptchaPublicKey = "*************************************"
->debug = "1"
->backtrace = "0"
->smartyDir = "/home/****************/all/modu..."
->pluginsDir = "/home/****************/sites/all/modu..."
->templateDir = Array (1)
  0 => "/home/****************/sites/all/modu..."
->resourceBase = "/sites/all/modules/civicrm/"
->uploadDir = "/home/****************/sites/default/..."
->imageUploadDir = "/home/ishr/crm.ishr.ch/sites/default/..."
->customFileUploadDir = "/home****************/sites/default/..."
->imageUploadURL = "http://crm.ishr.ch/sites/default/file..."
->cleanURL = 1
->countryLimit = Array (246)
  0 => "1228"
  1 => "1241"
  2 => "1240"
  3 => "1239"
  4 => "1237"
  5 => "1236"
  6 => "1235"
  7 => "1234"
  8 => "1031"
  9 => "1233"
  10 => "1232"
  11 => "1231"
  12 => "1230"
  13 => "1229"
  14 => "1227"
  15 => "1226"
  16 => "1225"
  17 => "1224"
  18 => "1223"
  19 => "1222"
  20 => "1221"
  21 => "1220"
  22 => "1219"
  23 => "1218"
  24 => "1217"
  25 => "1216"
  26 => "1215"
  27 => "1214"
  28 => "1063"
  29 => "1211"
  30 => "1210"
  31 => "1209"
  32 => "1208"
  33 => "1206"
  34 => "1205"
  35 => "1204"
  36 => "1203"
  37 => "1202"
  38 => "1201"
  39 => "1200"
  40 => "1199"
  41 => "1198"
  42 => "1197"
  43 => "1196"
  44 => "1195"
  45 => "1194"
  46 => "1193"
  47 => "1192"
  48 => "1191"
  49 => "1190"
  50 => "1189"
  51 => "1238"
  52 => "1242"
  53 => "1188"
  54 => "1187"
  55 => "1207"
  56 => "1186"
  57 => "1185"
  58 => "1184"
  59 => "1183"
  60 => "1182"
  61 => "1181"
  62 => "1180"
  63 => "1178"
  64 => "1177"
  65 => "1176"
  66 => "1179"
  67 => "1175"
  68 => "1174"
  69 => "1173"
  70 => "1172"
  71 => "1171"
  72 => "1170"
  73 => "1169"
  74 => "1168"
  75 => "1167"
  76 => "1166"
  77 => "1165"
  78 => "1164"
  79 => "1163"
  80 => "1162"
  81 => "1161"
  82 => "1160"
  83 => "1159"
  84 => "1158"
  85 => "1157"
  86 => "1156"
  87 => "1155"
  88 => "1154"
  89 => "1153"
  90 => "1151"
  91 => "1152"
  92 => "1150"
  93 => "1149"
  94 => "1148"
  95 => "1035"
  96 => "1147"
  97 => "1146"
  98 => "1145"
  99 => "1243"
  100 => "1144"
  101 => "1143"
  102 => "1142"
  103 => "1141"
  104 => "1140"
  105 => "1139"
  106 => "1138"
  107 => "1137"
  108 => "1136"
  109 => "1135"
  110 => "1134"
  111 => "1133"
  112 => "1132"
  113 => "1131"
  114 => "1130"
  115 => "1129"
  116 => "1128"
  117 => "1127"
  118 => "1126"
  119 => "1125"
  120 => "1124"
  121 => "1123"
  122 => "1122"
  123 => "1121"
  124 => "1120"
  125 => "1119"
  126 => "1118"
  127 => "1117"
  128 => "1116"
  129 => "1115"
  130 => "1114"
  131 => "1113"
  132 => "1112"
  133 => "1111"
  134 => "1110"
  135 => "1244"
  136 => "1109"
  137 => "1108"
  138 => "1107"
  139 => "1106"
  140 => "1246"
  141 => "1105"
  142 => "1104"
  143 => "1103"
  144 => "1102"
  145 => "1101"
  146 => "1100"
  147 => "1099"
  148 => "1098"
  149 => "1097"
  150 => "1096"
  151 => "1095"
  152 => "1094"
  153 => "1093"
  154 => "1092"
  155 => "1091"
  156 => "1245"
  157 => "1090"
  158 => "1089"
  159 => "1088"
  160 => "1087"
  161 => "1086"
  162 => "1085"
  163 => "1084"
  164 => "1083"
  165 => "1082"
  166 => "1081"
  167 => "1213"
  168 => "1080"
  169 => "1079"
  170 => "1078"
  171 => "1077"
  172 => "1076"
  173 => "1075"
  174 => "1074"
  175 => "1073"
  176 => "1072"
  177 => "1070"
  178 => "1069"
  179 => "1068"
  180 => "1067"
  181 => "1066"
  182 => "1065"
  183 => "1064"
  184 => "1062"
  185 => "1061"
  186 => "1060"
  187 => "1059"
  188 => "1054"
  189 => "1058"
  190 => "1057"
  191 => "1056"
  192 => "1055"
  193 => "1053"
  194 => "1052"
  195 => "1050"
  196 => "1051"
  197 => "1049"
  198 => "1048"
  199 => "1047"
  200 => "1046"
  201 => "1045"
  202 => "1044"
  203 => "1043"
  204 => "1042"
  205 => "1041"
  206 => "1040"
  207 => "1039"
  208 => "1038"
  209 => "1037"
  210 => "1036"
  211 => "1034"
  212 => "1033"
  213 => "1032"
  214 => "1030"
  215 => "1029"
  216 => "1028"
  217 => "1027"
  218 => "1026"
  219 => "1025"
  220 => "1024"
  221 => "1023"
  222 => "1022"
  223 => "1021"
  224 => "1020"
  225 => "1019"
  226 => "1018"
  227 => "1017"
  228 => "1016"
  229 => "1212"
  230 => "1015"
  231 => "1014"
  232 => "1013"
  233 => "1012"
  234 => "1011"
  235 => "1010"
  236 => "1009"
  237 => "1008"
  238 => "1007"
  239 => "1006"
  240 => "1005"
  241 => "1004"
  242 => "1003"
  243 => "1002"
  244 => "1001"
  245 => "1247"
->provinceLimit = Array (246)
  0 => "1228"
  1 => "1241"
  2 => "1240"
  3 => "1239"
  4 => "1237"
  5 => "1236"
  6 => "1235"
  7 => "1234"
  8 => "1031"
  9 => "1233"
  10 => "1232"
  11 => "1231"
  12 => "1230"
  13 => "1229"
  14 => "1227"
  15 => "1226"
  16 => "1225"
  17 => "1224"
  18 => "1223"
  19 => "1222"
  20 => "1221"
  21 => "1220"
  22 => "1219"
  23 => "1218"
  24 => "1217"
  25 => "1216"
  26 => "1215"
  27 => "1214"
  28 => "1063"
  29 => "1211"
  30 => "1210"
  31 => "1209"
  32 => "1208"
  33 => "1206"
  34 => "1205"
  35 => "1204"
  36 => "1203"
  37 => "1202"
  38 => "1201"
  39 => "1200"
  40 => "1199"
  41 => "1198"
  42 => "1197"
  43 => "1196"
  44 => "1195"
  45 => "1194"
  46 => "1193"
  47 => "1192"
  48 => "1191"
  49 => "1190"
  50 => "1189"
  51 => "1238"
  52 => "1242"
  53 => "1188"
  54 => "1187"
  55 => "1207"
  56 => "1186"
  57 => "1185"
  58 => "1184"
  59 => "1183"
  60 => "1182"
  61 => "1181"
  62 => "1180"
  63 => "1178"
  64 => "1177"
  65 => "1176"
  66 => "1179"
  67 => "1175"
  68 => "1174"
  69 => "1173"
  70 => "1172"
  71 => "1171"
  72 => "1170"
  73 => "1169"
  74 => "1168"
  75 => "1167"
  76 => "1166"
  77 => "1165"
  78 => "1164"
  79 => "1163"
  80 => "1162"
  81 => "1161"
  82 => "1160"
  83 => "1159"
  84 => "1158"
  85 => "1157"
  86 => "1156"
  87 => "1155"
  88 => "1154"
  89 => "1153"
  90 => "1151"
  91 => "1152"
  92 => "1150"
  93 => "1149"
  94 => "1148"
  95 => "1035"
  96 => "1147"
  97 => "1146"
  98 => "1145"
  99 => "1243"
  100 => "1144"
  101 => "1143"
  102 => "1142"
  103 => "1141"
  104 => "1140"
  105 => "1139"
  106 => "1138"
  107 => "1137"
  108 => "1136"
  109 => "1135"
  110 => "1134"
  111 => "1133"
  112 => "1132"
  113 => "1131"
  114 => "1130"
  115 => "1129"
  116 => "1128"
  117 => "1127"
  118 => "1126"
  119 => "1125"
  120 => "1124"
  121 => "1123"
  122 => "1122"
  123 => "1121"
  124 => "1120"
  125 => "1119"
  126 => "1118"
  127 => "1117"
  128 => "1116"
  129 => "1115"
  130 => "1114"
  131 => "1113"
  132 => "1112"
  133 => "1111"
  134 => "1110"
  135 => "1244"
  136 => "1109"
  137 => "1108"
  138 => "1107"
  139 => "1106"
  140 => "1246"
  141 => "1105"
  142 => "1104"
  143 => "1103"
  144 => "1102"
  145 => "1101"
  146 => "1100"
  147 => "1099"
  148 => "1098"
  149 => "1097"
  150 => "1096"
  151 => "1095"
  152 => "1094"
  153 => "1093"
  154 => "1092"
  155 => "1091"
  156 => "1245"
  157 => "1090"
  158 => "1089"
  159 => "1088"
  160 => "1087"
  161 => "1086"
  162 => "1085"
  163 => "1084"
  164 => "1083"
  165 => "1082"
  166 => "1081"
  167 => "1213"
  168 => "1080"
  169 => "1079"
  170 => "1078"
  171 => "1077"
  172 => "1076"
  173 => "1075"
  174 => "1074"
  175 => "1073"
  176 => "1072"
  177 => "1070"
  178 => "1069"
  179 => "1068"
  180 => "1067"
  181 => "1066"
  182 => "1065"
  183 => "1064"
  184 => "1062"
  185 => "1061"
  186 => "1060"
  187 => "1059"
  188 => "1054"
  189 => "1058"
  190 => "1057"
  191 => "1056"
  192 => "1055"
  193 => "1053"
  194 => "1052"
  195 => "1050"
  196 => "1051"
  197 => "1049"
  198 => "1048"
  199 => "1047"
  200 => "1046"
  201 => "1045"
  202 => "1044"
  203 => "1043"
  204 => "1042"
  205 => "1041"
  206 => "1040"
  207 => "1039"
  208 => "1038"
  209 => "1037"
  210 => "1036"
  211 => "1034"
  212 => "1033"
  213 => "1032"
  214 => "1030"
  215 => "1029"
  216 => "1028"
  217 => "1027"
  218 => "1026"
  219 => "1025"
  220 => "1024"
  221 => "1023"
  222 => "1022"
  223 => "1021"
  224 => "1020"
  225 => "1019"
  226 => "1018"
  227 => "1017"
  228 => "1016"
  229 => "1212"
  230 => "1015"
  231 => "1014"
  232 => "1013"
  233 => "1012"
  234 => "1011"
  235 => "1010"
  236 => "1009"
  237 => "1008"
  238 => "1007"
  239 => "1006"
  240 => "1005"
  241 => "1004"
  242 => "1003"
  243 => "1002"
  244 => "1001"
  245 => "1247"
->defaultContactCountry = "1205"
->defaultCurrency = "CHF"
->lcMessages = "en_US"
->dateformatDatetime = "%E %B, %Y %l:%M %P"
->dateformatFull = "%E %B, %Y"
->dateformatPartial = "%B %Y"
->dateformatYear = "%Y"
->dateformatTime = "%l:%M %P"
->timeInputFormat = 1
->dateInputFormat = "mm/dd/yy"
->fiscalYearStart = Array (2)
  M => "1"
  d => "1"
->moneyformat = "%c %a"
->moneyvalueformat = "%!i"
->currencySymbols = ""
->defaultCurrencySymbol = "CHF"
->monetaryDecimalPoint = "."
->monetaryThousandSeparator = "'"
->gettextCodeset = "utf-8"
->gettextDomain = "civicrm"
->gettextResourceDir = "/home/ishr/crm.ishr.ch/sites/all/modu..."
->userFrameworkVersion = "7.14"
->userFrameworkUsersTableName = "drupal_users"
->userFrameworkClass = "CRM_Utils_System_Drupal"
->userHookClass = "CRM_Utils_Hook_Drupal"
->userPermissionClass = "CRM_Core_Permission_Drupal"
->userFrameworkBaseURL = "http://crm.ishr.ch/en/"
->userFrameworkResourceURL = "http://crm.ishr.ch/sites/all/modules/..."
->userFrameworkFrontend = ""
->userFrameworkLogging = "1"
->maxImportFileSize = 10485760
->maxAttachments = "3"
->maxFileSize = "2"
->localeCustomStrings = Array (2)
  fr_FR => Array (2)
    enabled => Array (2)
      wildcardMatch => Array (1)
        Sommaire de l'événement => "Event summary/objectives"
      exactMatch => Array (0)
    disabled => Array (2)
      wildcardMatch => Array (0)
      exactMatch => Array (0)
  en_US => Array (2)
    enabled => Array (2)
      wildcardMatch => Array (1)
        Complete Description => "Complete Description, Objectives, etc"
      exactMatch => Array (0)
    disabled => Array (2)
      wildcardMatch => Array (1)
        Event Summary => "Event Summary/Objectives"
      exactMatch => Array (0)
->mapProvider = "Google"
->mapAPIKey = "ABQIAAAA-tH39Fbb262-eEtCx2ayehTHeEgnJ..."
->geoProvider = "Google"
->geoAPIKey = ""
->geocodeMethod = "CRM_Utils_Geocode_Google"
->mapGeoCoding = "1"
->contactUndelete = "1"
->logging = ""
->versionCheck = "1"
->enableComponents = Array (5)
  0 => "CiviCampaign"
  1 => "CiviReport"
  2 => "CiviMail"
  3 => "CiviEvent"
  4 => "CiviGrant"
->enableComponentIDs = Array (5)
  0 => "9"
  1 => "8"
  2 => "4"
  3 => "1"
  4 => "5"
->civiModules = Array (0)
->enableSSL = "0"
->fatalErrorTemplate = "CRM/common/fatal.tpl"
->fatalErrorHandler = "civicrm_error_handler"
->legacyEncoding = "Windows-1252"
->fieldSeparator = ";"
->maxLocationBlocks = "2"
->captchaFontPath = "/usr/X11R6/lib/X11/fonts/"
->captchaFont = "HelveticaBold.ttf"
->includeWildCardInName = "1"
->includeEmailInName = "1"
->includeNickNameInName = "0"
->smartGroupCacheTimeout = "0"
->defaultSearchProfileID = "1"
->dashboardCacheTimeout = "1440"
->doNotResetCache = "0"
->includeAlphabeticalPager = "1"
->includeOrderByClause = "1"
->oldInputStyle = "1"
->formKeyDisable = ""
->doNotAttachPDFReceipt = "0"
->civiRelativeURL = "/"
->languageLimit = Array (2)
  en_US => "1"
  fr_FR => "1"
->addLanguage = ""
->inheritLocale = "1"
->customTranslateFunction = ""
->_qf_default = "Localization:next"
->_qf_Localization_next = "Save"
->recaptchaPrivateKey = "****************************************"
->recaptchaOptions = "theme:'clean', lang:'en'"
->verpSeparator = "."
->mailerBatchLimit = "0"
->mailerJobSize = "0"
->replyTo = "1"
->mailerJobsMax = "0"
->makeMultilingual = "1"
->mailerPeriod = "180"
->mailerSpoolLimit = "0"
->customPHPPathDir = null
->customTemplateDir = "/home/****************/sites/default/..."
->extensionsDir = null
->customCSSURL = null
->sqlDir = "/home/****************/sites/all/modu..."
->importDataSourceDir = "/home/****************/sites/all/modu..."
->groupTree = false
->revampPages = Array (0)
->useIDS = true
->useFrameworkRelativeBase = "/en/"
{$defaultMailboxOK} true
{$defaultWysiwygEditor} "2"
{$formTpl} "default"
{$fromEmailOK} true
{$langSwitch} Array (2)
en_US => "English (United States)"
fr_FR => "French (France)"
{$mode} "null"
{$navigation} "<!-- en_US --><li class="menumain crm..."
{$ownerOrgOK} true
{$printerFriendly} "/en/civicrm/contact?tableId=102&amp;c..."
{$session} CRM_Core_Session Object (0)
{$tplFile} "CRM/Contact/Page/DashBoard.tpl"
{$tsLocale} "en_US"
{$urlIsPublic} false
assigned config file variables (outer template scope)
{#files#} Array (0)
{#vars#} Array (0)



Maybe the error come from my multilanguage configuration (english + french) with drupal???

Thx for any advice and help ......

FIL
Fil

Offline p.gervaix

  • I post occasionally
  • **
  • Posts: 41
  • Karma: 0
    • ISHR
  • CiviCRM version: 4.2.7
  • CMS version: Drupal 7.19
  • MySQL version: 5.1.63-0+squeeze1-log
  • PHP version: 5.3.3-7+squeeze13
Re: Error: Use of TAB edit go back to dashboard
« Reply #7 on: July 09, 2012, 03:25:16 am »
Hi,

I have compare 2 url for the same function ( relationship )
one is the action link -> Add relationship -> ..../civicrm/contact/view/rel?reset=1&action=add&cid=1884 (working)
the other from the add relationship button in Tab view ... - > /civicrm/contact/rel?cid=1884&action=add&reset=1(not working)

for the same function 2 different link??????

 ??? ??? ??? ??? ??? ??? ???
Fil

Offline p.gervaix

  • I post occasionally
  • **
  • Posts: 41
  • Karma: 0
    • ISHR
  • CiviCRM version: 4.2.7
  • CMS version: Drupal 7.19
  • MySQL version: 5.1.63-0+squeeze1-log
  • PHP version: 5.3.3-7+squeeze13
Re: Error: Use of TAB edit go back to dashboard
« Reply #8 on: July 11, 2012, 02:51:33 am »
Hi,

I have follow all the advice and the wiki about troubleshooting:

http://wiki.civicrm.org/confluence/display/CRMDOC41/Installation+and+Configuration+Trouble-shooting

http://wiki.civicrm.org/confluence/display/CRMDOC41/Ensuring+Schema+Integrity+on+Upgrades

reupload all civicrm files

clean cache , rebuild menu , etc.....


nothing change .....

my next step is return to single language ;-(

one week with this pro....and  no solution !!!!


 :( >:( >:( :(
Fil