Welcome, Guest. Please Login or Register.
April 27, 2024, 02:44:24 AM
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 ... 46 47 [48] 49 50 ... 59 Reply Ignore Print
Author Topic: Ongoing open beta (1.5.1) - Current Build: 45  (Read 384522 times)
I, Brian
Full Member
***
Posts: 238


It is coming...

WWW
Re:Ongoing open beta (1.5.1) - Current Build: 45
« Reply #705 on: March 14, 2003, 02:21:11 PM »
Reply with quote

EDIT - Sorry - still having issues with the cookies -sometimes they same to work, other times not. It's likely user error, so I'll keep an eye out.


« Last Edit: March 14, 2003, 04:06:28 PM by I, Brian » Logged

DJTommyC
Jr. Member
**
Posts: 81


Passion for Music

Re:Ongoing open beta (1.5.1) - Current Build: 45
« Reply #706 on: March 15, 2003, 09:43:21 AM »
Reply with quote

I found this problem..
If I use a groupname like "Forum's Users" with a ' in it..
The forum gives an error when you login to the index..
Little bit annoying
Logged
MORT
Full Member
***
Posts: 132


I like stuff ...

mort@dsl.pipex.com WWW
Re:Ongoing open beta (1.5.1) - Current Build: 45
« Reply #707 on: March 15, 2003, 11:00:04 AM »
Reply with quote

Hey i've programmed an admin center, and I made use of the htmlentities($var, ENT_QUOTES) function, why doesn't yabbse?
Logged

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


ICQ - 179721867unknownbrackets@hotmail.com WWW
Re:Ongoing open beta (1.5.1) - Current Build: 45
« Reply #708 on: March 15, 2003, 11:03:20 AM »
Reply with quote

It uses htmlspecialchars, which is exactly the same function.

And, 'entity-ing' single quotes really has no practically use I can think of....

-[Unknown]
Logged
MORT
Full Member
***
Posts: 132


I like stuff ...

mort@dsl.pipex.com WWW
Re:Ongoing open beta (1.5.1) - Current Build: 45
« Reply #709 on: March 15, 2003, 11:06:06 AM »
Reply with quote

well there is always complaints about problems with 's (single quotes), i think it would be simple to use one of these functions rather than find another way round for everywhere that wants to use 's
Logged

-MORT
myrrh
Noobie
*
Posts: 3


WWW
Re:Ongoing open beta (1.5.1) - Current Build: 45
« Reply #710 on: March 15, 2003, 08:19:29 PM »
Reply with quote

Ok, someone might have asked this before. But when I upgraded YaBB from v. 1.4.1 to 1.5.1, I got these lines.

QuoteError: MySQL said:

Duplicate column name 'ID_LAST_TOPIC'
Error: MySQL said:

