Problem after upgrade from 1.0.8 to 1.1.1
Posted: 04 Feb 2008, 20:49
I copied mantis-1.1.1 to my site (dreamhost), copied the config_inc.php file from 1.0.8 to 1.1.1 and ran admin/install.php. The installation went with no problems. After I logged in, all of the issues came across (seen in My View), but the View Issues page showed nothing, even after I modified the filters.
Well, after some experimenting with debug statements added to the php code and viewing the page source, I ended up doing the following:
1) commented out lines in filter_draw_selection_area() to remove collapsability
2) set the config value dhtml_filters to 0
This allowed me to see that the table for the issues was starting to be built. However, I only saw the first 5 or 6 columns (out of the default set) and none below that. I found that if I used the config editor to set the columns to be displayed to a smaller number, it worked fine.
Our dreamhost account is set to use PHP 5.2.2.
I can run like this. Do you want me to log bugs for you about this?
Phil
Well, after some experimenting with debug statements added to the php code and viewing the page source, I ended up doing the following:
1) commented out lines in filter_draw_selection_area() to remove collapsability
2) set the config value dhtml_filters to 0
This allowed me to see that the table for the issues was starting to be built. However, I only saw the first 5 or 6 columns (out of the default set) and none below that. I found that if I used the config editor to set the columns to be displayed to a smaller number, it worked fine.
Our dreamhost account is set to use PHP 5.2.2.
I can run like this. Do you want me to log bugs for you about this?
Phil