Author Topic: Error upon Add a Custom Report  (Read 3523 times)

Pet

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 638
  • Always mining for solutions!
    • View Profile
    • The Bet!
Error upon Add a Custom Report
« on: April 23, 2009, 02:16:06 am »
When I click "Add a Custom Report" in Reporting, Tasks, I get this:

Code: [Select]
Error: could not complete the operation due to error 80020101
It appears I can still continue however with the custom report creation... Oh no I guess not.  When I enter the report title, description and object type (task), it gives me:

Code: [Select]
Error: could not complete the operation due to error 80020101
again.

Log shows this:

Code: [Select]
Session "default" started at 2009-04-23T05:19:26+0000
#1 ERROR: Error: Undefined variable: columns in
        'D:\Domains\mydomain.com\wwwroot\opengoo-1.4beta\application\views\reporting\add_custom_report.php'
        on line 415 (error code: 8)
#2 ERROR: Error: implode() [<a href='function.implode'>function.implode</a>]: Invalid arguments passed in
        'D:\Domains\mydomain.com\wwwroot\opengoo-1.4beta\application\views\reporting\add_custom_report.php'
         on line 415 (error code: 2)
Time since start: 0.24057912826538 seconds
-------------------------------------------------------------------------------

cheers
« Last Edit: April 24, 2009, 02:46:08 pm by ignacio »
Support OpenGoo - Sponsor a Feature! | Follow me on Twitter | OG Support Chat | Did you turn debugging on?

ThorstenW

  • Freshman
  • *
  • Posts: 34
    • View Profile
Re: Error upon Add a Custom Report
« Reply #1 on: April 26, 2009, 06:40:14 pm »
I just got two different error reports while trying to add a custom report.

Code: [Select]
Session "default" started at 2009-04-26T21:14:42+0000
#1 ERROR: Error: Undefined variable: columns in
       '...\reporting\add_custom_report.php' on line 415 (error code: 8)
#2 ERROR: Error: implode() [<a href='function.implode'>function.implode</a>]:
       Invalid arguments passed in '..\reporting\add_custom_report.php' on line 415 (error code: 2)
Time since start: 0.169736146927 seconds
-------------------------------------------------------------------------------

Session "default" started at 2009-04-26T21:14:42+0000
#1 ERROR: Error: sort() expects parameter 1 to be array, null given in
       '...\controllers\AccessController.class.php' on line 496 (error code: 2)
#2 ERROR: Error: Invalid argument supplied for foreach() in
       '...\controllers\AccessController.class.php' on line 497 (error code: 2)
Time since start: 0.120217084885 seconds
-------------------------------------------------------------------------------

Interesting part:
This only happens with Opera (9.64)
Using Firefox everything works fine. Thus I haven't noticed anything wrong before.
« Last Edit: April 26, 2009, 06:45:30 pm by ThorstenW »

alvarotm01

  • Administrator
  • Sr. Member
  • *****
  • Posts: 335
    • View Profile
    • Email
Re: Error upon Add a Custom Report
« Reply #2 on: April 28, 2009, 06:54:41 pm »
Hi,

this is fixed for next release.

thanks for reporting!!