enable email in godaddy.
I think after purchasing a webhost in godaddy, the email is not automatic on, you have to create/enable it.
Search found 17 matches
- 03 Aug 2011, 05:04
- Forum: Help
- Topic: Godaddy Instalation
- Replies: 1
- Views: 3638
- 25 Jul 2011, 02:57
- Forum: Customizations
- Topic: multiple status where an issue is considered resolved, How?
- Replies: 1
- Views: 2732
Re: multiple status where an issue is considered resolved, H
add custom strings.
$s_status_enum_string = '10:new,20:feedback,30:acknowledged,40:confirmed,50:assigned, ....., 90:closed';
$s_status_enum_string = '10:new,20:feedback,30:acknowledged,40:confirmed,50:assigned, ....., 90:closed';
- 25 Jul 2011, 02:51
- Forum: Help
- Topic: Versions progress bars on the main page?
- Replies: 1
- Views: 1956
Re: Versions progress bars on the main page?
you have to customize this.
check roadmap code
check roadmap code
- 25 Jul 2011, 02:46
- Forum: General Discussion
- Topic: Platform Field Issue
- Replies: 1
- Views: 3176
Re: Platform Field Issue
Click the header link "Platform" and if you added some platform, a dropdown with list will showup
- 20 Jul 2011, 08:29
- Forum: Help
- Topic: Cannot upload .ko type files
- Replies: 8
- Views: 7173
Re: Cannot upload .ko type files
Initially, I thought the same thing, but the size of the file is not zero. In fact the size is 8.89KB.
base from the error screenshot you provided, the image size is zero.
And using file size 0 in any type, I can reproduce the error message - which is right approached by mantis.
I believe this ...
base from the error screenshot you provided, the image size is zero.
And using file size 0 in any type, I can reproduce the error message - which is right approached by mantis.
I believe this ...
- 19 Jul 2011, 07:32
- Forum: General Discussion
- Topic: Adding new column
- Replies: 3
- Views: 5161
Re: Adding new column
not possible I think.valli wrote:Hi,
I want to add new a field named bug notes in my view issues.can u tell me the solution asap how to add this field in view issues.
Thanks in advance
- 19 Jul 2011, 07:08
- Forum: Help
- Topic: Cannot upload .ko type files
- Replies: 8
- Views: 7173
Re: Cannot upload .ko type files
I'm not really sure but I think the issue here is the file size.
You uploaded a file where size is 0.
You uploaded a file where size is 0.
- 15 Jul 2011, 02:17
- Forum: Help
- Topic: Cannot upload .ko type files
- Replies: 8
- Views: 7173
Re: Cannot upload .ko type files
I can upload .KO extension with $g_show_detailed_errors=ON.
But my mantis version is 1.2.5, are you sure that's the only thing you change is mantis?
Did you made any customization in file_api or etc?
But my mantis version is 1.2.5, are you sure that's the only thing you change is mantis?
Did you made any customization in file_api or etc?
- 15 Jul 2011, 00:48
- Forum: Customizations
- Topic: Retrieve custom field value from php code
- Replies: 3
- Views: 5796
Re: Retrieve custom field value from php code
use this function declared in custom_field_api.php
Code: Select all
custom_field_get_value( $p_field_id, $p_bug_id );
- 14 Jul 2011, 09:42
- Forum: General Discussion
- Topic: Sub-projects with same name?
- Replies: 2
- Views: 7112
Re: Sub-projects with same name?
This might help :
manage_proj_created.php
"pass parent id"
$t_project_id = project_create( strip_tags( $f_name ), $f_description, $f_status, ....., $f_parent_id )
project_api.php
"pass parent id and check if equal to 0"
if($f_parent_id == 0){
project_ensure_name_unique( $p_name ...
manage_proj_created.php
"pass parent id"
$t_project_id = project_create( strip_tags( $f_name ), $f_description, $f_status, ....., $f_parent_id )
project_api.php
"pass parent id and check if equal to 0"
if($f_parent_id == 0){
project_ensure_name_unique( $p_name ...
- 14 Jul 2011, 09:10
- Forum: Customizations
- Topic: add new function in SOAP
- Replies: 5
- Views: 7687
Re: add new function in SOAP
I think disabling the cache is a good idea during development but will degrade performance in production systems.
Seems that you are not the first one who had to learn this lesson:
http://blog.utahcon.com/computers/code/php-soap-and-wsdl-caching
Wow.. thanks for the blog atrol. Yeah in ...
Seems that you are not the first one who had to learn this lesson:
http://blog.utahcon.com/computers/code/php-soap-and-wsdl-caching
Wow.. thanks for the blog atrol. Yeah in ...
- 11 Jul 2011, 02:13
- Forum: Customizations
- Topic: add new function in SOAP
- Replies: 5
- Views: 7687
Re: add new function in SOAP
Thanks Atrol.
Anyway I found the issue here. Turn Off Cache for SOAP in php.ini
Anyway I found the issue here. Turn Off Cache for SOAP in php.ini
- 05 Jul 2011, 08:00
- Forum: Customizations
- Topic: add new function in SOAP
- Replies: 5
- Views: 7687
Re: add new function in SOAP
any help?
- 05 Jul 2011, 07:04
- Forum: Customizations
- Topic: add new function in SOAP
- Replies: 5
- Views: 7687
add new function in SOAP
Hi All,
I'm trying to add new function in SOAP but it returning me an error :
Fatal error: Uncaught SoapFault exception: [SOAP-ENV:Server] unable to serialize result
Can anyone please guide me of how to add new function in SOAP?
so far my codes are :
bug_api
//attask task id
function bug_get ...
I'm trying to add new function in SOAP but it returning me an error :
Fatal error: Uncaught SoapFault exception: [SOAP-ENV:Server] unable to serialize result
Can anyone please guide me of how to add new function in SOAP?
so far my codes are :
bug_api
//attask task id
function bug_get ...
- 01 Mar 2011, 17:50
- Forum: Help
- Topic: $g_update_bugnote_threshold is not working on me
- Replies: 4
- Views: 3468
Re: $g_update_bugnote_threshold is not working on me
Hi thanks for the reply.
I'm using 1.2.3. I found there's is a table with config and It forcing to read it than the config_inc.php.
I'm using 1.2.3. I found there's is a table with config and It forcing to read it than the config_inc.php.