Results 1 to 4 of 4

Thread: Fresh installation -> dashboard not working

  1. #1
    Defkon1 is offline Junior Member
    Join Date
    Feb 2010
    Posts
    4

    Question Fresh installation -> dashboard not working

    Hi all!

    i made a fresh installation (6.3b CE) and all went ok, but when i try to customize the dashboard (adding, removing o moving a dashlet) nothing works and i got the following error in the js console:

    Code:
    [13:31:51.551] SUGAR.mySugar is undefined @ http://crm.mysite.it/index.php?module=Home&action=index:1
    it seems like not all js are correctly loaded, but i can't find a solution... how to solve?

    thanks in advance

  2. #2
    Blake Peterson is offline Sugar Community Member
    Join Date
    Aug 2011
    Posts
    32

    Default Re: Fresh installation -> dashboard not working

    Have you checked file permissions ? Could it be something to do with that?

    Or try and use firebug to see if all the JS files are loading.

    Blake

  3. #3
    Defkon1 is offline Junior Member
    Join Date
    Feb 2010
    Posts
    4

    Default Re: Fresh installation -> dashboard not working

    /cache/ (and subdirs) 777
    /custom 777
    /modules 777
    /config.php 777

    i'm forgotting something?

    now i'm trying to reupload the package... (maybe something corrupted?)

  4. #4
    Defkon1 is offline Junior Member
    Join Date
    Feb 2010
    Posts
    4

    Question Re: Fresh installation -> dashboard not working

    all files are ok, same for the permissions...

    i think that the problem is an error in js console (last row)::

    Code:
    syntax error (index.php:446)
    	
    		for(i in dashletIds) {
    			SUGAR.mySugar.homepage_dd[j] = new ygDDList('dashlet_' + dashletIds[i]);
    			SUGAR.mySugar.homepage_dd[j].setHandleElId('dashlet_header_' + dashletIds[i]);
    			SUGAR.mySugar.homepage_dd[j].onMouseDown = SUGAR.mySugar.onDrag;
    			SUGAR.mySugar.homepage_dd[j].afterEndDrag = SUGAR.mySugar.onDrop;
    			j++;
    		}
    		for(var wp = 0; wp <= ; wp++) {
    it seems like the following row of MySugar.tpl is not correctly parsed:

    Code:
                    for(var wp = 0; wp <= {/literal}{$hiddenCounter}{literal}; wp++) {
    how to fix this?

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. display problem after a fresh installation
    By rymfiltre in forum Installation and Upgrade Help
    Replies: 2
    Last Post: 2010-07-06, 10:33 AM
  2. Replies: 0
    Last Post: 2010-05-13, 06:40 PM
  3. Replies: 1
    Last Post: 2010-01-19, 05:09 AM
  4. Fresh installation problems
    By t0p0m0rt0 in forum Help
    Replies: 1
    Last Post: 2006-05-01, 09:54 PM
  5. How to put old 2.51 data on a fresh 3.0c installation?
    By kilian in forum General Discussion
    Replies: 2
    Last Post: 2005-06-16, 08:24 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •