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

    Verify you have the .htaccess file on your root folder if not then copy it from the instance where you have actual setup

    if you have the .htaccess file open it and verify the folder name in <IfModule mod_rewrite.c> section RewriteBase /<<your folder name>>

    At many times chrome browser cache act wired so please try to open it chrome incognito mode and check it

    let me know if it work or not

  • Hi Shrikant,

    Thanks for the help.

    It appeared to be a chrome issue (v7.9.xx) and was fixed right after the update. 

Reply Children
No Data