PDA

View Full Version : Problems Editing Tasks


beach_defender
19-06-05, 09:26 PM
Hi, I've recently upgraded to 2.0.1 and must say that I like the way it looks a lot!

I ugraded the installation from 1.0.2 -> 2.0.1

I've run into an issue that has me stumped though.

I cant edit any details for tasks. The calendar js doesn't work, the save button is inactivitated.

I've tried with Firefox and IE6 but get no luck with eithe

When I select 'edit this task' IE give the following JS error

<error>
Line 616
Char 3
Error: 'subForm' is undefined
Code 0
URL http://[server]/dotproject/index.php?m=tas&a=added&task_id=28
</error>

After this the following actions are rendered inoperative

[ Select contacts ] - click on and nothing happens

[save] - ditto

The javascripts calendars for Start_date and Finish Date

Calculate Finish Date or Duration - as above, nada

Assign resources - no action

Task Dependencies

I'm going to try to add some new tasks and see if these issues are there for them.

Thanks
B





I noticed in IE I get a js error :-

beach_defender
19-06-05, 09:43 PM
an update on this, Looking at the page source I see the following

<script type="text/javascript" src="http://localhost/projects/js/base.js"></script>
<script type="text/javascript" src="http://localhost/projects/js/collapse.js"></script>
<script type="text/javascript" src="http://localhost/projects/modules/tasks/addedit.js"></script>
</head>

-- I imagine that that 'localhost' is an issue.

I'll see if I can track it down.

Thoughts welcomed....

beach_defender
19-06-05, 10:06 PM
Hold the phone!! Moron alert!!
I just checked out config.php and yes I had
$dPconfig['base_url'] = "http://localhost/projects";

ho-hum
Sorry

pedroa
19-06-05, 10:27 PM
lol

Pedro A.