2.5.x - 90% complete, want to beta it ?
From Another Web Company
 Viewed 61270 times, With a total of 334 Posts
| Have a suggestion, improvement, change or non-beta Forum Entension bug ? Please add them to the todo list
|
|
|
|
|
|
~ What was once an opinion, became a fact, to be later proven wrong ~
|
|
|
|
Clicked A Few Times
Wiki Edits: 0
Threads 1
Posts 6
|
|
| 10:43:07 AM - Monday 22nd, June 2009 |
|
Quote:AWC May 23rd 10:10 pmNew download posted (same download link - has new files) with the following...
_
I am sorry but i can't find where can i download the updated 2.5.6.... can you post link here or PM link to me? Thank lot!
|
|
|
|
|
|
Forum Regular
Wiki Edits: 13
Threads 25
Posts 206
|
|
| 5:25:36 AM - Monday 13th, July 2009 |
|
Think i posted my results of the latest update in the wrong forum
http://wiki.anotherwebcom.com/Special:AWCforum/st/id1167
The way it looks at the moment looks familiar, must have made this mistake before but cannot find anything on this forum with the fix
|
|
| Krillmeed. A dream that became a reality and spread throughout the internet.
|
|
|
|
Forum Regular
Wiki Edits: 13
Threads 25
Posts 206
|
|
| 4:30:03 AM - Tuesday 14th, July 2009 |
|
Cancel last, for some reason it never works to overwrite the old files with the new ones. So i deleted the old files then uploaded the new ones. Everything is back to normal and better than ever.
|
|
|
|
|
|
Just Got Here
Wiki Edits: 0
Threads 0
Posts 1
|
|
| 2:34:44 AM - Wednesday 22nd, July 2009 |
|
MySQL Issue
|
Hi,
I upgraded my forum today. Everything went well.
However, when a user clicks on either 'my posts' or 'my threads' this error appears:
Database error
A database query syntax error has occurred. This may indicate a bug in the software. The last attempted database query was:
SELECT t.*, f.f_name, f.f_id, p.p_post, f.f_name, c.cat_name FROM `awc_f_posts` p JOIN `awc_f_threads` t ON p.thread_id=t.t_id JOIN `awc_f_forums` f ON t.forum_id=f.f_id JOIN `awc_f_cats` c ON f.parent_id=c.cat_id WHERE (p.p_userID=) AND p.p_thread_start!=1 GROUP BY t.t_id ORDER BY t.t_lastdate DESC
from within function "". MySQL returned error "1064: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ') AND p.p_thread_start!=1 GROUP BY t.t_id ' at line 9 (localhost)".
Any ideas on how to fix? Thanks.
|
|
|
|
|
|
|
| 12:58:55 AM - Friday 24th, July 2009 |
|
Quote:Damian Jul 22nd 2:26 amHi,
I upgraded my forum today. Everything went well.
However, when a user clicks on either 'my posts' or 'my threads' this error appears:
Database error....
Hello Damian
Sorry about the late responce... its a bug in the latest beta which has been fix but i have not had any time to create a new download. Maybe some time over the weekend.
_
|
|
|
|
|
|
|
| 10:44:43 AM - Sunday 26th, July 2009 |
|
Current Beta download is Ver 2.5.6
|
| When ever i post in this thread (no matter what the content is), i'll include a post title stating the current download version, which is 2.5.6.
|
|
|
|
|
|
|
| 5:17:41 PM - Monday 27th, July 2009 |
|
Current Beta download is Ver 2.5.7
|
New download available, 2.5.7
Download link is at the bottom of the main post.
New changes in 2.5.7 download 7/27/09
- Fixed: Post and Threads search links in the MemCP menu:
- Fixed: Missing Max number of members who can be PMed
- Fixed: Sending PMs to members with 'spaces' in their name.
- Changed: Whoes here will now display Forum and Thread titles instead of the url.
- Tweaked the "Last Page" jump on the thread listing pages.
- Fixed search bug when trying to search certon forum sections.
- Changed: Clear 'New' Indicators needs redirect
- Changed: Thread and Post count query.
- Added: Preview to edit page
- [Fixed] Last page jump and Next page jump for threads.
- [ Fixed] Disable option to create polls. Note: any polls which are already create will still function. Polls still have more admin options to come; close poll, lock thread - keep poll active, delete, etc..
http://downloads.anotherwebcom.com/wiki/updates/awc_forum_beta_2.5.7.rar
_
|
|
|
|
|
|
Clicked A Few Times
Wiki Edits: 3
Threads 11
Posts 15
|
|
|
|
|
|
|
Clicked A Few Times
Wiki Edits: 4
Threads 2
Posts 50
|
|
| 4:21:35 PM - Tuesday 28th, July 2009 |
|
I just installed this... and their's a bug on my Main Page now.
Quote:The Mainpage Bug Notice: Use of undefined constant awcs_forum_ver_current - assumed 'awcs_forum_ver_current' in /.../extensions/awc/forums/includes/gen_class.php on line 632
EDIT:
I also noticed that there's an issue on Whose Here. When they're viewing the Wiki instead of the forum the location is preceded by '(viewing_wiki_site)', and that ends up appearing in the URL and making it so you can't follow the link to join someone to the page they're on.
-
AWC edit - removed file path.
-
|
|
Edited On 12:34:25 AM - Wednesday 29th, July 2009 by AWC
|
|
|
|
|
|
|
| 12:57:08 AM - Wednesday 29th, July 2009 |
|
Quote:Kitsufox Jul 28th 4:13 pmI just installed this... and their's a bug on my Main Page now.
Quote:The Mainpage Bug Notice: Use of undefined constant awcs_forum_ver_current - assumed 'awcs_forum_ver_current' in /.../extensions/awc/forums/includes/gen_class.php on line 632
crap...
Sorry but i dont have the time to fix this, but i can make it go away 
Its not a big deal, and will not cause any harm.
For now your gonna have to edit the following file.
extensions/awc/forums/includes/gen_class.php
Add error_reporting(0); to the top.
<?PHP
error_reporting(0);
/*
License:
Another Web Compnay (AWC)
....
*/
Gonna make the change in the 2.5.7 download now.
Quote:Kitsufox Jul 28th 4:13 pmI also noticed that there's an issue on Whose Here. When they're viewing the Wiki instead of the forum the location is preceded by '(viewing_wiki_site)', and that ends up appearing in the URL and making it so you can't follow the link to join someone to the page they're on.
That's just old entries in database which will disappear.
_
|
|
|
|
|
|
Clicked A Few Times
Wiki Edits: 4
Threads 2
Posts 50
|
|
| 10:49:46 AM - Wednesday 29th, July 2009 |
|
I've noticed that we're also getting
Quote:Error Notice: Undefined index: type in /home/kitsufo/public_html/cosc/extensions/awc/forums/includes/gen_class.php on line 867
These errors... They pop up seemingly at random (I haven't been able to discover any consistency) in threads. They don't cause anything but an aesthetic issue, so they're not pressing or anything... But I figured you should at least know about 'em.
|
|
|
|
|
|
Gets Around
Wiki Edits: 29
Threads 22
Posts 170
|
|
|
| Freggers Wiki (German)
|
|
|
|
|
| 11:07:02 AM - Thursday 30th, July 2009 |
|
Quote:AWC Jul 29th 12:49 am Quote:Kitsufox Jul 28th 4:13 pmI also noticed that there's an issue on Whose Here. When they're viewing the Wiki instead of the forum the location is preceded by '(viewing_wiki_site)', and that ends up appearing in the URL and making it so you can't follow the link to join someone to the page they're on.
That's just old entries in database which will disappear.
_
|
|
|
|
|
|
Clicked A Few Times
Wiki Edits: 5
Threads 7
Posts 63
|
|
| 3:57:38 PM - Thursday 30th, July 2009 |
|
Thank you again for the nice update and taking the time as usual 
Greetings,
Dutchman.
|
|
| What's the difference between a duck ? O.o
|
|
|
|
Clicked A Few Times
Wiki Edits: 1
Threads 10
Posts 42
|
|
| 8:59:09 PM - Thursday 30th, July 2009 |
|
Downloaded and installed 2.5.7 and all seems to be well. Thank you for changing the name of the download file to represent the version.
Can you tell school is about ready to start? Yep - the forums should start becoming active in about 3 weeks.
|
|
|
|
AWC's:
2.6.0 MediaWiki - Stand Alone Forum Extension Forum theme style by: AWC
|