timecontrol module new install error - Printable Version +- CoreBOSBB (https://discussions.corebos.org) +-- Forum: Support (https://discussions.corebos.org/forum-17.html) +--- Forum: Modules/Extension Support (https://discussions.corebos.org/forum-9.html) +--- Thread: timecontrol module new install error (/thread-1548.html) |
timecontrol module new install error - global.da - 08-02-2019 tried to install timecontrol module.. Go to CRM Settings -> Module Manager -> Import New - Install from URL https://github.com/tsolucio/Timecontrol It goes to a page with corebos header, but then white screen with no other details same with the zip file please assist RE: timecontrol module new install error - joebordes - 08-02-2019 Hi you have to copy the "Download ZIP" URL from the github repository as the URL or download the repository and create a new .zip starting from the top of the "master" diretory. I mean without that directory. Have a look at the video in this blog post where I install it from github. http://blog.corebos.org/blog/timecontrol RE: timecontrol module new install error - global.da - 08-02-2019 Hi Joe, i tried copy the source link and paste in our online demo and it works flawlessly. i'll try what you suggesting and let you know Cheers RE: timecontrol module new install error - global.da - 08-13-2019 still error importing the timecontrol module I can’t see any error in the logs apart from : 2019-08-13T05:00:01+00:00 FATAL VT Unable to find the module language file for language: and module: com_vtiger_workflow Not sure what else to try.. I deleted and re-installed the test instance from scratch – and I still get the same issue… still blank page attached. also have this email [Warning]: cron Task(s) exceed time threshold Cron Job Frequency Status Last Scan Started Workflow 00:15 Running 5 day(s) ago RE: timecontrol module new install error - joebordes - 08-13-2019 do you have the php zlib extension installed? http://corebos.com/documentation/doku.php?id=en:install550#php_extensions RE: timecontrol module new install error - global.da - 08-14-2019 Yes, zlib php extension is installed – All Pre-Installation Checks during install were correct. i tried other custom modules, same issue when trying to install neither Upload file: zip nor Install from URL: git it didn't worked are there any other way to install Custom Modules? RE: timecontrol module new install error - joebordes - 08-14-2019 you can install modules using updater but the white page above means that you are getting a PHP error. That has to be fixed as it will probably cause other issues down the road. Activate debugging and look in the apache error log for the exact PHP error in order to fix it. If you are working on windows remember to change the include path as explained here: http://corebos.com/documentation/doku.php?id=en:install550#i_installed_in_windows_but_the let us know when you find the error message RE: timecontrol module new install error - joebordes - 08-14-2019 you can try changing the error_reporting(E_ERROR); in config.inc.php to error_reporting(E_ALL); ini_set('display_errors', 1); and import again, see if you can get the error on screen RE: timecontrol module new install error - solved - global.da - 08-15-2019 thank you very much Joe, its PHP during install All Pre-Installation must be check thoroughly all good now RE: timecontrol module new install error - joebordes - 08-16-2019 glad it worked :-) |