Results 1 to 5 of 5

Thread: Strict Standards error with backup

  1. #1
    sons is offline Member
    Join Date
    Jan 2011
    Posts
    14

    Default Strict Standards error with backup

    Hi,

    I backed up my CRM and when i restored it there is only Strict Stantard errors and warnings:

    Strict Standards: Declaration of ACLAction::toArray() should be compatible with that of SugarBean::toArray() in /opt/lampp/htdocs/sonscrm/modules/ACLActions/ACLAction.php on line 513

    Strict Standards: Declaration of Currency::retrieve() should be compatible with that of SugarBean::retrieve() in /opt/lampp/htdocs/sonscrm/modules/Currencies/Currency.php on line 231

    Strict Standards: Declaration of SugarEmailAddress::save() should be compatible with that of SugarBean::save() in /opt/lampp/htdocs/sonscrm/include/SugarEmailAddress/SugarEmailAddress.php on line 874

    Strict Standards: Declaration of ACLRole::toArray() should be compatible with that of SugarBean::toArray() in /opt/lampp/htdocs/sonscrm/modules/ACLRoles/ACLRole.php on line 264
    . . .
    . . . . .
    . . . . . . etc

    Old database is backuped and imported in phpMyAdmin, Crm files are copied to same folder on new server.

    It is runing on localhost with Xampp 1.7.2. (I tried with 1.7.4 and have same errors so returned to 1.7.2 that was on old server because I was thinking that was problem with different versions of PHP)
    SugarCRM 5.1.0c version

  2. #2
    andopes's Avatar
    andopes is offline A Sugar Hero | Help Forum Moderator
    Join Date
    Jul 2006
    Location
    São Paulo - Brazil
    Posts
    8,335

    Default Re: Strict Standards error with backup

    These are "default" errors which don´t affect the system at all.
    You can, without big deal, suppress these errors on php.ini by updating the error_reporting to

    error_reporting = E_ALL

    Cheers
    André Lopes
    DevToolKit / Project of the Month - June 2009
    Lampada Global Services- Open Source Solutions
    Avenida Ipiranga, 318
    Bloco B - CJ 1602
    São Paulo, SP 01046-010
    Brazil
    Office: +55 11 3237-3110
    Mobile: +55 11 7636-5859
    e-mail: andre@lampadaglobal.com

    Lampada Global delivers offshore software development and support services to customers around the world.
    Lampada is proud to be a SugarCRM Gold Partner, revolutionizing Customer Relationship Management.

    I DO NOT answer questions through PM and Email. If you need some help post your question into SugarForum.

  3. #3
    sons is offline Member
    Join Date
    Jan 2011
    Posts
    14

    Default Re: Strict Standards error with backup

    THANKS!
    It is working but is still some Deprecated errors and Notices

    Deprecated: Function ereg() is deprecated in /opt/lampp/htdocs/xxxxx/include/TimeDate.php on line 308

    Notice: Undefined index: LBL_OPT_OUT_FLAG_PRIMARY in /opt/lampp/htdocs/xxx/include/MassUpdate.php on line 332

    Notice: Undefined index: LBL_MASSUPDATE_DATE in /opt/lampp/htdocs/sonscrm/xxxx/MassUpdate.php on line 840

  4. #4
    andopes's Avatar
    andopes is offline A Sugar Hero | Help Forum Moderator
    Join Date
    Jul 2006
    Location
    São Paulo - Brazil
    Posts
    8,335

    Default Re: Strict Standards error with backup

    Perhaps you may want to do that:

    error_reporting = E_ALL & ~E_NOTICE

    Cheers
    André Lopes
    DevToolKit / Project of the Month - June 2009
    Lampada Global Services- Open Source Solutions
    Avenida Ipiranga, 318
    Bloco B - CJ 1602
    São Paulo, SP 01046-010
    Brazil
    Office: +55 11 3237-3110
    Mobile: +55 11 7636-5859
    e-mail: andre@lampadaglobal.com

    Lampada Global delivers offshore software development and support services to customers around the world.
    Lampada is proud to be a SugarCRM Gold Partner, revolutionizing Customer Relationship Management.

    I DO NOT answer questions through PM and Email. If you need some help post your question into SugarForum.

  5. #5
    sons is offline Member
    Join Date
    Jan 2011
    Posts
    14

    Default Re: Strict Standards error with backup

    Thanks again!!!

    May You, please, see my new post. It is problem with notes

    http://www.sugarcrm.com/forums/showt...463#post243463
    Last edited by sons; 2011-02-25 at 07:24 AM.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. PHP Strict Standards error in 5.0.0f
    By wcwooldridge in forum Help
    Replies: 3
    Last Post: 2012-05-02, 04:58 AM
  2. PHP Strict Standards
    By bsmither in forum Installation and Upgrade Help
    Replies: 2
    Last Post: 2011-12-13, 03:41 AM
  3. Strict Standards Error on install
    By haarvik in forum Installation and Upgrade Help
    Replies: 5
    Last Post: 2011-06-14, 06:48 PM
  4. Replies: 0
    Last Post: 2008-02-06, 11:09 PM
  5. Web standards and Sugar
    By CharlieArmor in forum Site feedback
    Replies: 1
    Last Post: 2007-08-14, 03:35 PM

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
  •