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,
Search found 16 matches
- 28 Jul 2008, 06:18
- Forum: General Discussion
- Topic: Unicode in mantis
- Replies: 0
- Views: 1855
- 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,
- 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 ...
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 ...
- 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;
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;
- 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 ...
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 ...
- 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/"
- 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
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
- 23 May 2007, 15:59
- Forum: General Discussion
- Topic: Post code on note does't escape '<', '>' !
- Replies: 6
- Views: 8576
- 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
But this does't help.
I go to turn the br element off instead.
Be this with config_inc.php ?
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>
I go to turn the br element off instead.
Be this with config_inc.php ?
- 23 May 2007, 14:15
- Forum: Customizations
- Topic: Porting database issues ?
- Replies: 4
- Views: 6767
- 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 ...
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 ...
- 22 May 2007, 09:35
- Forum: Customizations
- Topic: Remove non-removable fields ?!
- Replies: 3
- Views: 6055
- 22 May 2007, 09:11
- Forum: Customizations
- Topic: Porting database issues ?
- Replies: 4
- Views: 6767
- 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 ...
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 ...
- 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
this is the link :
http://forums.mantisbugtracker.com/view ... ght=upload