Thread Rating:
  • 1 Vote(s) - 4 Average
  • 1
  • 2
  • 3
  • 4
  • 5
CoreBOS and PDFmaker
#16
(02-11-2017, 05:04 PM)joebordes Wrote: if you can activate debug log and send us the SQL error that should be there we may be able to help.
 Hi Joe

The debug output in pdfMaker is:

PDFMaker


(mysqli): SELECT tabid, fieldname, fieldid, fieldlabel, columnname, tablename, uitype, typeofdata, presence FROM vtiger_field WHERE tabid in (29)  


(mysqli): SELECT * FROM vtiger_globalvariable INNER JOIN vtiger_crmentity ON vtiger_crmentity.crmid = vtiger_globalvariable.globalvariableid where vtiger_crmentity.deleted=0 and gvname='Application_Global_Search_SelectedModules' and mandatory='1'  


(mysqli): SELECT * FROM vtiger_globalvariable INNER JOIN vtiger_crmentity ON vtiger_crmentity.crmid = vtiger_globalvariable.globalvariableid where vtiger_crmentity.deleted=0 and gvname='Application_Global_Search_SelectedModules' and vtiger_crmentity.smownerid='5'  


(mysqli): select * from vtiger_users2group where userid='5'  


(mysqli): select roleid from vtiger_user2role where userid='5'  


(mysqli): select * from vtiger_group2role where roleid='H2'  


(mysqli): select * from vtiger_role where roleid='H2'  


(mysqli): select * from vtiger_group2rs where roleandsubid in ('H1','H2')  


(mysqli): select groupid from vtiger_group2grouprel where containsgroupid='3'  


(mysqli): SELECT * FROM vtiger_globalvariable INNER JOIN vtiger_crmentity ON vtiger_crmentity.crmid = vtiger_globalvariable.globalvariableid where vtiger_crmentity.deleted=0 and gvname='Application_Global_Search_SelectedModules' and vtiger_crmentity.smownerid in (3)  


(mysqli): SELECT * FROM vtiger_globalvariable INNER JOIN vtiger_crmentity ON vtiger_crmentity.crmid = vtiger_globalvariable.globalvariableid where vtiger_crmentity.deleted=0 and gvname='Application_Global_Search_SelectedModules' and default_check='1'  


(mysqli): SELECT * FROM vtiger_eventhandlers WHERE is_active=true  


(mysqli): SHOW COLUMNS FROM `vtiger_users`  


(mysqli): select change_password from vtiger_users where id='5'  


(mysqli): SELECT handler_path, handler_class FROM vtiger_eventhandlers WHERE is_active=true AND event_name = 'corebos.permissions.ispermitted'  


(mysqli): SELECT version_type, license_key FROM vtiger_pdfmaker_license  

Query: SELECT version_type, license_key FROM vtiger_pdfmaker_license failed. Table 'db663829202.vtiger_pdfmaker_license' doesn't exist
1146: Table 'db663829202.vtiger_pdfmaker_license' doesn't exist

            ADOConnection._Execute(SELECT version_type, license_key FROM vtiger_pdfmaker_license, false) % line 1229, file: adodb.inc.php
          ADOConnection.Execute(SELECT version_type, license_key FROM vtiger_pdfmaker_license) % line 387, file: PearDatabase.php
        PearDatabase.query(SELECT version_type, license_key FROM vtiger_pdfmaker_license) % line 812, file: PDFMaker.php
      PDFMaker.setLicenseInfo() % line 30, file: PDFMaker.php
    PDFMaker.__construct() % line 26, file: getPDFActions.php


(mysqli): SELECT profileid FROM vtiger_role2profile WHERE roleid=(SELECT roleid FROM vtiger_user2role WHERE userid='5')  


(mysqli): select * from vtiger_profile  


(mysqli): SELECT * FROM vtiger_pdfmaker_profilespermissions  

