Mantis Bug Tracker
 

View Issue Details Jump to Notes ] Wiki ] Issue History ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0010326mantisbtchange logpublic2009-04-13 07:472009-06-26 12:00
Reporterprabhurangan 
Assigned Togiallu 
PrioritynormalSeverityminorReproducibilityalways
StatusclosedResolutionno change required 
PlatformOSOS Version
Product Version1.2.0a3 
Target VersionFixed in Version 
Summary0010326: Facing issues with changelog feature in LINUX(FC10)?
DescriptionThe changelog feature is working fine in WINDOWS, and in LINUX (FC10) machine i am facing some issues. While selecting 'All Projects' in the project menu and click 'Change Log' i am getting some blank page and i could not view any logs. However it works fine, when i select any particular project from the project menu.

Is this a known bug or else i am doing anything wrong...
TagsNo tags attached.
Attached Files

- Relationships

-  Notes
User avatar (0021486)
slankes (reporter)
2009-04-13 08:26

Do you see anything unusual in /var/log/httpd/error_log after trying to get a ChangeLog for "all Projects"?
User avatar (0021487)
prabhurangan (reporter)
2009-04-13 08:44

@slankes

no. I could not see anything unusual.
User avatar (0021492)
grangeway (developer)
2009-04-13 13:54

Issues relating to blank pages tend to be caused by one of the following:

a) out of memory error from php
b) execution time expired
c) 3rd party patches/addons bundled with php e.g. old zend optimiser versions.
d) potentially old/buggy php versions
User avatar (0021505)
prabhurangan (reporter)
2009-04-14 00:40

@grangeway

How to solve this issue with the above mentioned possibilities. However the same works fine in WINDOWS.
User avatar (0021512)
prabhurangan (reporter)
2009-04-14 06:50

@grangeway

Do i need to update any configurations done in PHP or mantis or with apache.

Please let me know your thoughts in this.
User avatar (0021515)
prabhurangan (reporter)
2009-04-14 08:29

@grangeway

Yes you are correct. I just tested by deleting some of the bugs created and just viewed the 'Changelog' link, on selecting the 'All Projects' in the project selection list box. It seems to work fine. However in case of more bugs, i could not view the 'ChangeLog'.

May be memory error.

How to get rid of this issue. Yours suggestion's please.
User avatar (0021523)
giallu (developer)
2009-04-14 10:54

You can use:

php_admin_value memory_limit 32M

in the apache config file controlling your site
User avatar (0021540)
prabhurangan (reporter)
2009-04-15 00:21

@giallu

Can you please mention the exact file path, where to use the 'php_admin_value' memory limit:
User avatar (0021541)
prabhurangan (reporter)
2009-04-15 00:27

@giallu

Should I make these change in 'php.ini' file. Am i correct? As i could see some variables like 'memory_limit' and 'max_execution_time' there.
User avatar (0021543)
giallu (developer)
2009-04-15 03:56

the file your are going to modify depends on your current setup and what you want to achieve.

To give 32MB to each and every php process, you can modify /etc/php.ini (the variable there is called memory_limit)

The apache config files are located in /etc/httpd/conf.d, there you use the syntax I gave you before. php.conf is a good candidate if you, again, want to change the value globally for all php processes.

I'm closing this report now, as it is clear we are not talking about mantis bugs; please bring this forward in our forums:

http://www.mantisbt.org/forums [^]

- Issue History
Date Modified Username Field Change
2009-04-13 07:47 prabhurangan New Issue
2009-04-13 08:26 slankes Note Added: 0021486
2009-04-13 08:44 prabhurangan Note Added: 0021487
2009-04-13 13:54 grangeway Note Added: 0021492
2009-04-14 00:40 prabhurangan Note Added: 0021505
2009-04-14 06:50 prabhurangan Note Added: 0021512
2009-04-14 08:29 prabhurangan Note Added: 0021515
2009-04-14 10:54 giallu Note Added: 0021523
2009-04-15 00:21 prabhurangan Note Added: 0021540
2009-04-15 00:27 prabhurangan Note Added: 0021541
2009-04-15 03:56 giallu Note Added: 0021543
2009-04-15 03:56 giallu Status new => resolved
2009-04-15 03:56 giallu Resolution open => no change required
2009-04-15 03:56 giallu Assigned To => giallu
2009-06-26 12:00 vboctor Status resolved => closed


MantisBT 1.2.2 git master-1.2.x[^]
Copyright © 2000 - 2010 MantisBT Group
Time: 0.2640 seconds.
memory usage: 1,967 KB
Powered by Mantis Bugtracker