install on win2003 sql2008 mantis 1.2.14

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
sparkness
Posts: 1
Joined: 09 Apr 2013, 20:04

install on win2003 sql2008 mantis 1.2.14

Post by sparkness »

trying to install mantis not sure how to fix any help would be appreciated

error from install
BAD
ALTER TABLE mantis_tokens_table DROP CONSTRAINT
ALTER TABLE mantis_tokens_table DROP COLUMN timestamp
SQLState: 42000 Error Code: 102 Message: [Microsoft][SQL Server Native Client 10.0][SQL Server]Incorrect syntax near 'CONSTRAINT'.

and from check.php

Checking your installation
Database Type (adodb) mssqlnative
Database Provider (adodb) mssqlnative
Database Server Description (adodb) CDRL2 connected to bugtracker
Database Server Description (version) 10.50.1600
magic_quotes_gpc
include_path C:\Inetpub\wwwbug\mantisbt\core\;C:\Inetpub\wwwbug\mantisbt\library;.;C:\php\pear
check mssql textsize in php.ini... WARN
check mssql textsize in php.ini... WARN
Checking if a timezone is set
The default timezone must be defined either in config_inc.php ($g_default_timezone) or php.ini (date.timezone) BAD
PHP variable "upload_max_filesize" 2097152
PHP variable "post_max_size" 8388608
MantisBT variable "max_file_size" 5000000
Checking MantisBT upload file size is less than php BAD
There may also be settings in your web server and database that prevent you from uploading files or limit the maximum file size. See the documentation for those packages if you need more information.
Your current settings will most likely need adjustments to the PHP max_execution_time or memory_limit settings, the MySQL max_allowed_packet setting, or equivalent.
There may also be settings in your web server that prevent you from uploading files o
Post Reply