Welcome, Guest. Please Login or Register.
March 29, 2024, 02:25:45 PM
Home Help Search Log in Register
News: If you are still using YaBB SE, please consider upgrading to SMF as soon as possible.

YaBB SE Community  |  YaBB SE Info  |  News From the YaBB SE Team  |  Ongoing open beta (1.5.1) - Current Build: 45 « previous next »
Pages: 1 ... 4 5 [6] 7 8 ... 59 Reply Ignore Print
Author Topic: Ongoing open beta (1.5.1) - Current Build: 45  (Read 383475 times)
PHPlugin
Sr. Member
****
Posts: 465


WWW
Re:Ongoing open beta (1.5.1)
« Reply #75 on: January 27, 2003, 01:29:29 AM »
Reply with quote

Oh ... okay sorry! :-\ (That's why -> Windows!)

Still the bug with the "Position:" in the profile.

If I change the name from "Administrator",
to anything different, it WONT change in the pofile view!
There you still can read "Administrator".

Now, now I got one, a bug I mean, right? :P

PS:
If I am posting a thread here, the forum always wants to post 2! So I get: "Sorry bla bla you have posted 5 seconds ago!"
« Last Edit: January 27, 2003, 01:30:39 AM by PHPlugin » Logged
[Unknown]
Global Moderator
YaBB God
*****
Posts: 7830


ICQ - 179721867unknownbrackets@hotmail.com WWW
Re:Ongoing open beta (1.5.1)
« Reply #76 on: January 27, 2003, 02:31:39 AM »
Reply with quote

Quote from: PHPlugin on January 27, 2003, 01:29:29 AMIf I change the name from "Administrator",
to anything different, it WONT change in the pofile view!
There you still can read "Administrator".

Now, now I got one, a bug I mean, right? :P

Fixed in upcoming build 39.

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


I Love YaBB SE!

WWW
Re:Ongoing open beta (1.5.1)
« Reply #77 on: January 27, 2003, 12:18:47 PM »
Reply with quote

Not sure how difficult it would be but would it be possible to change the merge threads interface to span multipul pages(or limit it to displaying about 500 topics) rather than display all that are on the board - can be a nightmare on dialup loading that page.
Logged
PHPlugin
Sr. Member
****
Posts: 465


WWW
Re:Ongoing open beta (1.5.1)
« Reply #78 on: January 27, 2003, 01:53:52 PM »
Reply with quote

In the error log I got some entries which look like this one:

2: OpenDir: Invalid argument (errno 22) <br />(C:\Server\Apache2\web\forum\Sources\Post.php ln 871)
unlagged.zip.<br />You cannot upload that type of file. The only allowed extensions are txt,jpg,gif,pdf,mpg,png.
The <br /> makes no break! ::)
I mean it's displayed, instead of making the break!
Bug or is it meant to be like this?

btw: "Clean active log" -> What's the active log anyways?
« Last Edit: January 27, 2003, 02:01:33 PM by PHPlugin » Logged
nvstudios
Jr. Member
**
Posts: 61


I'm a llama!

Re:Ongoing open beta (1.5.1)
« Reply #79 on: January 27, 2003, 07:21:46 PM »
Reply with quote

This just doesn't seem right but this seems to have fixed my problems with the includes:
require("/home/virtual/site15/fst/var/www/html/community/QueryString.php");
require("/home/virtual/site15/fst/var/www/html/community/Settings.php");
require("/home/virtual/site15/fst/var/www/html/community/Sources/Subs.php");
require("/home/virtual/site15/fst/var/www/html/community/Sources/Errors.php");
require("/home/virtual/site15/fst/var/www/html/community/Sources/Load.php");
require("/home/virtual/site15/fst/var/www/html/community/Sources/Security.php");

include_once("QueryString.php");
include_once("Settings.php");
include_once("$sourcedir/Subs.php");
include_once("$sourcedir/Errors.php");
include_once("$sourcedir/Load.php");
include_once("$sourcedir/Security.php");

