Welcome, Guest. Please Login or Register.
March 28, 2024, 11:59:11 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  |  YaBB SE Info  |  News From the YaBB SE Team  |  Ongoing open beta (1.5.1) - Current Build: 45 « previous next »
Pages: 1 ... 3 4 [5] 6 7 ... 59 Reply Ignore Print
Author Topic: Ongoing open beta (1.5.1) - Current Build: 45  (Read 383467 times)
Spaceman-Spiff
Mod Team
YaBB God
*****
Posts: 3689


My $txt[228]

Re:Ongoing open beta (1.5.1)
« Reply #60 on: January 26, 2003, 09:00:46 PM »
Reply with quote

load the file ssi_examples.php in your forum url, for it will show u the steps to use SSI.php in details & with examples:
1. edit SSI.php and change the path setting there (optional)
2. put the require code on top of all the codes (including html) in your php file
3. call the function somewhere inside your php file
Logged

   My mods, ysePak, codes, tutorials
    Support question IMs = bad.
nvstudios
Jr. Member
**
Posts: 61


I'm a llama!

Re:Ongoing open beta (1.5.1)
« Reply #61 on: January 26, 2003, 09:48:05 PM »
Reply with quote

Here's some additional info on the problem.  First off, I'm not sure these path settings are "right" in the respect of using URLs and absolutes where needed, but they are what I had before when I was fully functioning.  Also, when I change them to "." or whatever it suggests as default, I get baser error messages (couldn't include or no such directories):

$full_yabbse_path = '/home/virtual/site15/fst/var/www/html/community/';
$boarddir = "/home/virtual/site15/fst/var/www/html/community/";
$sourcedir = "http://www.nvstudios.com/community/Sources";

Second issue.  The code could be added to every page but wouldn't that be a big fat band-aid rather than actually fixing the problem?  I'd considered the same myself and may do that if the include issue can't be resolved.

Third.  I've seen in C++ and similar languages a call for a function where you don't actually call it.  A probably wrong example would be "global function WriteLog( int donkey, char moose );"  And that is put somewhere before the function is called.  From what I understand of PHP this isn't necessary.  Could there be a solution with something like this?  It's weird I think... since no one else has this problem LOL.  But then again, I probably just don't understand.
Logged
Spaceman-Spiff
Mod Team
YaBB God
*****
Posts: 3689


My $txt[228]

Re:Ongoing open beta (1.5.1)
« Reply #62 on: January 26, 2003, 09:52:46 PM »
Reply with quote

i think u shouldnt put a / at the back of the path

$full_yabbse_path = '/home/virtual/site15/fst/var/www/html/community';
$boarddir = "/home/virtual/site15/fst/var/www/html/community";
$sourcedir = "/home/virtual/site15/fst/var/www/html/community/Sources";

then on top of your php file, put:
 <?php require("/home/virtual/site15/fst/var/www/html/community/SSI.php"); ?>
then u just need to call the function somewhere else, like:
<? recentTopics(); ?>

u can also open ssi_examples.php source code to see how it works
gud luck :)
Logged

   My mods, ysePak, codes, tutorials
    Support question IMs = bad.
PostDeals
Full Member
***
Posts: 112


Checkout postdeals.net for the latest deals.

WWW
Re:Ongoing open beta (1.5.1)
« Reply #63 on: January 26, 2003, 10:29:05 PM »
Reply with quote

I have 1.5.0 and installed chat feature and bookmark feature. Do i need to upgrade to 1.5.1 i mean what features are in 1.5.1 and also will those mods work if i UPGRADE to 1.5.1?
Logged

For HotDeals, Coupons, Games Visit: www.postdeals.net

kurgan
Jr. Member
**
Posts: 91


!!MIKE WAZOWSKI!!

ICQ - 31301694 WWW
Re:Ongoing open beta (1.5.1)
« Reply #64 on: January 26, 2003, 10:40:52 PM »
Reply with quote

how about a safe-upgrade version has that been released?
Logged

orange
Noobie
*
Posts: 18


I'm a llama!

Re:Ongoing open beta (1.5.1)
« Reply #65 on: January 26, 2003, 11:21:52 PM »
Reply with quote

Quote from: [Unknown] on January 26, 2003, 06:08:47 PM
QuoteIn 1.4 if a subject was long, the subject shown in the lastpost column on the index was cut down so as not to occupy a load of lines.

I'd swear it still does this....

-[Unknown]

No, it doesn't - I'll quote my earlier post since it seemed to get lost under everything else:

QuoteThe links to the "Last Post" in the board index all seem to take you to Page 1 now rather than to the latest page. It seems that the  $startPage  variable in BoardIndex.php is getting set after it is used for some reason, or have I just got a defective copy?

Also, the "..." doesn't seem to get used to replace long thread titles on the board index page - is this a bug or a new feature?