Query: SELECT * FROM vtiger_pdfmaker_profilespermissions failed. Table 'db663829202.vtiger_pdfmaker_profilespermissions' doesn't exist
1146: Table 'db663829202.vtiger_pdfmaker_profilespermissions' doesn't exist

            ADOConnection._Execute(SELECT * FROM vtiger_pdfmaker_profilespermissions, false) % line 1229, file: adodb.inc.php
          ADOConnection.Execute(SELECT * FROM vtiger_pdfmaker_profilespermissions) % line 387, file: PearDatabase.php
        PearDatabase.query(SELECT * FROM vtiger_pdfmaker_profilespermissions) % line 674, file: PDFMaker.php
      PDFMaker.GetProfilesPermissions() % line 706, file: PDFMaker.php
    PDFMaker.CheckPermissions(DETAIL) % line 27, file: getPDFActions.php


Fatal error: Call to a member function GetRowAssoc() on a non-object in /homepages/35/d489224962/

Thanks

(02-11-2017, 05:01 PM)joebordes Wrote: You can use the GenDoc module:

http://crmevolutivo.com/doku.php/en:vtgendoc

at the moment you need to purchase a coreboscrm subscription pack, which includes a whole bunch of new modules among which is gendoc.
Send an email to info and someone on the sales team will inform you of the options

You have access to a demo here:

http://demo.coreboscrm.com

user: demo
pass: demo

Hi Joe:

I have send the email in the contact form of http://corebos.org/page/contact for reveive this info. Thanks.

I asked  to its4you for a developers licence of pdfmaker but they don´t have this kind of it. I would not mind to buy the license if it works on corebos7, because I need a solution for print pdf from any modules.

 In the demo of http://demo.coreboscrm.com  pdfmaker it´s active, and it seems to be the free module (only 4 templates) . It is possible to install corebos 5 or any other version, install free pdfmaker and after this, update to 7 version?

Thanks

Regards

Guillermo
Reply


Messages In This Thread
CoreBOS and PDFmaker - Nigel_R - 04-16-2014, 12:44 PM
RE: CoreBOS and PDFmaker - addady2 - 11-06-2015, 04:54 PM
RE: CoreBOS and PDFmaker - joebordes - 11-19-2015, 05:49 PM
RE: CoreBOS and PDFmaker - joebordes - 11-19-2015, 05:54 PM
RE: CoreBOS and PDFmaker - addady2 - 11-20-2015, 09:23 AM
RE: CoreBOS and PDFmaker - joebordes - 11-20-2015, 10:18 AM
RE: CoreBOS and PDFmaker - rslemer - 08-08-2016, 09:35 PM
RE: CoreBOS and PDFmaker - joebordes - 08-08-2016, 11:11 PM
RE: CoreBOS and PDFmaker - gprada - 06-14-2017, 04:21 PM
RE: CoreBOS and PDFmaker - omarllorens - 06-15-2017, 06:26 AM
RE: CoreBOS and PDFmaker - gprada - 06-15-2017, 04:17 PM
RE: CoreBOS and PDFmaker - inspectorflint - 02-09-2017, 06:07 PM
RE: CoreBOS and PDFmaker - joebordes - 02-09-2017, 06:12 PM
RE: CoreBOS and PDFmaker - inspectorflint - 02-11-2017, 11:13 AM
RE: CoreBOS and PDFmaker - joebordes - 02-11-2017, 05:01 PM
RE: CoreBOS and PDFmaker - joebordes - 02-11-2017, 05:04 PM
RE: CoreBOS and PDFmaker - inspectorflint - 02-13-2017, 05:02 PM
RE: CoreBOS and PDFmaker - joebordes - 02-13-2017, 09:46 PM
RE: CoreBOS and PDFmaker - omarllorens - 02-14-2017, 09:27 AM
RE: CoreBOS and PDFmaker - joebordes - 02-15-2017, 12:21 AM
RE: CoreBOS and PDFmaker - inspectorflint - 02-16-2017, 05:41 PM
RE: CoreBOS and PDFmaker - joebordes - 02-16-2017, 07:15 PM
RE: CoreBOS and PDFmaker - omarllorens - 06-16-2017, 07:08 AM
Re: CoreBOS and PDFmaker - joebordes - 04-16-2014, 02:50 PM
Re: CoreBOS and PDFmaker - Nigel_R - 04-17-2014, 09:04 AM

Forum Jump:


Users browsing this thread: 2 Guest(s)