Install and Update CoreBos - Printable Version +- CoreBOSBB (https://discussions.corebos.org) +-- Forum: Development (https://discussions.corebos.org/forumdisplay.php?fid=18) +--- Forum: coreBOS Development (https://discussions.corebos.org/forumdisplay.php?fid=4) +---- Forum: coreBOS (https://discussions.corebos.org/forumdisplay.php?fid=5) +---- Thread: Install and Update CoreBos (/showthread.php?tid=497) |
Install and Update CoreBos - stefano.dolce - 11-15-2016 Hi, I've a problem with corebos installation, i done git clone https://github.com/tsolucio/corebos.git but when i go into corebos installation the version is different respect online demo. Into vtigerversion.php i see: $patch_version = ''; $modified_database = ''; $vtiger_current_version = '5.5.0'; $_SESSION['vtiger_version'] = $vtiger_current_version; $coreBOS_app_version = '5.8.0'; $coreBOS_app_name ='coreBOS'; $coreBOS_app_url = 'http://corebos.org'; $coreBOS_commit_info = '$Format:%ci$ ($Format:%h$)'; What should I do to get the latest update? Best Regards Stefano RE: Install and Update CoreBos - joebordes - 11-15-2016 [context missing from private emails] Stefano can't access workflows nor convert a lead it isn't a problem with install or updates, it is a server problem, look at the javascript error you get when you click on lead conversion: 500 internal server error there is something wrong there, I'd say that it is something we added in the code that is not compatible with PHP 5.3, it is too old. That isn't a problem in itself, if you give us the error we can make it backward compatible, but I need the error that should be appearing in php or apache error log. another thing you could try is to execute php -l against all the files in com_workflow directory, see if one of those gives you an error.... |