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.
Hi Selina,
may, could you post a screenshot with the issue you mentioned?
Regards,
Klaus
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.
Please check the attached screenshot.
Thanks.
Hi babynus,
Do you think it's related to css or dojo version?
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.
No attached file.
Check for javascript errors in the console.
I tried to attach the jpeg fiel (137k) but no file is uploaded. It shows nothing, no error message.
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.
Maybe you can zip the file.
With so few information, I'm afraid I cannot help much.
I strongly recommend migration to V4.0 (or at least V3.4.4)
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.
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.
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.
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.
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).
