Welcome, Guest. Please Login or Register.
July 10, 2025, 08:18:00 PM
Home Help Search Log in Register
News: SMF is the next generation in forum software, almost completely re-written from the ground up, make sure you don't fall for cheap imitations that suffer from feature bloat!

YaBB SE Community  |  English User Help  |  English Help  |  Need Help! « previous next »
Pages: [1] Reply Ignore Print
Author Topic: Need Help!  (Read 440 times)
Lance L
Noobie
*
Posts: 41


The NoPC Guardian

lance@antares-dev.com WWW
Need Help!
« on: May 18, 2003, 03:12:16 PM »
Reply with quote

I had a total server melt-down and PHP was re-installed. Sessions appear to be broken, can someone tell me what they need to be in order to make YABBSE work?

PHPInfo File: http://www.antares-dev.com/phpinfo.php

Also, I am getting a blank page about once a minute, appears to be a Javascript running that kicks the board to this page. The URL I get when this happens is:

http://nopc.antares-dev.com/yabbse/<?=$scripturl?>?action=<?=$action?>

Any ideas?

Thanks.

Lance
Logged
Michele
Beta Tester
YaBB God
*****
Posts: 584


I can't wait for YaBB SE 2!

Mad+Moya WWW
Re:Need Help!
« Reply #1 on: May 18, 2003, 04:22:16 PM »
Reply with quote

For the session problem, does /tmp actually exist?

Not a clue on javascript stuff tho, sorry. :(

Michele
Logged

formerly Mad Moya
PfaBB - http://pfabb.lunabyte.com
Lance L
Noobie
*
Posts: 41


The NoPC Guardian

lance@antares-dev.com WWW
Re:Need Help!
« Reply #2 on: May 18, 2003, 04:34:00 PM »
Reply with quote

Michelle: Yes, the /tmp directory does exist. I was getting a session timeout when trying to post, the threads here indicated that sessions were messed up.

I was hoping someone could tell me just what they needed to be.

The refresh is coming from the template.php meta refresh tag. For some reason, the $scripturl and $action variables are not defined.
Logged
Douglas
aka The Bear
Support Team
YaBB God
*****
Posts: 1050


Bears rule! Llamas rule too!

WWW
Re:Need Help!
« Reply #3 on: May 18, 2003, 06:12:51 PM »
Reply with quote

Lance, you need to get PHP upgraded, there is a confirmed problem with '--enable-mbstring' '--enable-mbstr-enc-trans' on 4.1.2 (I was the one that discovered it and confirmed it on several machines).  There are at least 3 threads that contain more specific information about this problem (it's also indicated in Common Questions by [Unknown]).

After you get upgraded (I suggest the latest 4.3.x series), we'll tackle your other problem.
Logged

Need help? Please SEARCH first.  No need for a bad attitude, we like helping positive minded people.
ComeHit.us Short URL  redirection svcs with YSE powered forums, COMING SOON!
Want to say thanks?  Check out http://comehit.us/?u=3
[Unknown]
Global Moderator
YaBB God
*****
Posts: 7830


ICQ - 179721867unknownbrackets@hotmail.com WWW
Re:Need Help!
« Reply #4 on: May 18, 2003, 08:42:41 PM »
Reply with quote

Also... are you trying to install an older version?

-[Unknown]
Logged
Lance L
Noobie
*
Posts: 41


The NoPC Guardian

lance@antares-dev.com WWW
Re:Need Help!
« Reply #5 on: May 18, 2003, 09:24:39 PM »
Reply with quote

Thanks.

[unknown]: No, this is 1.5.2 with the Supermod installed. It was working before the server guys screwed with the PHP.
Logged
[Unknown]
Global Moderator
YaBB God
*****
Posts: 7830


ICQ - 179721867unknownbrackets@hotmail.com WWW
Re:Need Help!
« Reply #6 on: May 18, 2003, 09:29:40 PM »
Reply with quote

You should go complain at supermod.org...

http://nopc.antares-dev.com/yabbse/<?=$scripturl?>?action=<?=$action?>

This is using short PHP tags, which is bad.  They should replace <?=xxxx?> with <?php echo xxxx;?>.

-[Unknown]
Logged
Ben_S
Disciple of Joe
Support Team
YaBB God
*****
Posts: 1586


I Love YaBB SE!

WWW
Re:Need Help!
« Reply #7 on: May 18, 2003, 09:30:06 PM »
Reply with quote

does a plain 1.5.2 work?
Logged
Lance L
Noobie
*
Posts: 41


The NoPC Guardian

lance@antares-dev.com WWW
Re:Need Help!
« Reply #8 on: May 19, 2003, 09:49:24 PM »
Reply with quote

It was the PHP version. I did get it upgraded, 4.3.1 and everything is now working. Or appears to be.

I had 4.1.0 before the melt-down, which had everything working okay. Then 4.1.2 caused the problems.

To answer the other question, my stock test board had the same issues.

[unknown]: Where that was actually coming from was the META REFRESH in the template.
« Last Edit: May 19, 2003, 09:50:56 PM by Lance L » Logged
Douglas
aka The Bear
Support Team
YaBB God
*****
Posts: 1050


Bears rule! Llamas rule too!

WWW
Re:Need Help!
« Reply #9 on: May 20, 2003, 12:40:22 AM »
Reply with quote

Lance, great!  Glad to hear this.

Okay, folks, if you are on PHP version 4.1.2 - 4.2.3, and you have the following two items active with your PHP:

--enable-mbstring
--enable-mbstr-enc-trans

You need to upgrade to the latest version of PHP (Currently 4.3.1).  There is a CONFIRMED bug, now proven on 5 different servers, upgrading fixes the bug with the two items I have above.  If you don't want to upgrade, recompile PHP and disable those two items.  View PHP.net for more information, or do a search on "--enable-mbstring" (without the quotes) to view all my notes about this issue.
Logged

Need help? Please SEARCH first.  No need for a bad attitude, we like helping positive minded people.
ComeHit.us Short URL  redirection svcs with YSE powered forums, COMING SOON!
Want to say thanks?  Check out http://comehit.us/?u=3
Lance L
Noobie
*
Posts: 41


The NoPC Guardian

lance@antares-dev.com WWW
Re:Need Help!
« Reply #10 on: May 20, 2003, 01:21:11 PM »
Reply with quote

Douglas: Totally agreed. I had to hack the code to even get it sort of working.

I also do think I have some insight to the login issue that appears to affect YABBSE. One of the suggested fixes for some of these issues was to disable sessions in index.php. (Commenting out about 3 or 4 lines.)

Since we upgraded thru 1.5.1, I had a user who could not get in no matter what he tried. (He is also a techno-peasant too, so do bear that in mind.) When I commented out sessions, he was able to login without any problems.

So somehow, the login issue is related to the sessions and how they may be handled.
Logged
Pages: [1] Reply Ignore Print 
YaBB SE Community  |  English User Help  |  English Help  |  Need Help! « previous - next »
 


Powered by MySQL Powered by PHP YaBB SE Community | Powered by YaBB SE
© 2001-2003, YaBB SE Dev Team. All Rights Reserved.
SMF 2.1.4 © 2023, Simple Machines
Valid XHTML 1.0! Valid CSS

Page created in 0.082 seconds with 21 queries.