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
  • Hi Mohammad,

    I've always used Xampp and it worked fine. I'm guessing the error could be related to cache, both in the browser and server.

    Can you try the following:

    1. Delete your cache and custom/application/Ext folder in your code. Recreate an empty cache folder.

    2. Which browser are you using? Delete your browser cache completely, or open an Incognito window and try accessing Sugar.

    If you're still having trouble, you can try the entire quick repair process from command line from our Community legend Jeff Bickart - https://gist.github.com/bickart/5468138 . This will create all the files that might be missing in your initial run. After running the repair, you should most certainly access sugar in your local machine.

  • Thanks, it was an issue with chrome version 79.xx. Updating the browser fixed it. 

Reply Children
No Data