Search found 29 matches

by karishma
19 Nov 2017, 12:52
Forum: General Discussion
Topic: Point current mantis to a blank new database
Replies: 8
Views: 9741

Re: Point current mantis to a blank new database

I found my solution.
My server is running 5.5.43 mysql and the mantis install script was looking for 4.0.
I commented out the create table commands for the 4 tables it was giving error for at the schema.php. I also commented out the check for the mysql ver 4.0.1.

Installation is done now.
by karishma
13 Nov 2017, 15:14
Forum: General Discussion
Topic: Point current mantis to a blank new database
Replies: 8
Views: 9741

Re: Point current mantis to a blank new database

I am attempting to update database using the current 1.1.8 mantis (I cant upgrade the version due to infrastructure issues here), So i removed the config file and running install.php, and i get this error: Schema CreateTableSQL ( ) BAD CREATE TABLE ( email_id INTEGER UNSIGNED NOT NULL AUTO_INCREMENT...
by karishma
29 Sep 2017, 14:37
Forum: General Discussion
Topic: Point current mantis to a blank new database
Replies: 8
Views: 9741

Re: Point current mantis to a blank new database

1)Will my old backed-up db be able to plugin and run on the newer version? No, but it's no big deal to upgrade the database https://www.mantisbt.org/docs/master/en-US/Admin_Guide/html-desktop/#admin.install.upgrade 2)Can I run 2 different versions of the mantis on one server (to be able to access t...
by karishma
25 Sep 2017, 01:02
Forum: General Discussion
Topic: Point current mantis to a blank new database
Replies: 8
Views: 9741

Re: Point current mantis to a blank new database

Thanks for your reply.

Yes i am also considering upgrading the mantis altogether.

1)Will my old backed-up db be able to plugin and run on the newer version?
2)Can I run 2 different versions of the mantis on one server (to be able to access the old data)
by karishma
21 Sep 2017, 09:06
Forum: General Discussion
Topic: Point current mantis to a blank new database
Replies: 8
Views: 9741

Point current mantis to a blank new database

I am currently running mantis 1.1.8 on php 5.5.9 ubuntu14.
We want to start the mantis database fresh new, is it ok to just backup the old database, and create a brand new database with no users/data?

Is there any dependency of the way mantis runs on the database?
by karishma
27 Mar 2017, 06:59
Forum: Help
Topic: Getting APPLICATION WARNING #100
Replies: 5
Views: 5264

Re: Getting APPLICATION WARNING #100

I am reviving this post as Im still facing the same issue Im running mantis 1.0.0rc1 on php 5.5.9 ubuntu14. I am not able to create new users, the same time when trying to reset password I get error: APPLICATION WARNING #100: Configuration option 'from_name' not found Im seeing below error in the ap...
by karishma
27 Mar 2017, 03:12
Forum: General Discussion
Topic: Error in creating new users/resetting password
Replies: 0
Views: 2336

Error in creating new users/resetting password

Im running mantis 1.0.0rc1 on php 5.5.9 ubuntu14. I am not able to create new users, the same time when trying to reset password I get error: APPLICATION WARNING #100: Configuration option 'from_name' not found Im seeing below error in the apache2 logs PHP Notice: ob_start(): failed to create buffer...
by karishma
22 Mar 2017, 02:52
Forum: Help
Topic: Cannot to go page ../mantis/bug_report_advanced_page.php
Replies: 30
Views: 41823

Re: Cannot to go page ../mantis/bug_report_advanced_page.php

I realise I am still having this error: PHP Notice: ob_start(): failed to create buffer in /var/www/vhosts/support.smssb.com/mantis/core.php on line 18, referer: http://support.smssb.com/mantis/manage_config_email_set.php Due to this my mantis app is unable to send out any email alerts. Can someone ...
by karishma
29 Jun 2015, 02:39
Forum: Help
Topic: Getting APPLICATION WARNING #100
Replies: 5
Views: 5264

Re: Getting APPLICATION WARNING #100

'MANTIS_VERSION', '1.1.8'
by karishma
22 Jun 2015, 03:57
Forum: Help
Topic: Getting APPLICATION WARNING #100
Replies: 5
Views: 5264

Getting APPLICATION WARNING #100

I recently moved my Mantis to a server ubuntu14 & php 5.5.9. After submitting report/issue, although the report is submitted successfully (I verified this from view issues), I get this error on the browser: APPLICATION WARNING #100: Configuration option 'from_name' not found. what is missing?
by karishma
17 Jun 2015, 04:50
Forum: Help
Topic: Cannot to go page ../mantis/bug_report_advanced_page.php
Replies: 30
Views: 41823

Re: Cannot to go page ../mantis/bug_report_advanced_page.php

I found my solution, turns out it was the php configuration, the default in the new servers was short_open_tag = off, by setting it to on it works now.

Thanks atrol for your kind replies & suggestions.
by karishma
17 Jun 2015, 01:36
Forum: Help
Topic: Cannot to go page ../mantis/bug_report_advanced_page.php
Replies: 30
Views: 41823

Re: Cannot to go page ../mantis/bug_report_advanced_page.php

I dont really have the resources to completely upgrade to the latest mantis, so basically i am trying to make my current scripts work. Ive got centos 6.5 with php 5.3.3 cli, BUT yet the page bug_report_advanced_page.php appears blank. I keep getting this error when trying to run page bug_report_adva...
by karishma
15 Jun 2015, 01:32
Forum: Help
Topic: Cannot to go page ../mantis/bug_report_advanced_page.php
Replies: 30
Views: 41823

Re: Cannot to go page ../mantis/bug_report_advanced_page.php

For this version /1.0.0rc1/, how do I know its compatibility with php?
I am thinking of centos 6.5 as a long term solution, its with php v5.3.3
by karishma
12 Jun 2015, 02:12
Forum: Help
Topic: Cannot to go page ../mantis/bug_report_advanced_page.php
Replies: 30
Views: 41823

Re: Cannot to go page ../mantis/bug_report_advanced_page.php

You are right, mine is ubuntu14.

Ubuntu 12 would be ok but if we do an update it will go to ubuntu 14.

How about centos 5? would the php 5.1.x be compatible?