1
chuckyc
topic or post does not display
  • 2006/6/1 17:50

  • chuckyc

  • Just popping in

  • Posts: 6

  • Since: 2006/6/1 1


Help! In newBB a new topic posted does appear in the list when i click through to a forum, but only the Subject appears, not the message or desription. If I click on the Topic a new page is launched but it is blank.

2
jensclas
Re: topic or post does not display

more information will be required Chucky
- read the read b4u post and copy and paste all the required info in here. Do this after turnitng on PHP and other begis to see what you get. You can also troubleshoot the blank page via the faq section.

3
chuckyc
Re: topic or post does not display
  • 2006/6/2 19:00

  • chuckyc

  • Just popping in

  • Posts: 6

  • Since: 2006/6/1 1


(Jeff, the SysAdmin, replying on behalf of Chuck.)

To jensclas: I couldn't understand your last post, as it didn't make much sense to me.

We are using XOOPS 2.0.13.2 and NewBB 2.02 (from XOOPS2_mod_newbb2.02_PredPhpp.zip).

Most all of the NewBB functionality seems to work, but viewtopic.php always returns a completely empty page.

Any help is appreciated, since we're running out of XOOPS (2.0.13) compatible Bulletin Boards to try and use!

Please take the time to reply in legible English, so we can understand the posting. Thanks in advance.

4
chuckyc
Re: topic or post does not display
  • 2006/6/2 20:08

  • chuckyc

  • Just popping in

  • Posts: 6

  • Since: 2006/6/1 1


(Jeff, the SysAdmin, replying on behalf of Chuck.)

To jensclas: OK, after I looked closer, I was able to determine most of what you were requesting...

XOOPS Version: 2.0.13.2
Module Name/Version: NewBB 2.02
PHP Version: 4.2.2
MySQL Version: 3.23.52-log
Web Server Software (Apache/IIS/Other): Apache/1.3.26
(UnitedLinux) Server built: Mar 27 2003 19:40:15
Operating System: Linux 2.4.19-SMP #1 SMP
Mon Mar 31 23:48:08 UTC 2003 x86_64
Theme you are using: phpkaox
Custom template: (Yes/No) No (?)
PHP Debug Messages:
Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 23040 bytes) in /app/www/htdocs/a+gps/modules/newbb/class/category.php on line 151
Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 64 bytes) in Unknown on line 0
Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 128 bytes) in Unknown on line 0
MySQL Debug Messages: N/A
Smarty Debug Messages: N/A
A full description of the issue:

Most all of the NewBB functionality seems to work, but viewtopic.php always returns a completely empty page.

This could be a memory issue (physical memory is 100% allocated, with all of swap unallocated).

System 'top' command output (sorted by memory usage):
143 processes: 141 sleeping, 2 running, 0 zombie, 0 stopped
CPU0 states: 4.0% user, 8.4% system, 0.0% nice, 87.0% idle
CPU1 states: 100.0% user, 0.0% system, 100.0% nice, 0.0% idle
Mem: 8071256K av, 8055164K used, 16092K free, 0K shrd, 32100K buff
Swap: 4194784K av, 0K used, 4194784K free 4556016K cached

PID USER PRI NI SIZE RSS SHARE STAT %CPU %MEM TIME COMMAND
1624 ionxyz1 39 17 2856M 2.8G 3196 R N 99.9 36.2 335:02 IonModel
26526 wwwwww 15 0 98064 95M 14708 S 0.0 1.2 0:18 httpd
22240 datazzz 15 0 49548 48M 21584 S 0.0 0.6 1:05 matlab
...

Any help is appreciated, since we're running out of XOOPS (2.0.13) compatible Bulletin Boards to try and use!

Thank you in advance.
Jeff Sheffel

5
chuckyc
Re: topic or post does not display
  • 2006/6/2 20:57

  • chuckyc

  • Just popping in

  • Posts: 6

  • Since: 2006/6/1 1


(Jeff, the SysAdmin, replying on behalf of Chuck.)

Since I rebooted the server (to attach to our new UPS power), I rechecked the "topic" page (via viewtopic.php), with the following (PHP) error:

Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 368640 bytes) in /app/www/htdocs/a+gps/modules/newbb/xoops_version.php on line 616

... and the system 'top' command shows available physical memory. So, this seems to be a Xoops/PHP/Apache issue.

6
jensclas
Re: topic or post does not display

Quote:
read the read b4u post and copy and paste all the required info in here. Do this after turnitng on PHP and other begis to see what you get. You can also troubleshoot the blank page via the faq section.


Oh my goodness! My sincerest apologies for all those typos...I usually check them carefully. I probably didn't have enough coffee! So glad you figured out turn on php debug!




Quote:
Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 368640 bytes) in /app/www/htdocs/a+gps/modules/newbb/xoops_version.php on line 616


This is a problem for those much wiser than me...hopefully a XOOPS developer will see the problem and be able to assist - especially now we have all that wonderful information

Once again - my apologies for writing gobbledegook!

7
chuckyc
Re: topic or post does not display
  • 2006/6/5 17:27

  • chuckyc

  • Just popping in

  • Posts: 6

  • Since: 2006/6/1 1


This bug is additionally being tracked in the NewBB bug forum: http://dev.xoops.org/modules/xfmod/tracker/index.php?func=detail&aid=3993&group_id=1001&atid=104

8
chuckyc
Re: topic or post does not display
  • 2006/6/5 19:37

  • chuckyc

  • Just popping in

  • Posts: 6

  • Since: 2006/6/1 1


FIXED.

I found the root cause of our problem and was able to fix it.

First, it should be noted, that, I installed CBB 3.0.4 RC2 (the most recent bulletin board). The installation script gave me similar memory errors.

The solution was to increase the PHP "memory_limit" parameter within the php.ini file (from 8M to 32M). (Restart Apache if PHP is an Apache module, refer to http://www.onlamp.com/pub/a/php/2001/01/11/php_admin.html for more).

I'll assume that other similar memory problems with NewBB can be solved the same way.

Good luck, and again, I'd recommend CBB 3.0 if you're using XOOPS 2.0 or higher!
Jeff Sheffel (for Chuck)

Login

Who's Online

256 user(s) are online (39 user(s) are browsing Support Forums)


Members: 0


Guests: 256


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Nov 30
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits