Upgraded to 1.2.3 from 1.1.7 now MyView not working

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
c0d3p03t
Posts: 5
Joined: 13 Oct 2010, 16:58

Upgraded to 1.2.3 from 1.1.7 now MyView not working

Post by c0d3p03t »

As far as I can tell, everything else is working. By "My View" which I use all the time is not working at all: http://screencast.com/t/tAWb55A4tP

Looks like it is erroring because a blank page is coming up.

Any ideas as to what I can check?
atrol
Site Admin
Posts: 8564
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: Upgraded to 1.2.3 from 1.1.7 now MyView not working

Post by atrol »

Please use Search before posting and read the Manual
c0d3p03t
Posts: 5
Joined: 13 Oct 2010, 16:58

Re: Upgraded to 1.2.3 from 1.1.7 now MyView not working

Post by c0d3p03t »

Fixed this myself, thought I would share for everyone else.

First I turned PHP Error Logging on and found I had a duplicate #DEFINE variable.

Fixed that, then I had this error:
Fatal error: Call to undefined function mark_time() in /public_html/mantis/core/my_view_inc.php on line 211

Fixed that by following katzlbt's advice located in a comment here: http://www.mantisbt.org/bugs/view.php?id=11612

I renamed the file he referenced and it worked perfectly after that.
c0d3p03t
Posts: 5
Joined: 13 Oct 2010, 16:58

Re: Upgraded to 1.2.3 from 1.1.7 now MyView not working

Post by c0d3p03t »

atrol wrote:seems to be the same problem
http://www.mantisbt.org/bugs/view.php?id=12439
atrol: Yes you were correct. I had added a couple of custom fields a LONG time ago, one of which was define( 'NORMAL', 52 ); in this latest update I see that NORMAL has been added to the defauts, so I just renamed my field and all worked well, until I got this error:
Fatal error: Call to undefined function mark_time() in /public_html/mantis/core/my_view_inc.php on line 211

Which I fixed by following the second comment by katzlbt located here: http://www.mantisbt.org/bugs/view.php?id=11612

Thanks for the super fast response atrol!!! You rock!!
atrol
Site Admin
Posts: 8564
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: Upgraded to 1.2.3 from 1.1.7 now MyView not working

Post by atrol »

Thank you for telling the solution
c0d3p03t wrote: I renamed the file he referenced and it worked perfectly after that.
You are not the first one with a problem caused by overriding old installations.
Extract of file doc/INSTALL
UPGRADING
* Backup your existing installation and database -- really!
* Extract the tarball into a clean directory; do not extract into an existing
installation
, as some files have been moved or deleted between releases
Please use Search before posting and read the Manual
c0d3p03t
Posts: 5
Joined: 13 Oct 2010, 16:58

Re: Upgraded to 1.2.3 from 1.1.7 now MyView not working

Post by c0d3p03t »

atrol:

I promise from now on!! Haha, yep this is clearly the best solution, thank you very much for taking the time to help!!

-c0d3p03t
atrol wrote:Thank you for telling the solution
c0d3p03t wrote: I renamed the file he referenced and it worked perfectly after that.
You are not the first one with a problem caused by overriding old installations.
Extract of file doc/INSTALL
UPGRADING
* Backup your existing installation and database -- really!
* Extract the tarball into a clean directory; do not extract into an existing
installation
, as some files have been moved or deleted between releases
atrol
Site Admin
Posts: 8564
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: Upgraded to 1.2.3 from 1.1.7 now MyView not working

Post by atrol »

c0d3p03t wrote: I promise from now on!!
I will tell you again after your upgrade problems to version 1.3, maybe next year :lol:
Please use Search before posting and read the Manual
Post Reply