Can't DROP 'memberName'. Check that column/key exists
Now I understand I can ignore that dubplicate column part. But what about memberName? Coz once I tried to log onto the upgraded board, the cookies failed to recognize me. (e.g. I can' t login -  :-\ )

I'm pretty dumb with php tho.  :-[
Logged
riekl
Jr. Member
**
Posts: 89


I'm a llama!

Re:Ongoing open beta (1.5.1) - Current Build: 45
« Reply #711 on: March 16, 2003, 12:51:50 AM »
Reply with quote

Hrm same problem as post above .. mine wont even finish the install because membername doesn't exist .. completely new install ..

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


ICQ - 179721867unknownbrackets@hotmail.com WWW
Re:Ongoing open beta (1.5.1) - Current Build: 45
« Reply #712 on: March 16, 2003, 01:53:31 AM »
Reply with quote

You might try upgrading to 1.5.0 first... wierd.

You _are_ using the UPGRADE package, not the UPDATE, right?

-[Unknown]
Logged
warren_kid
Noobie
*
Posts: 8


I'm a llama!

Re:Ongoing open beta (1.5.1) - Current Build: 45
« Reply #713 on: March 16, 2003, 03:04:56 AM »
Reply with quote

I downloaded the version 1.5.1 (non safe-mode) and just to let you guys know, once step one has been executed and displays the data (success or faliures) you don't get a Button to click for the next step.  you have to go to the address bar and enter the number "2" and then enter to proceed to step 2.

Logged
myrrh
Noobie
*
Posts: 3


WWW
Re:Ongoing open beta (1.5.1) - Current Build: 45
« Reply #714 on: March 16, 2003, 03:12:13 AM »
Reply with quote

Quote from: [Unknown] on March 16, 2003, 01:53:31 AMYou might try upgrading to 1.5.0 first... wierd.

You _are_ using the UPGRADE package, not the UPDATE, right?

-[Unknown]
Yeb. Completely sure I use the 'upgrade' one.

Can I just install 1.5.0 over 1.5.1?

Is it possible that it's the problem with language pak?.. Since my board is on Eng/Thai.
« Last Edit: March 16, 2003, 03:13:52 AM by myrrh » Logged
[Unknown]
Global Moderator
YaBB God
*****
Posts: 7830


ICQ - 179721867unknownbrackets@hotmail.com WWW
Re:Ongoing open beta (1.5.1) - Current Build: 45
« Reply #715 on: March 16, 2003, 03:28:13 AM »
Reply with quote

Quote from: warren_kid on March 16, 2003, 03:04:56 AM
I downloaded the version 1.5.1 (non safe-mode) and just to let you guys know, once step one has been executed and displays the data (success or faliures) you don't get a Button to click for the next step.  you have to go to the address bar and enter the number "2" and then enter to proceed to step 2.



If so, what is this code for:

   echo '
   <form action="' . $self . '?step=2" method="post">
      <input type="hidden" name="installdir" id="installdir" value="' . $HTTP_POST_VARS['installdir'] . '" />
      <input type="submit" value="Proceed &gt;" />
   </form>';

Because that's what I *thought* it did.  Is anyone else having this problem?

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


ICQ - 179721867unknownbrackets@hotmail.com WWW
Re:Ongoing open beta (1.5.1) - Current Build: 45
« Reply #716 on: March 16, 2003, 03:29:01 AM »
Reply with quote

Quote from: myrrh on March 16, 2003, 03:12:13 AM
Quote from: [Unknown] on March 16, 2003, 01:53:31 AMYou might try upgrading to 1.5.0 first... wierd.

You _are_ using the UPGRADE package, not the UPDATE, right?

-[Unknown]
Yeb. Completely sure I use the 'upgrade' one.

Can I just install 1.5.0 over 1.5.1?

Is it possible that it's the problem with language pak?.. Since my board is on Eng/Thai.

Yes... I don't know about the english/thai problem.

-[Unknown]
Logged
warren_kid
Noobie
*
Posts: 8


I'm a llama!

Re:Ongoing open beta (1.5.1) - Current Build: 45
« Reply #717 on: March 16, 2003, 03:56:57 AM »
Reply with quote

Is CHMOD777 necessary?? what does it mean?? is it the same as making the folder public?
Logged
myrrh
Noobie
*
Posts: 3


WWW
Re:Ongoing open beta (1.5.1) - Current Build: 45
« Reply #718 on: March 16, 2003, 04:26:57 AM »
Reply with quote

Quote from: [Unknown] on March 16, 2003, 03:29:01 AMYes... I don't know about the english/thai problem.

-[Unknown]
Re-installed 1.5.0 and to 1.5.1 again. Now it seems everything is working properly.

Weird as you said.

Thanks a lot, anyway!
Logged
andrea
Global Moderator
YaBB God
*****
Posts: 4400


Peace on Earth

WWW
Re:Ongoing open beta (1.5.1) - Current Build: 45
« Reply #719 on: March 16, 2003, 06:21:45 AM »
Reply with quote

Quote from: warren_kid on March 16, 2003, 03:56:57 AM
Is CHMOD777 necessary?? what does it mean?? is it the same as making the folder public?

During the installation it is necessary in order to give the installer the right to write the new files. After the installation is completed you can reduce the permissions to lower permissions, as described in this FAQ:
http://www.yabbse.org/community/index.php?board=135;action=display;threadid=15904
Logged

Pages: 1 ... 46 47 [48] 49 50 ... 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.057 seconds with 20 queries.