Every place with the include_once has now got a "require" to match.  I'm assuming not everyone is doing this, that's why I bring it up.

The code I'm using is the straight up 38th build with no modification (except the requires).  Any idea of what I can do to reduce this need for utter redundancy?  Or maybe what's causing it?  My other PHP codes seem to be working just fine with regular includes.
Logged
David
Destroyer Dave
Global Moderator
YaBB God
*****
Posts: 5761


I'm not a llama!

WWW
Re:Ongoing open beta (1.5.1)
« Reply #80 on: January 27, 2003, 07:31:28 PM »
Reply with quote

Try putting the full paths in the include_once()'s and get rid of the requires.
Logged

Ben_S
Disciple of Joe
Support Team
YaBB God
*****
Posts: 1586


I Love YaBB SE!

WWW
Re:Ongoing open beta (1.5.1)
« Reply #81 on: January 27, 2003, 09:52:35 PM »
Reply with quote

Report from one of my users

QuoteNormally when I get reply notifications by e-mail it has redandwhitekop as the sender but since this morning they've been coming blank.

Graeme

Build 36 I think, webmaster email is set correctly
Logged
anyoneintr
Noobie
*
Posts: 14


Re:Ongoing open beta (1.5.1)
« Reply #82 on: January 27, 2003, 11:08:19 PM »
Reply with quote

using IRC138 and when i want to remove a thread gives this error..
Unknown column 'ID_TOPIC' in 'where clause'
File: /vhosts/denizseki.com/http/forum/Sources/RemoveThread.php
line: 54

and on the profile page this error ............
2: SAFE MODE Restriction in effect. The script whose uid is 597 is not allowed to access /vhosts/forum.yasar.mu/http owned by uid 0
(/vhosts/forum.yasar.mu/http/Sources/Profile.php ln 216)
do u have any ideas....


« Last Edit: January 27, 2003, 11:09:20 PM by anyoneintr » Logged
nvstudios
Jr. Member
**
Posts: 61


I'm a llama!

Re:Ongoing open beta (1.5.1)
« Reply #83 on: January 28, 2003, 12:18:30 AM »
Reply with quote

New problem.  This may or may not be related to the new beta.  Basically after the login screen, it says the whole "Welcome KakarisMaelstrom, you've got 5 new messages" and so on.  My custom built shoutbox doesn't work on the same page on the same load.  (It simply uses the global username and is getting output "Guest").

Whether I go deeper into the forums (IM's, read a topic, etc.) or other places in the site, the site reads me as a Guest.  "In effect", it has logged me out.  I've looked directly at the MySQL database.  I'm still logged in under KakarisMaelstrom.  I can't translate cookie so I'm not sure on my local computer.  It is, however, adding a second entry for me as a guest using my IP.

This may or may not be a current problem.  I have had numerous reports suggesting that the forums did this before.  (In fact, I've had many people tell me that).  Now it's also doing the same thing to me.  Because I'm guessing it's a cookie error of some kind, I'm including my cookie related code (if there's more I'm not aware of it's existence).

$Cookie_Length = 60;            # Cookies will expire after XX minutes of person logging in (they will be logged out after)
$cookiename = "YaBBSE140usernamev14";            # Name of the cookie

It appears that under IE, if you set it to "accept all cookies" it works just fine.  This leads me to believe that this would be a bug.  The IE stuff says something about a "privacy policy" included in the cookie and some other stuff... have you guys considered that it might be something as obvious at that?  :)

I know the most obvious is always what I overlook ... and it would explain why many users are able to fix their sites by asking users to accept all cookies :)

Please let me know ASAP, and thanks for your help getting here.  Oh, by the way, the 38 build fixed all of my include problems entirely, but I'm using the absolute path for all includes in my settings.php file, on the 1.4.1 build I used URL path for sources I think.
« Last Edit: January 28, 2003, 12:56:37 AM by nvstudios » Logged
nvstudios
Jr. Member
**
Posts: 61


