AWC's 2.5.6 Forum Themes and forum's list problem.
From Another Web Company
Viewed 487 times, With a total of 4 Posts
| Have a suggestion, improvement, change or non-beta Forum Entension bug ? Please add them to the todo list
|
|
|
|
Clicked A Few Times
Wiki Edits: 1
Threads 2
Posts 10
|
|
| 10:36:28 PM - Tuesday 26th, May 2009 |
|
Hello everyone.
Yesterday I updated my AWC's 2.4.3 to 2.5.6 for fix russian named pages' links problem:
http://wiki.anotherwebcom.com/Special:AWCforum/st/id1157
And links work correct now. Thanks AWC.
But I have a couple other problems with my forum's list and Forum Themes option:
- When I go to Forum Themes page (AdminCP -> Forum Themes) http://mywiki_address/index.php/Special:AWCforum/admin/theme
I see some code in my browser (Mozilla or IE) and nothing more:
Array
(
[all] => admin/theme/
[what_file] => admin
[section] => theme
[id] =>
[todo] =>
[0] => admin
[1] => theme
[2] =>
)
- When I go to any Catergory's List or Forum's List:
http://62.231.164.19/ksz/index.php/Special:AWCforum/sc/id1/Test_Catagory.html
or
http://62.231.164.19/ksz/index.php/Special:AWCforum/sf/id1/Forum_Name.html
I see just a blank page in FireFox and HTTP 500 Error in IE.
My software version:
OS: FreeBSD 6.2
MediaWiki 1.14.0
PHP 5.2.9 (apache2handler)
MySQL 5.1.33-log
Apache 2.2
AWC's: 2.5.6
Does anyone have things about it?
|
|
|
|
|
|
|
| 12:13:34 AM - Thursday 28th, May 2009 |
|
Thats not done yet... pretty sure its the only thing left to finish (aside form bugs).
I tried your links a few times, but cant connect to your server.
Im gonna download and install FreeBSD right now and see if i have the same problem.
For some reason the forum does not work with Windows XP IIS 5.1 server (dont know why and have not had the time to trouble shoot) so maybe this is the same.
I will post back once i get FreeBSD up and running and test out the forum.
Can you check your servers log files (php and Apache) and see if they have any info (if you can PM them to me that would be great) ?
Can you view the main forum page, the one that lists all the forum sections ?
And since you said the russian links are fixed, i guess you can view threads ?
Will post back with more info soon.
_
|
|
~ What was once an opinion, became a fact, to be later proven wrong ~
|
|
|
|
Clicked A Few Times
Wiki Edits: 1
Threads 2
Posts 10
|
|
| 5:21:49 AM - Thursday 28th, May 2009 |
|
Hello AWC.
Quote:AWC May 28th 12:13 am
I tried your links a few times, but cant connect to your server.
Sorry, I forgot about my firewall rules, now you can connect to my server and you already have forum's admin rights.
Quote:AWC May 28th 12:13 am
Can you view the main forum page, the one that lists all the forum sections ?
Yes i can, but only this one page
Quote:AWC May 28th 12:13 am
And since you said the russian links are fixed, i guess you can view threads ?
Not quite. I can do it but only through Last Post's link.
Quote:AWC May 28th 12:13 am
Can you check your servers log files (php and Apache) and see if they have any info (if you can PM them to me that would be great) ?
Sure. I will PM them right now.
|
|
|
|
|
|
|
| 2:37:22 PM - Thursday 28th, May 2009 |
|
Boy... do devs hate that error its so vague - tells you nothing.
Looking through your log files, it seams like your server does not like the PHP ctype_digit() function.
Can you try the following and see if it works...
Search the /forum.php file and replace ctype_digit with is_numeric
Should only be in three places: lines 58, 63 and 68
Just so you know, still no access to your site as of this posting time.
If you have the time, could you please post back the results of your test so i can make this a permanent change if it works, thanks.
_
|
|
|
|
|
|
Clicked A Few Times
Wiki Edits: 1
Threads 2
Posts 10
|
|
| 10:26:28 PM - Thursday 28th, May 2009 |
|
Quote:AWC May 28th 2:37 pm
Boy... do devs hate that error its so vague - tells you nothing.
_
Yep, and i tried to tell the same hereby (if i right understand you, of course. my english so ugly )
Quote:AWC May 28th 2:37 pm
Can you try the following and see if it works...
Search the /forum.php file and replace ctype_digit with is_numeric
Should only be in three places: lines 58, 63 and 68
_
And thank you again, it's all right now after point changes!
|
|
|
AWC's:
2.6.0 MediaWiki - Stand Alone Forum Extension Forum theme style by: AWC
|