1
aixenv
newbb broken , please help
  • 2006/2/1 20:44

  • aixenv

  • Just popping in

  • Posts: 46

  • Since: 2006/1/27


PROBLEM: white page displayed on various threads/posts, the problem does NOT occur while anonymous

clicked on one of the forum posts and i get a white screen, this server has default php.ini settings, default httpd.conf

specs on my NEW server,....

FreeBSD 5.4
php version 4.4.2
GD v2.0.28
mysql server 4.0.26
apache v2.2.0(FreeBSD) mod_ssl/2.2.0 OpenSSL/0.9.8a DAV/2

i have approx 21 topics, 26 posts, and 22 forums

user perms are as follows

anonymouse has access to 3 forums
registered has access to 3 forums
custom groups have access to all 22 forums

I REALLY REALLY HOPE someone can help me out this makes NO SENSE.

this is a completely new install of v2.0.13.2 and newbb v1.16

2
Bender
Re: newbb broken , please help
  • 2006/2/1 22:40

  • Bender

  • Home away from home

  • Posts: 1899

  • Since: 2003/3/10


Check this thread:

https://xoops.org/modules/news/article.php?storyid=2789

The issue of modversion=2.32a instead of 2.32 in xoops_version.php might be similar with version 1.16. (just a guess so check your file)

Also if it is 1.16 you could grab the 1.16a patch.
Sorry, this signature is experiencing technical difficulties. We will return you to the sheduled signature as soon as possible ...

3
aixenv
Re: newbb broken , please help
  • 2006/2/1 22:54

  • aixenv

  • Just popping in

  • Posts: 46

  • Since: 2006/1/27


i do have 1.16a sorry i didn't specify that ; something i HAVE noticed is all of dir for XOOPS is just cluttered with horrible ^M because of windows. so im doing a

perl -pi -we 's/\015//g' *

to remove all the ^Ms atm too bad i dont know how to make that recursive hehe..will read the thread you posted thanks

4
aixenv
Re: newbb broken , please help
  • 2006/2/1 23:08

  • aixenv

  • Just popping in

  • Posts: 46

  • Since: 2006/1/27


ok i wrote a small script to do what i wanted.. sure went faster go go recursiveness


#!/bin/sh

for FILE in *
do
tr -d "\r" <$FILE >$FILE.foo
mv $FILE.foo $FILE
done


ill clean templates_c and then restart apache and see if maybe the problem was the ^M's if i still have this problem ill do a new install verify all the modules files are ^M-less and THEN do anew install toa new db in mysql

aix

5
jdseymour
Re: newbb broken , please help

Does the full filename look similar to this:


%%DF^DFE^DFE12ADB%%db%3Aweblinks_block_new.html.php

If so those are normal files cached in themplates_c and the cache folders.

6
aixenv
Re: newbb broken , please help
  • 2006/2/2 1:42

  • aixenv

  • Just popping in

  • Posts: 46

  • Since: 2006/1/27


no im not referring to the cached files im talkin about like the mainfile.php etc all the text files have windows control chars in them

Login

Who's Online

289 user(s) are online (47 user(s) are browsing Support Forums)


Members: 0


Guests: 289


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