Back to the index page  
LiveChat! (0 online)   FAQ   Search   Memberlist   Usergroups   Register   Profile   Log in to check your private messages   Log in 
IE8, IE7 Error - Task funny message

 
Post new topic   Reply to topic    web2Project Forum Index » General Usage and Help View previous topic :: View next topic  
IE8, IE7 Error - Task funny message
 PostPosted: Thu Apr 01, 2010 7:33 pm Reply with quote  
Message
  bushidiowarrior
Faithfull Member

Joined: 08 Dec 2008
Posts: 86
Hello

I always seem to get this problem when using Internet Explorer 7. I am not sure if the problem is still the same on Internet Explorers 7 but I assume it is.

This only happens when I introduce a new task. The moment I click on a new task it displays this error. It is located on the bottom left hand corner of the IE window and shows a yellow exclamation mark.

Please can anyone provide any insight into this. I do not have this problem with Google chrome.

Thank you

Code:
Webpage error details

User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.2; Tablet PC 2.0)
Timestamp: Thu, 1 Apr 2010 19:30:42 UTC


Message: 'null' is null or not an object
Line: 46
Char: 2
Code: 0
URI: http://xxx.com/index.php?m=tasks&a=addedit&task_project=11


Message: 'null' is null or not an object
Line: 46
Char: 2
Code: 0
URI: http://xxx.com/index.php?m=tasks&a=addedit&task_project=11


Message: 'null' is null or not an object
Line: 46
Char: 2
Code: 0
URI: http://xxx.com/index.php?m=tasks&a=addedit&task_project=11


Message: 'null' is null or not an object
Line: 46
Char: 2
Code: 0
URI: http://xxx.com/index.php?m=tasks&a=addedit&task_project=11

[/quote]
_________________
Watch the blade


Last edited by bushidiowarrior on Sat Apr 03, 2010 10:28 am; edited 1 time in total
View user's profile Send private message
Any idea
 PostPosted: Sat Apr 03, 2010 10:28 am Reply with quote  
Message
  bushidiowarrior
Faithfull Member

Joined: 08 Dec 2008
Posts: 86
Does any on have any idea
_________________
Watch the blade
View user's profile Send private message
Re: IE8, IE7 Error - Task funny message
 PostPosted: Sat Apr 03, 2010 5:49 pm Reply with quote  
Message
  figgles
Evangelist Member

Joined: 30 Sep 2009
Posts: 163
You didn't tell us which version your running for w2p, mysql, php, lamp.

I'm guessing this is javascript-related, btw.

I don't see it on my 1.2.2 version; I'm upgrading Monday.

Update: I've replicated your reported error in v.1.2.2, now checking if the file is in the distro...

_________________
W2P: 2.0, PHP ver: 5.2.9 | DB: mysql 4.1.22 | Apache/2.0.46 (Red Hat) | PHP Max. Execution Time: 30 seconds | Memory Limit: 128 Mb


Last edited by figgles on Sat Apr 03, 2010 8:10 pm; edited 1 time in total
View user's profile Send private message
Re: IE8, IE7 Error - Task funny message
 PostPosted: Sat Apr 03, 2010 5:53 pm Reply with quote  
Message
  bushidiowarrior
Faithfull Member

Joined: 08 Dec 2008
Posts: 86
figgles wrote:
You didn't tell us which version your running for w2p, mysql, php, lamp.

I'm guessing this is javascript-related, btw.

I don't see it on my 1.2.2 version; I'm upgrading Monday.


Sorry.

Here we go:

PHP Version 5.2.11
Web2project 1.3
MYSQL.. Not sure

I had the same this in 1.2.2

Thank you.

_________________
Watch the blade
View user's profile Send private message
Re: IE8, IE7 Error - Task funny message
 PostPosted: Sat Apr 03, 2010 6:50 pm Reply with quote  
Message
  figgles
Evangelist Member

Joined: 30 Sep 2009
Posts: 163
No apologies necessary, it just helps when troubleshooting.

On FF, line #46 refers, which, apparently is where the errant call is being made, is a img = document.getElementById('righttab_' + i);

suggests that it's trying to load an element that isn't there?

For kicks, I switched to IE7, tabbed mode (I normally use flat panels) and I still can't replicate the error.

Do you use Firefox with Firebug? I'd be curious if that trips up. Even if FF runs without error, Firebug is good about catching problems.