I'm a llama!

Re:Ongoing open beta (1.5.1)
« Reply #84 on: January 28, 2003, 02:25:28 AM »
Reply with quote

errr... well it does still appear to be logging me out at random now.  *sigh*
Logged
Gobalopper
Mod Team
YaBB God
*****
Posts: 993


Cookie Monster

WWW
Re:Ongoing open beta (1.5.1)
« Reply #85 on: January 28, 2003, 02:26:55 AM »
Reply with quote

I think David posted something about getting cookies to work under the higher security levels of IE that uses .htaccess files. It isn't a bug in YaBBSE but with people putting their security levels too high.
« Last Edit: January 28, 2003, 02:27:26 AM by Gobalopper » Logged
Spaceman-Spiff
Mod Team
YaBB God
*****
Posts: 3689


My $txt[228]

Re:Ongoing open beta (1.5.1)
« Reply #86 on: January 28, 2003, 02:47:36 AM »
Reply with quote

it was an interesting and useful article :)
http://www.yabbse.org/community/index.php?board=158;action=display;threadid=17484
Logged

   My mods, ysePak, codes, tutorials
    Support question IMs = bad.
[Unknown]
Global Moderator
YaBB God
*****
Posts: 7830


ICQ - 179721867unknownbrackets@hotmail.com WWW
Re:Ongoing open beta (1.5.1)
« Reply #87 on: January 28, 2003, 03:55:01 AM »
Reply with quote

Quote from: anyoneintr on January 27, 2003, 11:08:19 PMusing IRC138 and when i want to remove a thread gives this error..
Unknown column 'ID_TOPIC' in 'where clause'
File: /vhosts/denizseki.com/http/forum/Sources/RemoveThread.php
line: 54

and on the profile page this error ............
2: SAFE MODE Restriction in effect. The script whose uid is 597 is not allowed to access /vhosts/forum.yasar.mu/http owned by uid 0
(/vhosts/forum.yasar.mu/http/Sources/Profile.php ln 216)
do u have any ideas....


First one fixed in upcoming...

-[Unknown]
Logged
[Unknown]
Global Moderator
YaBB God
*****
Posts: 7830


ICQ - 179721867unknownbrackets@hotmail.com WWW
Re:Ongoing open beta (1.5.1)
« Reply #88 on: January 28, 2003, 07:39:16 AM »
Reply with quote

Current Build: 39

http://cbeta.yabbse.org/yabbse_1-5-1RC1B39.zip (use this is you do not have YaBB SE installed yet.)
http://cbeta.yabbse.org/yabbse_1-5-1RC1B39_upgrade.zip (use this if you have version 1.4.0 through 1.5.0 installed.)
http://cbeta.yabbse.org/yabbse_1-5-1RC1B39_update.zip (use this if you have an older build of RC1 installed.)

39:
- fixed Postion: Administrator to show custom member group.
- Admin.php no longer uses 'board=' in it's links.
- fixed case in RemoveThread2. (ID_TOPIC)
- fixed a usage error.. [news] instead of ['news'].
- duplication fixed for everyone.
- added a delete to log2 tables in update and upgrade.

Still looking for more bugs....

-[Unknown]
Logged
Tenkoy
Jr. Member
**
Posts: 76


WWW
Re:Ongoing open beta (1.5.1)
« Reply #89 on: January 28, 2003, 07:57:22 AM »
Reply with quote

Just used the build from 38 to 39 and got multiple instances of myself and other members. I've gone back to 38 for now, since it doesn't cause that error.
« Last Edit: January 28, 2003, 08:02:02 AM by Tenkoy » Logged
Pages: 1 ... 4 5 [6] 7 8 ... 59 Reply Ignore Print 
YaBB SE Community  |  YaBB SE Info  |  News From the YaBB SE Team  |  Ongoing open beta (1.5.1) - Current Build: 45 « 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.056 seconds with 19 queries.