Forum

Browser display iss...
 
Notifications
Clear all

Browser display issue ?

18 Posts
3 Users
0 Reactions
16.8 K Views
(@selina)
Posts: 16
Active Member
Topic starter
 
[#1447]

Hi,

I used your project'Or RIA for almost 2 years and the version I used is V1.5.5.
Since I did some code modifications and I also don't need new features from new versions, I don't upgrade the versions for a long time.
Now I have a display problem. I found that after I upgrade the browser ( firefox from v13 to v25, chrome to v30), I can't see the pages of the right side.
Tickets, Activities, real work allocation...etc. are all invisible. It's too terrible that I can't no longer do my task assignment again.
I checked with your new version of projeQtOr demo site, it displays w/o problem. I'd like to know what codes/files might needs to be updated.
I only want to resolve the display issue.
Please kindly help. Thanks in advance.


 
Posted : 07 Nov 2013 11H52
Klaus
(@climb4fun)
Posts: 449
Contributor
 

Hi Selina,

may, could you post a screenshot with the issue you mentioned?

Regards,

Klaus


 
Posted : 07 Nov 2013 14H49
(@babynus)
Posts: 14952
Member Admin
 

Hi Selina,

There were so many fixes since V1.5.5 that I cannot tell you which one will solve your issue.

The easyest way I can advise is :
- retrieve the standard V1.5.5
- compare it to your own version to get identify all the changes you made
- report your changed to V4.0.0
Eclipse with SVN plugin (or other SVN tool) can help you :
- retrieve the standard V1.5.5 from SVN repository, branch 1.5 : svn://svn.code.sf.net/p/projectorria/code/
- paste your own code over retrieved one
- create patch
- retrieve the last version (branch 4.0) : svn checkout svn://svn.code.sf.net/p/projectorria/code/ projectorria-code
- apply your patch to your version
You may have to fix some parts, but I think it will be the easyest to do.


 
Posted : 07 Nov 2013 22H21
(@selina)
Posts: 16
Active Member
Topic starter
 

Please check the attached screenshot.
Thanks.


 
Posted : 11 Nov 2013 9H24
(@selina)
Posts: 16
Active Member
Topic starter
 

Hi babynus,
Do you think it's related to css or dojo version?


 
Posted : 11 Nov 2013 9H30
(@selina)
Posts: 16
Active Member
Topic starter
 

it seems that file can't be attached.
But you can imagine that there's left hand side tool bars but with every click on the link (Action, Activity, Ticket..), right hand side appears nothing, a totally blank page.


 
Posted : 11 Nov 2013 9H32
(@babynus)
Posts: 14952
Member Admin
 

No attached file.


 
Posted : 11 Nov 2013 16H10
(@babynus)
Posts: 14952
Member Admin
 

Check for javascript errors in the console.


 
Posted : 11 Nov 2013 16H11
(@selina)
Posts: 16
Active Member
Topic starter
 

I tried to attach the jpeg fiel (137k) but no file is uploaded. It shows nothing, no error message.


 
Posted : 12 Nov 2013 4H00
(@selina)
Posts: 16
Active Member
Topic starter
 

I checked the java console with chrome browser. There's no errors for each option list (, printFrame, detailFrame, resultPost, about:blank) and except , printFrame, detailFrame, resultFrame have "(about:blank)" listed after the name.


 
Posted : 12 Nov 2013 4H07
(@babynus)
Posts: 14952
Member Admin
 

Maybe you can zip the file.


 
Posted : 12 Nov 2013 17H05
(@babynus)
Posts: 14952
Member Admin
 

With so few information, I'm afraid I cannot help much.

I strongly recommend migration to V4.0 (or at least V3.4.4)


 
Posted : 12 Nov 2013 17H06
(@selina)
Posts: 16
Active Member
Topic starter
 

Please check the link below:



 
Posted : 13 Nov 2013 3H24
(@babynus)
Posts: 14952
Member Admin
 

Hi,

I can only note the issue.
Whithout any error logged, it will be a mess to debug.

I tried standard V1.5.5 and could reproduce the issue.
I'm afraid Dojo version used on this version in not compatible with recent browsers.
That is why I always tried to include latest Dojo version in Project'Or RIA releases.

I also tried to include latest version of dojo in V1.5.5, but result is even worse.
I often had to update code to garanty the compatibility.

I advice you to consider migrating to ProjeQtOr V4.0 (or V3.4.4) and integrated your updates on this version.

Regards.
Babynus.


 
Posted : 13 Nov 2013 13H02
(@selina)
Posts: 16
Active Member
Topic starter
 

Hi,

I tried to follow your suggestion, but when I put V4.0 and open the first page. It appears nothing and apache log said:

PHP Fatal error: Class 'Parameter' not found in /home/selina/projectorria_v4.0/tool/config.php on line 302, referer: http://192.168.1.1/projeqtor/

my php version:
php -v
PHP 5.1.6 (cli) (built: Jun 27 2012 12:21:16)
Copyright (c) 1997-2006 The PHP Group
Zend Engine v2.1.0, Copyright (c) 1998-2006 Zend Technologies

What might be wrong with the installation?

Thanks.


 
Posted : 18 Nov 2013 10H19
(@babynus)
Posts: 14952
Member Admin
 

Hi,

PHP 5.2 or over is required.
(see techniqcal requirements in README file and Description / Techniqcal on this side).

What is strange is that you seem to face issue with spl_autoload_register function, which is valid since 5.1.2.
Lease try 5.2 (or over).

Regards.


 
Posted : 18 Nov 2013 13H13
(@selina)
Posts: 16
Active Member
Topic starter
 

Hi,

I upgrade the dojo/dojox/dijit to the version of projector v4.0.2 and modified login.php and main.php
and then I can see the right side of the page.
But in "Activities" page, when I want to add resource to the "Assignment" table, I got error in javascript console:
this.store.query is not a function" and the resource dialog can't pop up.

Do you know where and how to modify the codes?
Thanks for help.


 
Posted : 25 Nov 2013 7H28
(@babynus)
Posts: 14952
Member Admin
 

Hi,

I'm afraid it will be a mess to fix.
I did it long time ago, to adapt all stores to new Dojo format.

This can be found on Grid management, using stores,
and on all "refreshList" functions.

The easiest is to start from issue : you should have line of code where issue appears.
Then try to investigate on object in cause, with lot of console.log to trace what happens.
But it will be quite long and you'll not be sure to treat all possible issues.

I reiterate, once again my advise : try to migrate to latest community version and réintegrate your own changes.
I think it will be much more easy than trying to fix your own code frol old community version.
Best way :
- compare your existing code to standard version not updated (V1.5.5), and generate a SVN Patch.
- apply your patch to laster version (V4.0.3).


 
Posted : 25 Nov 2013 11H57
Share:

Scroll to Top