ArcadeDownloadsNewslettersForum Menu
ForumSearchToday's Posts
NavigationWhat AWC Offers
MediaWiki Forum ExtensionProgramsMediaWiki ExtensionsIPB ScriptsFireFox StuffLinks
Wiki Tools
Upload file Special pagesEditHistoryRecent Changes
Login or Create Account

Log in

You must have cookies enabled to log in to Main Site - Local.

 
Log in / create account

2.5.x - 90% complete, want to beta it ?

From Another Web Company

Announcement Viewed 44330 times, With a total of 301 Posts
Have a suggestion, improvement, change or non-beta Forum Entension bug ? Please add them to the todo list

Jump to page 1Prev 166789101112131415Next 16Last
Gets Around
Wiki Edits: 2757
Threads 117
Posts 1214
Quote:Krillmeed Feb 16th 2:23 pm
so do you suggest i should wait a little longer


Found the laguage problem, fixing it now, will post back when a new download is ready and you shuold be good to go
~ What was once an opinion, became a fact, to be later proven wrong ~


Clicked A Few Times
Wiki Edits: 13
Threads 24
Posts 201
good to hear
Krillmeed. A dream that became a reality and spread throughout the internet.

Just Got Here
Wiki Edits: 0
Threads 0
Posts 3
I have a problem with this beta.
Ive installed on new wiki AWC forum 2.4.1 and updated to 2.5.1. Everything works after copying new language files, except... writing posts. Im trying to do this even from admin account, but it dont shows edit box. I dont get completly any posting form in page source:
<table width="100%" cellpadding="0" cellspacing="0" class="bread_crumbs">
	<tr>
		<td width="99%" valign="bottom"><a href="http://xxxxx.pl/index.php/Special:AWCforum/">Forum</a> >> <a href="http://xxxxxx.pl/index.php/Special:AWCforum/sf/id10">test1</a></td>

	</tr>
</table>
<br />      <br />
        	<table class="whos_here" width="100%" cellpadding="0" cellspacing="0">
        			<tr>
                  <td width="100%" class="whos_here_header">

Ive tried to send files to server again. but nothing changes.

Just Got Here
Wiki Edits: 4
Threads 1
Posts 33
I had a major issue when I updated from 2.4.0, my suggestion is restore the backup you (hopefully) did before upgrading, and then preform the updates for 2.4.2 and 2.4.3, THEN try to go to 2.5.1.

I know that worked for me, in a similar situation (though it was a massive language issue in my case).

Gets Around
Wiki Edits: 2757
Threads 117
Posts 1214
Quote:Dinth Feb 18th 3:54 pm
I have a problem with this beta.
Ive installed on new wiki AWC forum 2.4.1 and updated to 2.5.1. Everything works after copying new language files, except... writing posts. Im trying to do this even from admin account, but it dont shows edit box. I dont get completly any posting form in page source:
<table width="100%" cellpadding="0" cellspacing="0" class="bread_crumbs">
	<tr>
		<td width="99%" valign="bottom"><a href="http://xxxxx.pl/index.php/Special:AWCforum/">Forum</a> >> <a href="http://xxxxxx.pl/index.php/Special:AWCforum/sf/id10">test1</a></td>

	</tr>
</table>
<br />      <br />
        	<table class="whos_here" width="100%" cellpadding="0" cellspacing="0">
        			<tr>
                  <td width="100%" class="whos_here_header">

Ive tried to send files to server again. but nothing changes.

Humm... thats the same problem found on 'Testers' site.
Not sure why it happening, but heres a "work-around" for now.
Open up the following file:
/extensions/awc/forums/functions/post_phase.php


Look for this code (around line number 251)
return $tplt->phase($word,$to_skin,'post_box', true);
Just about that add the followinf code
$tplt->add_tplts(array("'post_box'", ), true);
so after your edit it will look like
                $tplt->add_tplts(array("'post_box'", ), true);
                return $tplt->phase($word,$to_skin,'post_box', true);


Please post back and let us know how you made out.

_

Just Got Here
Wiki Edits: 0
Threads 0
Posts 3
Hmm strange, i dont have this in post-phase.php or any other occurence of "return $tplt->phase" string in my forum directory

Gets Around
Wiki Edits: 2757
Threads 117
Posts 1214
Quote:Dinth Feb 19th 4:01 am
Hmm strange, i dont have this in post-phase.php or any other occurence of "return $tplt->phase" string in my forum directory

Your right, you dont
I said the wrong file, it should have been,
/extensions/awc/forums/functions/post_box.php

Just Got Here
Wiki Edits: 0
Threads 0
Posts 3
it works now, thank you very much

