Hi All,
I had a user in these forums named: gil shinar. This is still my name but I have lost my password so I have created a new user. kingikra.
Now for my problem, we are trying to upgrade sugarCRM from 4.5.1 to 5.X or 6.X. We are using an external module that causes us to fail the upgrade. I have explained a lot about the problem in my former messages such as:
http://www.sugarcrm.com/forums/showthread.php?t=54801
http://www.sugarcrm.com/forums/showthread.php?t=55892
I went over the code and found the exact line that fails with this error. The line is in the file:
include/DetailView/DetailView.php
and the actual line is:
$response = $seed->process_detail_query(SugarVCR::retrieve($seed->module_dir), 0, -1, -1, '', $current_offset);
Basically, the problem lies is the SQL query that comes from:
SugarVCR::retrieve($seed->module_dir)
I was looking for the place in the code where the query being stored in the session (e.g. SugarVCR::store($seed->module_dir)) but coundn't find it.
Can you please assist?
Thanks
Gil


LinkBack URL
About LinkBacks



Reply With Quote

Bookmarks