Mobile access get white screen after upgrade - Printable Version +- CoreBOSBB (https://discussions.corebos.org) +-- Forum: Support (https://discussions.corebos.org/forum-17.html) +--- Forum: Administrator Support (https://discussions.corebos.org/forum-8.html) +--- Thread: Mobile access get white screen after upgrade (/thread-1324.html) |
Mobile access get white screen after upgrade - addady2 - 10-30-2018 Hi, Mobile access display white screen after upgrade. Can't find any trace why in the log files. In my 1st Corebos CRM that upgrade today when I run from terminal: Code: cd 1st-corebos-root The output is: Quote:PHP Notice: Undefined index: QUERY_STRING in /.../modules/Mobile/index.php on line 11 No HTML output In my 2nd Corebos CRM that last upgrade was in august and work fine when I run from terminal: Code: cd 2nd-corebos-root The output is: Quote:PHP Notice: Undefined index: QUERY_STRING in /.../modules/Mobile/index.php on line 11 Look like it fail some where in: PHP Code: crmtogo_Index_Controller::process(new crmtogo_API_Request($_REQUEST)) Any idea? RE: Mobile access get white screen after upgrade - joebordes - 10-30-2018 update again, it should be fixed now RE: Mobile access get white screen after upgrade - addady2 - 10-31-2018 (10-30-2018, 04:28 PM)joebordes Wrote: update again, it should be fixed now Thank you it working! |