This ... problem seems to be due to the truncation code again being done AFTER the $latestPostSubject variable has been set, so it doesn't actually do anything.
Logged
[Unknown]
Global Moderator
YaBB God
*****
Posts: 7830


ICQ - 179721867unknownbrackets@hotmail.com WWW
Re:Ongoing open beta (1.5.1)
« Reply #66 on: January 26, 2003, 11:35:25 PM »
Reply with quote

The last post "..." bug has been fixed in the upcoming build 38.

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


ICQ - 179721867unknownbrackets@hotmail.com WWW
Re:Ongoing open beta (1.5.1)
« Reply #67 on: January 27, 2003, 12:40:59 AM »
Reply with quote

Build 38.... not much in the way of fixes, but some.

http://www.yabbse.org/community/index.php?board=9&action=display&threadid=17909&start=0

-[Unknown]
Logged
anyoneintr
Noobie
*
Posts: 14


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

we r using two forums (one have +8000 the other one have +11000 members)  more than 1 year..and startd with se1.0 and sometimes we have faced little problems
but i always liked and appreciate your work...but this 1.5.0 and 1.5.1 versions also interesting thing happened in 1.4.1 (both forums gave the same error at the same time..) ..whatever one of them is ok (thanks to unknown..i think he made 10 new IRC1 version because of me.. )but it is not opened yet still in maint. mode ..the other one is working for two days with a little error on the profile page...but today a login problem appeared and now no one can login...we r writing the user and passes but we see "no page found" ..but when we back to the forum mainpege on tho online users we see our names on the board...also we r visitors at the same time...
i have one qusetion is it  possible to downgrade the yabb to 1.3,.0 for ex.. or start a new forum from the zero...
Logged
PHPlugin
Sr. Member
****
Posts: 465


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

I just upgraded my test board from Build 36 to 38,
and this happened:

http://www.erz-clan.com/trash/upgrade.jpg

Is that ok?

PS:
I posted 2 profile bugs on the SF bug tracker ;)
« Last Edit: January 27, 2003, 01:08:25 AM by doom|erZ » 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 #70 on: January 27, 2003, 01:11:38 AM »
Reply with quote

Well after using if for half a day, its deffinatly a lot lot faster than 1.4.1 was.

Also looking at server load its hovering around 0.4 as opposed to 1ish it was earlier - this is a shared server though so obv can work anything out accuratly.

Should help me keep me $10 a month host though, was gettin worried now im gettin 15000 page views a day  :-\

Prehaps a little bit in the credits should be added, similar to the thanks to Chris Cromer for driving the release of 1.4.1 to reflect Unknowns hard work on 1.5.1
Logged
Spaceman-Spiff
Mod Team
YaBB God
*****
Posts: 3689


My $txt[228]

Re:Ongoing open beta (1.5.1)
« Reply #71 on: January 27, 2003, 01:12:55 AM »
Reply with quote

same error msg for me, from B36 to B38:

Warning: Missing argument 3 for addprimary() in /home/virtual/site3/fst/var/www/html/yabbse/upgrade.php on line 260

Warning: Bad arguments to implode() in /home/virtual/site3/fst/var/www/html/yabbse/upgrade.php on line 263

Warning: Bad arguments to implode() in /home/virtual/site3/fst/var/www/html/yabbse/upgrade.php on line 263

Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /home/virtual/site3/fst/var/www/html/yabbse/upgrade.php on line 264
Error: MySQL said:

You have an error in your SQL syntax near ')' at line 1
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 #72 on: January 27, 2003, 01:16:01 AM »
Reply with quote

Quote from: PHPlugin on January 27, 2003, 01:05:01 AMI just upgraded my test board from Build 36 to 38,
and this happened:

http://www.erz-clan.com/trash/upgrade.jpg

Is that ok?

PS:
I posted 2 profile bugs on the SF bug tracker ;)

*Kicks self repeatedly*

Typo.  Fixed.

*Pulls out hair!*

http://cbeta.yabbse.org/yabbse_1-5-1RC1B38_update.zip

-[Unknown]
Logged
PHPlugin
Sr. Member
****
Posts: 465


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

ROFL! Thx! ;D

There is also a bug with the date/time format.
I set this as the default display format:
%e. %B %Y, %H:%M

Should display something like:

27. January 2003, 16:46

But it displays this:

. January 2003, 16:46
Logged
[Unknown]
Global Moderator
YaBB God
*****
Posts: 7830


ICQ - 179721867unknownbrackets@hotmail.com WWW
Re:Ongoing open beta (1.5.1)
« Reply #74 on: January 27, 2003, 01:25:20 AM »
Reply with quote

Go bother the makers of PHP:

Not all conversion specifiers may be supported by your C library, in which case they will not be supported by PHP's strftime(). This means that e.g. %e, %T, %R and %D (there might be more) will not work on Windows.

-[Unknown]
Logged
Pages: 1 ... 3 4 [5] 6 7 ... 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.026 seconds with 19 queries.