Results 1 to 5 of 5

Thread: Reports page blank

  1. #1
    stevesheeley is offline Junior Member
    Join Date
    Jul 2006
    Posts
    4

    Exclamation Reports page blank

    Last week, everything's fine. Today, the reports page is blank when you click on the reports tab. We've changed nothing with the exception of adding in the ZuckerFeeds module.

    We are running v4.5.0h, php5, MySQL 4.x, Debian Sarge and apache 2.x

    This is a major problem as my entire sales department is at my door screaming for thier reports.

    Does anyone have any ideas?

  2. #2
    stevesheeley is offline Junior Member
    Join Date
    Jul 2006
    Posts
    4

    Default Re: Reports page blank

    Further info on this problem:

    The Dashboard is doing the same thing, it is also blank.

    Looking at the source of the page when clicking on either Dashboard or Reports equal;s this:

    Code:
    	<script language="Javascript">
    	if (!Get_Cookie('showLeftCol')) {
    		Set_Cookie('showLeftCol','true',30,'/','','');
    	}
    	var show = Get_Cookie('showLeftCol');
    
    	if (show == 'true') {
    		this.document.getElementById('leftCol').style.display='inline';
    		document['HideHandle'].src = 'themes/VintageSugar/images/hide.gif';
    	} else {
    		this.document.getElementById('leftCol').style.display='none';
    		document['HideHandle'].src = 'themes/VintageSugar/images/show.gif';	
    		
    	}
    	</script>
    	
    	
    	<img src="themes/VintageSugar/images/blank.gif" alt="" width="160" height="1" border="0"></td></tr></table></div></td>
    
        <td style="padding-right: 10px; vertical-align: top; width: 100%;">
    
    <!-- crmprint -->
    The page just ends there. Nothing else is displayed.

    Any and all help is appreciated

  3. #3
    stevesheeley is offline Junior Member
    Join Date
    Jul 2006
    Posts
    4

    Default Re: Reports page blank

    More information.

    From the apache2 error.log file when clicking on the Reports tab:

    Code:
    [Mon Feb 05 11:45:18 2007] [error] [client 172.22.87.60] PHP Fatal error:  require_once() [<a href='function.require'>function.require</a>]: Failed opening required '' (include_path='.:/usr/share/php') in /var/www/mits_crm/modules/Reports/config.php on line 101, referer: http://nivmizzat.miti/mits_crm/index.php?module=Home&action=index

    The same thing is displayed when clicking on the Dashboard Tab.

  4. #4
    clint's Avatar
    clint is offline Sugar Team Member | Forums Lead Moderator
    Join Date
    Aug 2004
    Location
    Silicon Valley
    Posts
    2,120

    Default Re: Reports page blank

    Have you tried removing the ZuckerFeeds module? I also suggest contacting the Sugar Support team and submitting an urgent case.

    Clint
    Sugar Developer Zone - developer resources | Sugar University - user and admin training
    Sugar Docs - user and admin documentation |
    Sugar Bug Tracker - Enter or view bugs
    SugarForge- open source modules, themes, lang packs | SugarExchange - commercial extensions

    Clint Oram
    Chief Technology Officer and Co-founder
    SugarCRM

  5. #5
    stevesheeley is offline Junior Member
    Join Date
    Jul 2006
    Posts
    4

    Default Re: Reports page blank

    I can not remove the module, it will not let me uninstall it and I've submitted a case concerning this as a P2.

    Thanks for responding.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Blank Home Page and Calendar Page
    By mjag39 in forum Help
    Replies: 0
    Last Post: 2007-01-16, 02:41 AM
  2. Blank page after calender entry
    By roblaus in forum Help
    Replies: 4
    Last Post: 2007-01-15, 06:53 AM
  3. Blank page after login
    By xavier.chatard in forum Installation and Upgrade Help
    Replies: 5
    Last Post: 2006-12-19, 04:17 PM
  4. Home Page is Blank
    By WebSlinger in forum Installation and Upgrade Help
    Replies: 0
    Last Post: 2006-12-04, 04:12 PM
  5. Blank page when editing archived emails
    By 3v3ntiq in forum Help
    Replies: 1
    Last Post: 2005-04-22, 09:33 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
  •