Page 1 of 2 12 LastLast
Results 1 to 10 of 13

Thread: Module loader and upgrade wizard blank

  1. #1
    jason99 is offline Sugar Community Member
    Join Date
    Mar 2011
    Posts
    20

    Default Module loader and upgrade wizard blank

    We recently upgraded to 6.4.0-rc2, and now our module loader and upgrade wizard are returning blank screens. (Actually the upgrade wizard showed its first two screens once, but then went blank.)

    Here's what we did. We started out on 6.1 and made the incremental upgrade (to 6.2 I think). At that point we used the module loader to try and install a theme that is not supposed to be compatible with 6.2 by changing its manifest (stupid, I know). This appeared to install, but the theme didn't show up in the list of available themes. We went on and installed 6.4.0-rc2, without checking to see whether the module loader was still working - but since the upgrade wizard was still obviously working, it would seem likely that the module loader was working as well. The upgrade was successful. Now, as mentioned, the module loader and the upgrade wizard show blank screens. sugarcrm.log shows no errors from the times when these screens are loaded.

    At this point we're kinda stuck here. Any help would be greatly appreciated.

  2. #2
    sts's Avatar
    sts
    sts is offline Sugar Community Member
    Join Date
    Aug 2010
    Posts
    978

    Default Re: Module loader and upgrade wizard blank

    You could have a look at the logs from your web server (apache?) and php. Blank screens usually occur if there are errors in a php file and the logs could help to locate them.
    Stefan Ulrich Sauer
    System Analyst

    Devoteam Danet GmbH
    Gutenbergstraße 10
    D-64331 Weiterstadt
    Germany
    email: Stefan-Ulrich.Sauer@devoteam.com
    http://www.devoteam.de

  3. #3
    jason99 is offline Sugar Community Member
    Join Date
    Mar 2011
    Posts
    20

    Default Re: Module loader and upgrade wizard blank

    Quote Originally Posted by sts View Post
    You could have a look at the logs from your web server (apache?) and php. Blank screens usually occur if there are errors in a php file and the logs could help to locate them.
    Thanks - I shoulda thunk of that myself

    PHP isn't logging any errors, but here's what Apache runs into when the page loads:

    Code:
    [Fri Jan 27 17:59:14 2012] [error] [client 192.168.2.249] File does not exist: /var/www/sugar/include/javascript/yui/build/layout/blank, referer: http://apps/sugar/index.php?module=ModuleBuilder&action=index&type=mb
    [Fri Jan 27 17:59:14 2012] [error] [client 192.168.2.249] File does not exist: /var/www/sugar/include/javascript/yui/build/resize/blank, referer: http://apps/sugar/index.php?module=ModuleBuilder&action=index&type=mb
    [Fri Jan 27 17:59:15 2012] [error] [client 192.168.2.249] File does not exist: /var/www/sugar/include/javascript/yui/build/calendar/blank, referer: http://apps/sugar/index.php?module=ModuleBuilder&action=index&type=mb
    [Fri Jan 27 17:59:15 2012] [error] [client 192.168.2.249] File does not exist: /var/www/sugar/include/javascript/yui/build/treeview/blank, referer: http://apps/sugar/index.php?module=ModuleBuilder&action=index&type=mb
    [Fri Jan 27 17:59:15 2012] [error] [client 192.168.2.249] File does not exist: /var/www/sugar/include/javascript/yui/build/tabview/blank, referer: http://apps/sugar/index.php?module=ModuleBuilder&action=index&type=mb
    [Fri Jan 27 17:59:15 2012] [error] [client 192.168.2.249] File does not exist: /var/www/sugar/include/javascript/yui/build/datatable/blank, referer: http://apps/sugar/index.php?module=ModuleBuilder&action=index&type=mb
    [Fri Jan 27 17:59:15 2012] [error] [client 192.168.2.249] File does not exist: /var/www/sugar/include/javascript/yui/build/paginator/blank, referer: http://apps/sugar/index.php?module=ModuleBuilder&action=index&type=mb
    [Fri Jan 27 17:59:15 2012] [error] [client 192.168.2.249] File does not exist: /var/www/sugar/cache/themes/Sugar5/css/layout_sprite.png, referer: http://apps/sugar/index.php?module=ModuleBuilder&action=index&type=mb

  4. #4
    sts's Avatar
    sts
    sts is offline Sugar Community Member
    Join Date
    Aug 2010
    Posts
    978

    Default Re: Module loader and upgrade wizard blank

    You could try the following:

    Do a fresh installation of 6.4.0-rc2, but don't overwrite your existing installation. Then you could have a look into the new installation if there are some differences in the directories mentioned in the error messages. If there are some create a zip file from your complete original Sugar installation (just to have a fallback if needed). Then you could copy files from the new installation into your old system and test if this solves your problems (and to make sure that it does not create new problems). If you don't want to do this on your old installation directly you could create a clone first and do the changes on the clone.
    Stefan Ulrich Sauer
    System Analyst

    Devoteam Danet GmbH
    Gutenbergstraße 10
    D-64331 Weiterstadt
    Germany
    email: Stefan-Ulrich.Sauer@devoteam.com
    http://www.devoteam.de

  5. #5
    jason99 is offline Sugar Community Member
    Join Date
    Mar 2011
    Posts
    20

    Default Re: Module loader and upgrade wizard blank

    Thanks for the suggestion. Correct me if I'm wrong, but it seems to me that I could just as well do the comparison between the contents of the full-install 6.4.0-rc2 zip file and the installed version, as between a fresh-loaded version and the current one. I have done this comparison - with the zip file - and the files mentioned are absent in both places.

    These look to me like AJAX related files. If so, is it possible that AJAX could be disabled for the admin area and that might fix the problem?

  6. #6
    roblaus's Avatar
    roblaus is offline Sugar Community Member
    Join Date
    Dec 2006
    Location
    Vienna / Austria
    Posts
    2,850

    Default Re: Module loader and upgrade wizard blank

    Could you ever solve this issue? It's random and seems to happen under certain (yet unknown) server conditions. Zend may be one of them. Missing files isn't the problem...
    __________________________
    Robert Laussegger
    http://www.iscongroup.net

    Bei Fragen: support@iscon.at
    Die deutschen Sprachdateien für SugarCRM und das deutsche Handbuch gibt es hier: http://goo.gl/kPsAz
    Ab sofort auch mit 6.4.2

  7. #7
    jason99 is offline Sugar Community Member
    Join Date
    Mar 2011
    Posts
    20

    Default Re: Module loader and upgrade wizard blank

    Quote Originally Posted by roblaus View Post
    Could you ever solve this issue? It's random and seems to happen under certain (yet unknown) server conditions. Zend may be one of them. Missing files isn't the problem...
    I haven't worked on it anymore since my last post, mainly because I have no idea what to try. I would be happy to provide any server information needed to help solve this. Would my complete phpinfo help?

    In what connection do you suspect Zend of being connected? Installed/not installed, upgraded/not upgraded?

  8. #8
    roblaus's Avatar
    roblaus is offline Sugar Community Member
    Join Date
    Dec 2006
    Location
    Vienna / Austria
    Posts
    2,850

    Default Re: Module loader and upgrade wizard blank

    It seems as if the module loader does everything correctly (uploads) but then has problems to copy something somewhere (you can rename /upload/upgrade - new place in 64) and everything is back to normal. You upload again, directories are created but there it stops without any error. On my server and most of my customers it seems ok, on some not.
    I can rule out mySQL, no idea about php or some missing pieces maybe. Permissions I checked as well. Re. zend: This was mentioned somewhere that tokenizer.php may be needed but my server ticks away happily without it.
    Only common thing so far: it happens twice on a Debian Squeeze, never on my standard Ubuntu 10.04LTS implementations (quite a few actually).
    Send your phpinfo please but PM or email me, it's safer.

    rgds
    rl
    __________________________
    Robert Laussegger
    http://www.iscongroup.net

    Bei Fragen: support@iscon.at
    Die deutschen Sprachdateien für SugarCRM und das deutsche Handbuch gibt es hier: http://goo.gl/kPsAz
    Ab sofort auch mit 6.4.2

  9. #9
    jason99 is offline Sugar Community Member
    Join Date
    Mar 2011
    Posts
    20

    Default Re: Module loader and upgrade wizard blank

    I have emailed you my phpinfo, although this is a LAN server so I'm not too worried about safety in that regard. Just so happens, by the way, that I'm on Debian Squeeze. I suppose I could try generating an Ubuntu instance - or an earlier version of Debian, with the same Sugar files - and see what happens?

  10. #10
    roblaus's Avatar
    roblaus is offline Sugar Community Member
    Join Date
    Dec 2006
    Location
    Vienna / Austria
    Posts
    2,850

    Default Re: Module loader and upgrade wizard blank

    I found it - it's Squeeze which currently comes with php 5.3.7 and this doesn't work. I downgraded to 5.2 by using the Lenny sources and all is fine now...
    __________________________
    Robert Laussegger
    http://www.iscongroup.net

    Bei Fragen: support@iscon.at
    Die deutschen Sprachdateien für SugarCRM und das deutsche Handbuch gibt es hier: http://goo.gl/kPsAz
    Ab sofort auch mit 6.4.2

Page 1 of 2 12 LastLast

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Replies: 18
    Last Post: 2008-11-19, 07:45 PM
  2. Upgrade Wizard/Module Loader Blank Page
    By SVydelingum in forum Installation and Upgrade Help
    Replies: 2
    Last Post: 2008-04-30, 04:41 PM
  3. Replies: 0
    Last Post: 2008-04-22, 09:15 PM
  4. Upgrade wizard/Module loader display blank pages.
    By L/ORob in forum Installation and Upgrade Help
    Replies: 16
    Last Post: 2007-03-21, 12:04 PM
  5. Replies: 3
    Last Post: 2005-12-14, 03:08 PM

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
  •