Search found 8 matches

by NickDeGraeve
15 Nov 2012, 14:54
Forum: Help
Topic: Problems when upgrading from 1.1.8 to 1.2.12
Replies: 0
Views: 2650

Problems when upgrading from 1.1.8 to 1.2.12

Hi

I'm trying to upgrade our 1.1.8 installation to the latest, 1.2.12.

I followed the instructions described here .
On the /admin/install.php page I checked the "Print SQL Queries instead of Writing to the Database" checkbox and clicked the "Install/Upgrade" button.
I get all green "GOOD" boxes ...
by NickDeGraeve
05 Dec 2008, 08:27
Forum: Help
Topic: install.php doesn't run
Replies: 1
Views: 1853

Re: install.php doesn't run

I tried it again but this time with 1.1.5 and now it works. I don't know what went wrong but problem solved anyway.
by NickDeGraeve
24 Nov 2008, 13:03
Forum: Help
Topic: install.php doesn't run
Replies: 1
Views: 1853

install.php doesn't run

I'm trying to install Mantis 1.1.4 on a Ubuntu Server 8.04 but I don't succeed because install.php isn't parsed,

I extracted the tarball to /opt/websites/apache/mantis-1.1.4 and I created a symlink to /opt/websites/apache/mantis. I created a symlink called /var/www/mantis that points to /opt ...
by NickDeGraeve
24 Nov 2008, 13:01
Forum: Help
Topic: install.php doesn't run
Replies: 0
Views: 1284

install.php doesn't run

I'm trying to install Mantis 1.1.4 on a Ubuntu Server 8.04 but I don't succeed because install.php isn't parsed,

I extracted the tarball to /opt/websites/apache/mantis-1.1.4 and I created a symlink to /opt/websites/apache/mantis. I created a symlink called /var/www/mantis that points to /opt ...
by NickDeGraeve
11 Sep 2007, 13:53
Forum: Help
Topic: Parse error when customizing "View Issues"
Replies: 3
Views: 3775

Doh! How silly. Thanks. I'm totally not familiar with PHP. That's probably why I missed such a easy to spot error.
by NickDeGraeve
11 Sep 2007, 12:39
Forum: Help
Topic: Parse error when customizing "View Issues"
Replies: 3
Views: 3775

Parse error when customizing "View Issues"

I want to add a couple of columns of custom fields to the " View Issues" page. I created the file custom_functions_inc.php in $MANTIS_HOME/ and added this code to it: <?php>
function custom_function_override_get_columns_to_view( $p_columns_target = COLUMNS_TARGET_VIEW_PAGE ) {
$t_columns = array ...
by NickDeGraeve
05 Jul 2007, 07:26
Forum: Help
Topic: Customizing ETA drop-down list
Replies: 2
Views: 4187

Is there really no-one here that can help me? I'm a bit disappointed. :(
by NickDeGraeve
03 Jul 2007, 09:10
Forum: Help
Topic: Customizing ETA drop-down list
Replies: 2
Views: 4187

Customizing ETA drop-down list

I'm trying to add 2 extra items to the ETA drop-down list but I can't get them to appear.

I tried following the entry in the manual about Enumerations but it isn't clear what files to create or modify.
I added my new fields to config_inc.php and lang/strings_english.txt : moria:/opt/mantis# cat ...