| Author |
Post |
|
|
#1 Sun Oct 07, 2007 7:20 am
|
|
Member
Registered: Jun 2006
Posts: 25
Location: Australia
|
When running under PHP 5.2.3 the usebb system outputs blank pages, Switching it back to PHP 4 the forum works again. Is all of the forum or some function not work under PHP 5+? Is this detected?
Cheers.
|
|
|
#2 Sun Oct 07, 2007 8:34 am
|
|
Developer
Registered: Apr 2004
Posts: 2224
Location: Belgium
|
UseBB works with PHP 5. I am using it with PHP 5.2.4.
|
|
|
#3 Sun Oct 07, 2007 9:32 am
|
|
Member
Registered: Jun 2006
Posts: 25
Location: Australia
|
The current usebb? I dont know what could be wrong. I had to manually install it as well. It seems like its killed on execution. could it be an error that doesn't show?
|
|
|
#4 Sun Oct 07, 2007 10:38 am
|
|
Developer
Registered: Apr 2004
Posts: 2224
Location: Belgium
|
What OS are you using? What HTTP server? I don't know what could cause this.
|
|
|
#5 Sun Oct 07, 2007 11:38 am
|
|
Member
Registered: Jun 2006
Posts: 25
Location: Australia
|
local environment - windows, apache. Nothing unusual from live.
|
|
|
#6 Sun Oct 07, 2007 1:02 pm
|
|
Developer
Registered: Apr 2004
Posts: 2224
Location: Belgium
|
Perhaps there are incompatibilities with Windows. Haven't used UseBB on Windows for a whole while, perhaps I'll try it out within a few days.
|
|
|
#7 Sun Oct 07, 2007 2:25 pm
|
|
Member
Registered: Jun 2006
Posts: 25
Location: Australia
|
OS wouldn't make a big difference, would it? That be good thanks. Ill have a look on my end too.
|
|
|
#8 Mon Oct 08, 2007 9:11 am
|
|
Member
Registered: Jun 2006
Posts: 25
Location: Australia
|
It's caused because I have php_value auto_append_file "" in htacess in the root directory. It doesn't matter whats in the appended file it stops your forum from working. Why? - everything else works? Cheers
|
|
|
#9 Mon Oct 08, 2007 10:43 am
|
|
Developer
Registered: Apr 2004
Posts: 2224
Location: Belgium
|
You shouldn't use auto_append_file, the output buffer in UseBB doesn't support it and probably is the cause of the blank pages.
|
|
|
#10 Mon Oct 08, 2007 11:14 am
|
|
Member
Registered: Jun 2006
Posts: 25
Location: Australia
|
how doesn't it support it? PHP 4 works? can you give me something to look up?
cheers dude.
|
|
|
#11 Mon Oct 08, 2007 10:20 pm
|
|
Member
Registered: Jun 2007
Posts: 43
Location: Adelaide, Australia.
|
For local host, I'm using XAMPP for Windows (OS/XP) Quote: Current PHP version in THIS XAMPP is PHP 5.2.3 And it works fine.  prc wrote When running under PHP 5.2.3 the usebb system outputs blank pages, Switching it back to PHP 4 the forum works again. Is all of the forum or some function not work under PHP 5+? Is this detected?
Cheers.
_______________ Growing old is compulsory Growing up is optional  « Last edit by lopalong on Mon Oct 08, 2007 10:24 pm. »
|
|
|
#12 Tue Oct 09, 2007 5:05 am
|
|
Member
Registered: Jun 2006
Posts: 25
Location: Australia
|
... Yer same, I got it working.
|
|
|
#13 Tue Oct 09, 2007 10:10 am
|
|
Member
Registered: Jun 2007
Posts: 43
Location: Adelaide, Australia.
|
Nice to see you're up to speed..  _______________ Growing old is compulsory Growing up is optional 
|