Sugarcrm on Windows using Xamp/Wamp

Hi All,

I am a Linux user for the past couple of years and have been doing SugarCRM dev in Ubuntu. Due to some requirements, I need to set up sugar 9 on window 10. 

I am using xamp and tried wamp. However, I am facing a weird error and still unable to fix it. I have ensured that all recommended PHP extensions are enabled but no luck... 

Anyone using SugarCRM on Windows can help me? (Tried with php 7.1 and 7.3)

I am getting this js error in the console "classic is not defined"

VM1371:3 Uncaught ReferenceError: classic is not defined
at eval (eval at <anonymous> (cache.js:67), <anonymous>:3:1)
at cache.js:67
at cache.js:98
at Function.h.each.h.forEach (eval at e.exports (addScript.js:9), <anonymous>:5:1994)
at l (cache.js:93)
at Object.init (cache.js:135)
at Object.init (app.js:304)
at (index):64
eval @ VM1371:3
(anonymous) @ cache.js:67
(anonymous) @ cache.js:98
h.each.h.forEach @ VM1358:5
l @ cache.js:93
init @ cache.js:135
init @ app.js:304
(anonymous) @ (index):64

Thanks,

Parents
  • I always used XAMPP without issues. Currently it's with php 7.3.20.for version 9 and 10 of SugarCRM.

    With the new utf8mb4 character set support the MariaDB which is delivered with XAMMP must be replaced by the original mysql package. Here I have mysql 5.7.28 32 bit (!) running. The 64 bit version throws some errors, why ever.

    Harald Kuske
    Principal Solution Architect – Professional Services, EMEA
    hkuske@sugarcrm.com
    SugarCRM Deutschland GmbH

Reply
  • I always used XAMPP without issues. Currently it's with php 7.3.20.for version 9 and 10 of SugarCRM.

    With the new utf8mb4 character set support the MariaDB which is delivered with XAMMP must be replaced by the original mysql package. Here I have mysql 5.7.28 32 bit (!) running. The 64 bit version throws some errors, why ever.

    Harald Kuske
    Principal Solution Architect – Professional Services, EMEA
    hkuske@sugarcrm.com
    SugarCRM Deutschland GmbH

Children