Results 1 to 4 of 4

Thread: warning errors with process manager module, please help

  1. #1
    amymicheals is offline Sugar Community Member
    Join Date
    Jan 2007
    Posts
    15

    Smile warning errors with process manager module, please help

    I followed the directions to install the process manager module. The only thing left is to schedule the cron jobs.

    When I log into sugar I get there errors on the top of the page:

    €€€€
    Warning: Cannot modify header information - headers already sent by (output started at /var/www/sugar/include/language/en_us.lang.php:1) in /var/www/sugar/include/utils.php on line 2080

    Warning: Cannot modify header information - headers already sent by (output started at /var/www/sugar/include/language/en_us.lang.php:1) in /var/www/sugar/index.php on line 607

    Warning: Cannot modify header information - headers already sent by (output started at /var/www/sugar/include/language/en_us.lang.php:1) in /var/www/sugar/index.php on line 612

    Warning: Cannot modify header information - headers already sent by (output started at /var/www/sugar/include/language/en_us.lang.php:1) in /var/www/sugar/index.php on line 617

    Does anyone know what I need to change to stop these warning messages. The module seems to work fine.

    Also in the last step, to rebuild relationships, I also get an error:

    Warning: include_once(metadata/filesMetaData.php) [function.include-once]: failed to open stream: No such file or directory in /var/www/sugar/modules/TableDictionary.php on line 49

    Warning: include_once() [function.include]: Failed opening 'metadata/filesMetaData.php' for inclusion (include_path='.:/usr/share/php:/usr/share/pear') in /var/www/sugar/modules/TableDictionary.php on line 49

    The rest of the relationships have been rebuilt okay.

    Thanks for you help
    Amy Micheals



    OS Ubuntu 7.04
    Sugar 4.5.1e
    Apache 2
    PHP 5
    Mysql 5.

  2. #2
    sacramentojoe is offline Sugar Community Member
    Join Date
    Nov 2005
    Posts
    447

    Default Re: warning errors with process manager module, please help

    Well, the header errors are due to your php.ini.
    You need to take a look at the output_buffering parameter.

    As far as the other ones, check permissions on those files.

    You can turn off the error warnings in php.ini as well.

  3. #3
    amymicheals is offline Sugar Community Member
    Join Date
    Jan 2007
    Posts
    15

    Default Re: warning errors with process manager module, please help

    Quote Originally Posted by sacramentojoe
    Well, the header errors are due to your php.ini.
    You need to take a look at the output_buffering parameter.

    As far as the other ones, check permissions on those files.

    You can turn off the error warnings in php.ini as well.
    I fixed the output buffering in php and that took care of the warning. (for anyone else who has this problem you need to restart apache for the settings to take effect.)

    but i still get this error :

    Warning: include_once(metadata/filesMetaData.php) [function.include-once]: failed to open stream: No such file or directory in /var/www/sugar/modules/TableDictionary.php on line 49

    Warning: include_once() [function.include]: Failed opening 'metadata/filesMetaData.php' for inclusion (include_path='.:/usr/share/php:/usr/share/pear') in /var/www/sugar/modules/TableDictionary.php on line 49

    when I rebuild relationships. I shearced for the file in question -metadata/filesMetaData.php-- and it is not there.

    what should I do?

    thanks
    Amy

  4. #4
    VeonConsulting is offline Sugar Community Member
    Join Date
    Jul 2007
    Posts
    98

    Default Re: warning errors with process manager module, please help

    Hi

    do the following change in /modules/tabledictionary.php. This will take care of your problem.

    Before changing: include_once("metadata/filesMetaData.php");

    After changing: // include_once("metadata/filesMetaData.php");

    So basically we have just commented this line.

    This will definitely work.

    Team Veon
    Veon Consulting Pvt Ltd.
    Hyderabad, India.
    Phone - +91-40-66444272/73/74
    Veon Consulting Pvt Limited
    Skype - veon.consulting / prasad.veon

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Uninstalling a test module
    By ACMartin55 in forum Help
    Replies: 0
    Last Post: 2006-09-12, 08:13 PM
  2. Replies: 1
    Last Post: 2006-09-11, 03:38 PM
  3. Replies: 0
    Last Post: 2006-07-03, 09:54 AM
  4. Multiple errors
    By amoslmeditabcom693427 in forum Help
    Replies: 0
    Last Post: 2004-11-11, 05:02 PM
  5. Errors when importing
    By amoslmeditabcom693427 in forum Help
    Replies: 0
    Last Post: 2004-11-09, 05:14 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
  •