coreBOSCP error (VT54) - Printable Version +- CoreBOSBB (https://discussions.corebos.org) +-- Forum: Support (https://discussions.corebos.org/forumdisplay.php?fid=17) +--- Forum: Administrator Support (https://discussions.corebos.org/forumdisplay.php?fid=8) +--- Thread: coreBOSCP error (VT54) (/showthread.php?tid=36) |
coreBOSCP error (VT54) - Speed1972-1 - 06-19-2014 Hi, after installation CP getting the next error The requested module does not exist in coreBOS. After installation add patch (<!-- m --><a class="postlink" href="http://corebos.org/documentation/lib/exe/fetch.php?media=en:coreboscp:coreboscp_vt54.zip">http://corebos.org/documentation/lib/ex ... p_vt54.zip</a><!-- m -->) in the vt54 directory, Did not update the sql. Added portalconfig.php Still getting the error CP with vt54. How can i fix this? Re: coreBOSCP error (VT54) - joebordes - 06-19-2014 From your post it is not clear if you have applied the base code changes (the .diff patch file) You explicitly say that you have NOT applied the .sql changes, for sure it will not work without them I am currently tied up with the release of 5.5, but as soon as I finish I will setup a video tutorial on how to configure the CP as there is another person waiting in the forum also. Make sure you have all the code and database changes If you plan to work with vt5.4, use coreBOS directly: it has many bug fixes and all the security patches that have appeared in the last two years and it also already has the base code changes you need to get the customer portal working, you just have to apply the database changes, which can be done copying the build/InstallRESTChanges.php to the root of your install and executing it in the browser Re: coreBOSCP error (VT54) - Speed1972-1 - 06-24-2014 After install You have a clean vtiger CRM 5.4 with the security patch. And run upgrade2coreBOS.php Agenda plugin advanced Calender module from IT Sapiens does not work anymore. Customer Portal gives the same error: The requested module does not exist in coreBOS. Re: coreBOSCP error (VT54) - Speed1972-1 - 06-24-2014 Try to install build/InstallRESTChanges.php. GEtting next error Warning: include_once(vtlib/Vtiger/Module.php): failed to open stream: No such file or directory in /var/zpanel/hostdata/zadmin/public_html/xxx/build/InstallRESTChanges.php on line 16 Warning: include_once(): Failed opening 'vtlib/Vtiger/Module.php' for inclusion (include_path='.:/usr/share/pear:/usr/share/php') in /var/zpanel/hostdata/zadmin/public_html/xxxx/build/InstallRESTChanges.php on line 16 Re: coreBOSCP error (VT54) - joebordes - 06-24-2014 You have to copy the script to the root of your install to launch it, but, if you have a very recent version try this: - execute the script Code: installupdater.php that will get you a new module which will be accessible from the menu called: "coreBOS Updater" - click on the "Get Updates" button, that should get you a list of updates to be done - directly click on the "Apply All" button, that should get the REST enhancements installed for you (among other things) Let me know how it goes. Re: coreBOSCP error (VT54) - joebordes - 06-24-2014 Speed1972-1 Wrote:Agenda plugin advanced Calender module from IT Sapiens does not work anymore. How do you install this module? I mean does it require base code changes? If so, which ones, maybe there is some conflict with the code changes. If you can send me an error or an example.... NOTE: THIS ISSUE SHOULD BE IN A NEW POST Re: coreBOSCP error (VT54) - Speed1972-1 - 06-24-2014 Where can i find installupdater.php Re: coreBOSCP error (VT54) - joebordes - 06-30-2014 Hi, I finally got around to releasing coreBOS 5.5. With this version you do not need to do anything except install it correctly and the customer portal will work: I just setup a couple of demos of coreBOS 5.5 <!-- m --><a class="postlink" href="http://corebos.org/demos/corebos">http://corebos.org/demos/corebos</a><!-- m --> and a customer portal <!-- m --><a class="postlink" href="http://corebos.org/demos/coreboscp">http://corebos.org/demos/coreboscp</a><!-- m --> The Customer portal is now fully supported with no additional changes needed. I just installed the demo site of coreBOS 5.5, executing coreBOS Updater step, then I created a portal user, configured the portalconfig file and it worked with no additional issues Re: coreBOSCP error (VT54) - Speed1972-1 - 07-03-2014 Thx for the demo's Just form my idea. If you what to use coreBOSCP you need to install/update VT54 to coreBOS and do sql adjustments. You are not able to connect coreBOSCP to VT54 directly? Re: coreBOSCP error (VT54) - joebordes - 07-03-2014 Yes, you are correct. The REST interface of vtiger CRM 5.4 is lacking many features that are needed for a functional customer portal. We had to enhance it to get that additional functionality and we are still missing things.... which are coming. |