Author Topic: Cannot End Work  (Read 7905 times)

rx2

  • Newbie
  • *
  • Posts: 10
    • View Profile
Cannot End Work
« on: March 20, 2009, 11:15:54 am »
I can press the Start Work button for a task and the time get's going. I cannot, however, end work. I press the button and I get a blank area where the task was with the "Back" button at the top. I return to the task and the timer is still running.

tamalita

  • Jr. Member
  • **
  • Posts: 70
    • View Profile
    • Enchanted Graphics
    • Email
Re: Cannot End Work
« Reply #1 on: March 20, 2009, 02:23:54 pm »
I am having the same problem, except that I get a MySQL error when trying to end work
Tamalita
Enchanted Graphics
Feng Office 1.7.3.1
Linux/PHP 5.2.14/MySQL 5.0.91

jtgrassie

  • Newbie
  • *
  • Posts: 3
    • View Profile
Re: Cannot End Work
« Reply #2 on: March 20, 2009, 02:49:47 pm »
Me too!

Any news on possible fixes?

goop

  • Newbie
  • *
  • Posts: 4
    • View Profile
Re: Cannot End Work
« Reply #3 on: March 20, 2009, 03:49:25 pm »
Add me to the list, I'm having the same problem  ???

goop

  • Newbie
  • *
  • Posts: 4
    • View Profile
Re: Cannot End Work
« Reply #4 on: March 20, 2009, 03:50:40 pm »
BTW, I get a Error 500: Internal Server Error
I just upgraded automatically to 1.3 final.

Jim Rising

  • Newbie
  • *
  • Posts: 42
    • View Profile
Re: Cannot End Work
« Reply #5 on: March 23, 2009, 06:57:19 pm »
l'm having the same issue... just started happening. i am pretty sure it is related to a recent PHP 5.6.9 upgrade my web host did...

Jim Rising

  • Newbie
  • *
  • Posts: 42
    • View Profile
Re: Cannot End Work
« Reply #6 on: March 23, 2009, 07:10:33 pm »
here's my error_log:

[23-Mar-2009 11:48:35] PHP Warning:  Missing argument 3 for strpos_utf(), called in /home/jimrisin/public_html/redpepperstudios/goo/application/models/searchable_objects/SearchableObjects.class.php on line 107 and defined in /home/jimrisin/public_html/redpepperstudios/goo/environment/functions/utf.php on line 47
[23-Mar-2009 15:33:31] PHP Fatal error:  Uncaught exception 'InvalidParamError' with message 'There is no session matching this name (null for default session): NULL' in /home/jimrisin/public_html/redpepperstudios/goo/environment/classes/logger/Logger.class.php:83
Stack trace:
#0 /home/jimrisin/public_html/redpepperstudios/goo/init.php(153): Logger::log(Object(DBQueryError), 4)
#1 /home/jimrisin/public_html/redpepperstudios/goo/index.php(9): require('/home/jimrisin/...')
#2 {main}
  thrown in /home/jimrisin/public_html/redpepperstudios/goo/environment/classes/logger/Logger.class.php on line 83
[23-Mar-2009 15:34:26] PHP Fatal error:  Uncaught exception 'InvalidParamError' with message 'There is no session matching this name (null for default session): NULL' in /home/jimrisin/public_html/redpepperstudios/goo/environment/classes/logger/Logger.class.php:83
Stack trace:
#0 /home/jimrisin/public_html/redpepperstudios/goo/init.php(153): Logger::log(Object(DBQueryError), 4)
#1 /home/jimrisin/public_html/redpepperstudios/goo/index.php(9): require('/home/jimrisin/...')
#2 {main}
  thrown in /home/jimrisin/public_html/redpepperstudios/goo/environment/classes/logger/Logger.class.php on line 83

rx2

  • Newbie
  • *
  • Posts: 10
    • View Profile
Re: Cannot End Work
« Reply #7 on: March 24, 2009, 10:20:59 am »
l'm having the same issue... just started happening. i am pretty sure it is related to a recent PHP 5.6.9 upgrade my web host did...

My host hasn't upgraded their version of PHP. We are on 5.2.6, as we are with OpenGoo 1.2 and this function still works in versions of OpenGoo earlier than 1.3 on our server.

Jim Rising

  • Newbie
  • *
  • Posts: 42
    • View Profile
Re: Cannot End Work
« Reply #8 on: March 24, 2009, 10:36:21 am »
gotcha.

kstudio

  • Newbie
  • *
  • Posts: 3
    • View Profile
Re: Cannot End Work
« Reply #9 on: March 24, 2009, 10:45:48 am »
Same problem here !  ???

kstudio

  • Newbie
  • *
  • Posts: 3
    • View Profile
Re: Cannot End Work
« Reply #10 on: March 24, 2009, 10:52:33 am »
i fixed it by changing the file application/models/projects/Project.class.php at line 451 from :
Code: [Select]
'project_id = ? AND billing_id = ',to :
Code: [Select]
'project_id = ? AND billing_id = ?',
just added a ? at the end of the line.

But there might be a better solution...

ignacio

  • Hero Member
  • *****
  • Posts: 1703
    • View Profile
Re: Cannot End Work
« Reply #11 on: March 24, 2009, 11:29:23 am »
That is the correct solution. Check this post:

http://forums.opengoo.org/index.php?topic=1269.msg4976#msg4976