_________________
W2P: 2.0, PHP ver: 5.2.9 | DB: mysql 4.1.22 | Apache/2.0.46 (Red Hat) | PHP Max. Execution Time: 30 seconds | Memory Limit: 128 Mb
View user's profile Send private message
Ok
 PostPosted: Sat Apr 03, 2010 7:06 pm Reply with quote  
Message
  bushidiowarrior
Faithfull Member

Joined: 08 Dec 2008
Posts: 86
I have done what you said. Ran fire bug and this is what comes up

img is null
http://xxx/index.php?m=tasks&a=addedit&task_project=20
Line 46

Please have a look at the attached file



Untitled.jpg
 Description:

Download
 Filename:  Untitled.jpg
 Filesize:  92.99 KB
 Downloaded:  77 Time(s)


_________________
Watch the blade
View user's profile Send private message
 PostPosted: Sat Apr 03, 2010 7:23 pm Reply with quote  
Message
  bushidiowarrior
Faithfull Member

Joined: 08 Dec 2008
Posts: 86
OK..

I am using a diffrent template. wps-redmond

Quote:

unction gt_show_tab(i) {
var tab = document.getElementById('tab_' + i);
tab.style.display = 'block';
tab = document.getElementById('toptab_' + i);
tab.className = 'tabon';
var img = document.getElementById('lefttab_' + i);
img.src = './style/web2project/bar_top_Selectedleft.gif';
img = document.getElementById('righttab_' + i);
img.src = './style/web2project/bar_top_Selectedright.gif';


The above is the erros that show up... img.src = './style/web2project/bar_top_Selectedleft.gif';

_________________
Watch the blade
View user's profile Send private message
 PostPosted: Sat Apr 03, 2010 7:43 pm Reply with quote  
Message
  bushidiowarrior
Faithfull Member

Joined: 08 Dec 2008
Posts: 86
I have sed the normall template web2project

However if I use wps-redmond then I get erros. any advice please.

Thank you

_________________
Watch the blade
View user's profile Send private message
 PostPosted: Sat Apr 03, 2010 8:04 pm Reply with quote  
Message
  figgles
Evangelist Member

Joined: 30 Sep 2009
Posts: 163
Is that file where it should be?
_________________
W2P: 2.0, PHP ver: 5.2.9 | DB: mysql 4.1.22 | Apache/2.0.46 (Red Hat) | PHP Max. Execution Time: 30 seconds | Memory Limit: 128 Mb
View user's profile Send private message
 PostPosted: Sat Apr 03, 2010 8:06 pm Reply with quote  
Message
  bushidiowarrior
Faithfull Member

Joined: 08 Dec 2008
Posts: 86
They do not exsist in the wps-redmond.. I have copied them over from web2project template and still the same.????
_________________
Watch the blade
View user's profile Send private message
 PostPosted: Sat Apr 03, 2010 8:11 pm Reply with quote  
Message
  figgles
Evangelist Member

Joined: 30 Sep 2009
Posts: 163
bushidiowarrior wrote:
They do not exsist in the wps-redmond.. I have copied them over from web2project template and still the same.????
I've just confirmed the error on my 1.2.2 environment.
_________________
W2P: 2.0, PHP ver: 5.2.9 | DB: mysql 4.1.22 | Apache/2.0.46 (Red Hat) | PHP Max. Execution Time: 30 seconds | Memory Limit: 128 Mb
View user's profile Send private message
 PostPosted: Sat Apr 03, 2010 8:13 pm Reply with quote  
Message
  bushidiowarrior
Faithfull Member

Joined: 08 Dec 2008
Posts: 86
Okay.. So I am not going nutts.. LOLOLOL

Right.. good work...

Now.. what is the solution

Thank you, so far so good.

Finding the problem is 90% of the work !!!

_________________
Watch the blade
View user's profile Send private message
 PostPosted: Sat Apr 03, 2010 8:31 pm Reply with quote  
Message
  figgles
Evangelist Member

Joined: 30 Sep 2009
Posts: 163
bushidiowarrior wrote:
Okay.. So I am not going nutts.. LOLOLOL

Right.. good work...

Now.. what is the solution

Thank you, so far so good.

Finding the problem is 90% of the work !!!

Solution is not use Redmond until this is fixed.

What I don't get is the call to modify an object whose ID is "lefttab_" but there's none such in the code (and hence the error. It appears that every theme but redmond uses an ID of this name. I'll have to dig deeper later, I've got weeds to pull out of my front yard right now, AND manage a slip-and-slide...

Best wishes!

_________________
W2P: 2.0, PHP ver: 5.2.9 | DB: mysql 4.1.22 | Apache/2.0.46 (Red Hat) | PHP Max. Execution Time: 30 seconds | Memory Limit: 128 Mb
View user's profile Send private message
 PostPosted: Sat Apr 03, 2010 8:32 pm Reply with quote  
Message
  figgles
Evangelist Member

Joined: 30 Sep 2009
Posts: 163
bushidiowarrior wrote:
Okay.. So I am not going nutts.. LOLOLOL

Right.. good work...

Now.. what is the solution

Thank you, so far so good.

Finding the problem is 90% of the work !!!

Solution is not use Redmond until this is fixed.

What I don't get is the call to modify an object whose ID is "lefttab_" but there's none such in the code (and hence the error. It appears that every theme but redmond uses an ID of this name. I'll have to dig deeper later, I've got weeds to pull out of my front yard right now, AND manage a slip-and-slide...

Best wishes!

_________________
W2P: 2.0, PHP ver: 5.2.9 | DB: mysql 4.1.22 | Apache/2.0.46 (Red Hat) | PHP Max. Execution Time: 30 seconds | Memory Limit: 128 Mb
View user's profile Send private message
 PostPosted: Sat Apr 03, 2010 8:33 pm Reply with quote  
Message
  bushidiowarrior
Faithfull Member

Joined: 08 Dec 2008
Posts: 86
Excellent.

Ok I will do that for the moment.

Any other information regarding that matter would be great. Smile

_________________
Watch the blade
View user's profile Send private message
 PostPosted: Sun Apr 04, 2010 5:23 am Reply with quote  
Message
  caseydk
Administrator

Joined: 07 Nov 2007
Posts: 1334
Location: Austin, TX
I just tracked this one down and applied some fixes. You should see the updates in SVN shortly.
_________________
D. Keith Casey, Jr.
Blog: http://CaseySoftware.com/blog
Company: http://BlueParabola.com/

Core web2project contributor
Maintainer: Microsoft Project Importer and TodoList Module
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger
 PostPosted: Sun Apr 04, 2010 10:54 am Reply with quote  
Message
  bushidiowarrior
Faithfull Member

Joined: 08 Dec 2008
Posts: 86
Hello

I know that this may sound stupid. SVN?. Is this s prerelease beofre an offical release

_________________
Watch the blade
View user's profile Send private message
 PostPosted: Mon Apr 05, 2010 4:43 am Reply with quote  
Message
  caseydk
Administrator

Joined: 07 Nov 2007
Posts: 1334
Location: Austin, TX
You'll be able to copy/paste the individual changes, but short of a major error with v1.3 we're not expecting another release before v2.0 in June.
_________________
D. Keith Casey, Jr.
Blog: http://CaseySoftware.com/blog
Company: http://BlueParabola.com/

Core web2project contributor
Maintainer: Microsoft Project Importer and TodoList Module
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger
 PostPosted: Mon Apr 05, 2010 8:45 am Reply with quote  
Message
  bushidiowarrior
Faithfull Member

Joined: 08 Dec 2008
Posts: 86
Ok. Please let me know then as I can test it out.

Thank you

_________________
Watch the blade
View user's profile Send private message
 PostPosted: Thu Apr 08, 2010 9:53 pm Reply with quote  
Message
  caseydk
Administrator

Joined: 07 Nov 2007
Posts: 1334
Location: Austin, TX
It's fixed in r996 and you want to download just that one file, you can grab it here - http://web2project.svn.sourceforge.net/viewvc/web2project/trunk/style/wps-redmond/overrides.php?revision=996
_________________
D. Keith Casey, Jr.
Blog: http://CaseySoftware.com/blog
Company: http://BlueParabola.com/

Core web2project contributor
Maintainer: Microsoft Project Importer and TodoList Module
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger
 PostPosted: Thu Apr 08, 2010 9:54 pm Reply with quote  
Message
  bushidiowarrior
Faithfull Member

Joined: 08 Dec 2008
Posts: 86
Ok.. But I have 1.3.. So I assume this was a new error just found recently???
_________________
Watch the blade
View user's profile Send private message
Post new topic   Reply to topic    web2Project Forum Index » General Usage and Help

Page 1 of 1
All times are GMT

Display posts from previous:

  

Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You can attach files in this forum
You can download files in this forum


Powered by phpBB © 2001, 2002 phpBB Group
Macinscott 2 by Scott Stubblefield

Get web2Project at SourceForge.net. Fast, secure and Free Open Source software downloads