Search found 16 matches

by blueray2048
28 Jul 2008, 06:18
Forum: General Discussion
Topic: Unicode in mantis
Replies: 0
Views: 1855

Unicode in mantis

Hi, ALl,

I'am interesting how mantis will implementing unicode support.
Will it use selft encoding or use some external library such as mb_string and iconv.

I'am asking this because some users reported that some data won't displayed at all.




Thanks,
Blueray,
by blueray2048
08 Jul 2008, 11:44
Forum: General Discussion
Topic: Create a tmp global variable ?
Replies: 5
Views: 5200

Re: Create a tmp global variable ?

OK, Thanks,
by blueray2048
04 Jul 2008, 04:41
Forum: General Discussion
Topic: Create a tmp global variable ?
Replies: 5
Views: 5200

Create a tmp global variable ?

Hi, All


I just faced with an issues that is my hosting due to some php setting errors.
It miss config session.save.path so that creation of php session decline.

Suggest make a global variable $g_session_save_path to let users do a manual config
if server haven't configured it.

In config_default ...
by blueray2048
24 Jun 2008, 18:17
Forum: Help
Topic: Submit on pages times out
Replies: 3
Views: 2586

Re: Submit on pages times out

Hi,

Did you tried some alternate options such as direct smtp ?

$g_phpMailer_method = 2;
$g_smtp_host = 'localhost';
$g_smtp_username = '';
$g_smtp_password = '';

Also the mail queue option ?
$g_email_send_using_cronjob = ON;
by blueray2048
24 Jun 2008, 18:02
Forum: Help
Topic: Installation of 1.1.1 on MS SQL 2005
Replies: 7
Views: 7411

Re: Installation of 1.1.1 on MS SQL 2005

The error message stated that php_mssql.dll was not load on IIS.

Please check the php.ini file to see if there have a line like extension=php_mssql.dll.
When loading this extension, one issue is that the default library ntwdblib.dll was too old.

Google the web and download a version it's version ...
by blueray2048
24 Jun 2008, 15:11
Forum: Help
Topic: Installation of 1.1.1 on MS SQL 2005
Replies: 7
Views: 7411

Re: Installation of 1.1.1 on MS SQL 2005

Besides that, if anyone use apache the php.ini file could also be specify by use an apache directive

Code: Select all

PHPIniDir "c:/php/" 
  
by blueray2048
24 Jun 2008, 14:57
Forum: Help
Topic: help on checkin.php !
Replies: 0
Views: 2130

help on checkin.php !

Hi, All,


I using an old version that is 1.0.7 and when I run the checin.php to add some note to a bug.
But it got error emalloc or require_once constant_inc.php error.

Did I really need update to the lastest version to use this feature ?

Thanks,


Eric
by blueray2048
23 May 2007, 15:59
Forum: General Discussion
Topic: Post code on note does't escape '<', '>' !
Replies: 6
Views: 8576

Oh, Thanks deboutv,

It works now. But this may be added support bbcode should be much better.
by blueray2048
23 May 2007, 14:19
Forum: General Discussion
Topic: Post code on note does't escape '<', '>' !
Replies: 6
Views: 8576

Thanks, deboutv.

Yes, I have do this already.

before and after the code

Code: Select all

<pre>
    $t_code_ary = explode('
', $t_str_code);
    if (sizeof($t_code_ary))
    {

</pre>
But this does't help.
I go to turn the br element off instead.
Be this with config_inc.php ?
by blueray2048
23 May 2007, 14:15
Forum: Customizations
Topic: Porting database issues ?
Replies: 4
Views: 6767

Thanks, vboctor.

I will create an issue entry when I have completed my job.
Actually, it seems the biggest problem should be the field names.
Within the time range, I should have to replace all the field name ( such as the field name [value] ) to made it works with mantis.

And also, I have ...
by blueray2048
23 May 2007, 13:39
Forum: General Discussion
Topic: Post code on note does't escape '<', '>' !
Replies: 6
Views: 8576

Post code on note does't escape '<', '>' !

when issue note contain html element. It does't escape and treated it as normal html element and render it.

Do this be the normal ?

Such as,

Initial Code

$t_code_ary = explode('<br />', $t_str_code);
if (sizeof($t_code_ary))
{

It displayed as

$t_code_ary = explode('
', $t_str_code);
if ...
by blueray2048
22 May 2007, 09:35
Forum: Customizations
Topic: Remove non-removable fields ?!
Replies: 3
Views: 6055

It seems that you have modifyed the code.
May be this help. You can go to My Account -> Preference and Clicking the Advanced Report to switch it on or off.
by blueray2048
22 May 2007, 09:11
Forum: Customizations
Topic: Porting database issues ?
Replies: 4
Views: 6767

Hi, Thanks your reply. vboctor

With the issues above.

1.) Will all the pages re-checking the correctless ?
For instance, main_page.php. Will it re-check the $f_db_type, $f_database_base etc after installation.

2.) Will some fields name be changed in the future so that it compatible more db ...
by blueray2048
22 May 2007, 05:25
Forum: Customizations
Topic: Porting database issues ?
Replies: 4
Views: 6767

Porting database issues ?

Hi, all.

What I doing was porting the mantis to work with ms access. When more or less it is worked out of installation script. But if I go to the main page (main_page.php). I got the following error:

APPLICATION ERROR #101
Configuration option 'db_type' has invalid value 'access'

So, where ...
by blueray2048
04 Oct 2006, 09:27
Forum: Help
Topic: Upload file generated application error #0
Replies: 1
Views: 3168

I'am sorry for that I found the anwser.

this is the link :
http://forums.mantisbugtracker.com/view ... ght=upload