Gets Around
Wiki Edits: 2757
Threads 117
Posts 1214
Changes:
  1. Made SQL calls more efficient
  2. Added option to fill wiki-dbase with forum thread into (off by Default)
  3. Added Forum Menu to wiki-navigation
  4. Changed how the "recent post" indicators work (along with an Admin option to store info in dbase to make "recent posts" browser independent, Default is cookie)
  5. Fixed the update-language problem (we hope)
  6. Change the Thread subscriptions alittle
  7. The posting_box problem Dinth and Tester have should be fixed.
  8. Made it so the <forum_info> can pull from different forum sections (<forum_info id=#,#,#>)
  9. From now on, when you upload your new updated files, the forum will re-direct you to the #Update-script. If a member tries to view the forum, they will see a "Updating message".
  10. Added two language files, /languages/menu.i18n.php and whos_here.i18n.php
- They control any text displayed in your wiki that the forum send (the forums new menu and the "Whoe's Here") which display on wiki pages. Being that there was little text displayed, this seams like the best method. The forum tags text will also be moved here soon.


Got rid of the /includes/SpecialAWCforum.php file.
Re-named and re-structured all the forum files.
You don't have to, but it will make things cleaner if you where to delete all you current forum files
( KEEP the /extensions/awc/forums/images/ folder and the /extensions/awc/forums/skins/css/ folder)
but everything else can be deleted (the new file structured is alittle more cleaner).

http://downloads.anotherwebcom.com/wiki/updates/awc_forum_beta_2.5.rar

If you have the time, please post back how you make out.



_

Clicked A Few Times
Wiki Edits: 13
Threads 24
Posts 201
sorry tried this and it dropped the wiki like a brick. I deleted everything you said including the special files in includes, and the wiki dropped along with the forum. Since you got rid of the special files, should the link in the local settings be different?

these are the last log entries on the wiki:

PHP Fatal error: require_once(): Failed opening required '.../wiki/extensions/awc/forums/awc_forum.php' in /hsphere/local/home/krillmeed/lcarsmemoryalpha.com/wiki/LocalSettings.php on line 26


[EDIT]
REMOVED file paths (its not good to post file paths link this in public)
Edited On 3:24:05 PM - Saturday 21st, February 2009 by AWC

Clicked A Few Times
Wiki Edits: 13
Threads 24
Posts 201
i have set up another wiki along side my original and put the 2.43 version forum in, so i can try and try again to install this with no problems with the wiki, can i have a idiots guide to update it to the latest version?

Clicked A Few Times
Wiki Edits: 1
Threads 10
Posts 42
I decided not to delete 2.5.1 files from /includes and only deleted files in the /extensions (except lang and skin folders). Uploaded new files, loaded forum in browser, ran update script, changed config.php as well as whos_here.i18n.php (change phrase to 'online').

While who's here phrases show in the wiki and forum, actual member names do not show.
The Chemistry Book
An online textbook for high school students.

Clicked A Few Times
Wiki Edits: 1
Threads 10
Posts 42
Forgot the last step (and can't edit my post).

After running script, editing files, renamed /include/SpecialAWCforum.php to /include/SpecialAWCforum_orig.php

Gets Around
Wiki Edits: 2757
Threads 117
Posts 1214
Quote:Krillmeed Feb 21st 8:54 am
PHP Fatal error: require_once(): Failed opening required '.../wiki/extensions/awc/forums/awc_forum.php' in /hsphere/local/home/krillmeed/lcarsmemoryalpha.com/wiki/LocalSettings.php on line 26

That error there (the last and most important one form your list) states the:
/extensions/awc/forums/awc_forum.php file is not there.

You must have uploaded the forum files to the wrong place or something.

Update this 2.5.x like you would any other update.
Theres nothing special about it (now, since the language update has been fixed).
If you want to delete the old files, do so, if you do not, you don't have to.



Quote:LPH Feb 21st 11:38 am
While who's here phrases show in the wiki and forum, actual member names do not show.

ok, ill look into this.



Quote:LPH Feb 21st 11:42 am
Forgot the last step (and can't edit my post).

ok, will fix this now, it was a change in the last update which i forgot about something.


_

Gets Around
Wiki Edits: 2757
Threads 117
Posts 1214
Found a new bug.
When posting a new thread or new reply it mess up the User Post and Thread count.
Looking into this now.


Forum Image:Icon-double-arrow.gif AWC's Corner Image:Icon-double-arrow.gif AWC's MediaWiki Forum Extension
Jump to page 1Prev 166789101112131415Next 16Last



Whos here now: Members 0 Guests 0 Bots/Crawlers: 3


AWC's: 2.5.8 MediaWiki - Stand Alone Forum Extension
Forum theme style by: AWC