All posts suddenly completely blank!
From Another Web Company
Viewed 622 times, With a total of 5 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: 2
Threads 1
Posts 6
|
|
| 12:03:26 AM - Monday 07th, September 2009 |
|
AWC was working very smoothly, and I did not change anything, and today I noticed if you actually click to view specific posts, they're all blank pages. The rest of the script appears to work fine, you can even see the lists of posts and their names, and when you click on them the name of the URL it tries to open is right, but the page is totally blank.
Any ideas as to what is going on? The site is http://www.gardenology.org
Thanks!
Raffi
|
|
|
|
|
|
|
| 9:53:18 AM - Monday 07th, September 2009 |
|
Hello
Something had to change... did you update any of your current extensions (other then the Forum) or add a new extension ? [edit] or edit any members accounts, by hand or via another extention [/edit]
Just checked your site and can see that any thread which has more then one poster is causing the problem.
Im using MediaWiki 1.15.1 here (and also on a local test server) along with PHP and MySQL 5 which out any problems
Try this...
Edit - \extensions\awc\forums\SpecialPage.php
At the top make he following change:
Current: <?PHP
if ( !defined( 'MEDIAWIKI' ) ) die();
if($_SERVER['REMOTE_ADDR'] == '192.168.0.11'){
#error_reporting(E_ALL | E_STRICT | E_NOTICE); # testing...
error_reporting(E_ALL | E_NOTICE ); # testing...
} else {
error_reporting(E_ALL & ~E_NOTICE);
}
Change to:<?PHP
error_reporting(E_ALL | E_NOTICE );
And post back the results.
Im gonna be running around today along with a little work on my house, but ill try and check back here every now and again.
_
|
|
Edited On 12:19:35 PM - Monday 07th, September 2009 by AWC
|
|
~ What was once an opinion, became a fact, to be later proven wrong ~
|
|
|
|
Clicked A Few Times
Wiki Edits: 2
Threads 1
Posts 6
|
|
| 12:40:59 PM - Monday 07th, September 2009 |
|
Done
|
Hi - I made the change in the file you suggested, but don't see any difference. Just to be safe, I also commented out the DataTransfer script from my localsettings file, which I had installed recently, and which AWC forum had continued to work with.
Let me know if you have any suggestions, or email me if you want my password to take a look yourself.
BTW - I love the forum so much, it's really everything I'd been looking for in a MW forum for so long... thanks a million!
|
|
|
|
|
|
Clicked A Few Times
Wiki Edits: 2
Threads 1
Posts 6
|
|
| 8:10:18 AM - Tuesday 08th, September 2009 |
|
Thanks!
|
| Thanks so much for taking a look at this, it's working great again!
|
|
|
|
|
|
|
| 8:18:56 PM - Tuesday 08th, September 2009 |
|
Your wellcome.
For anyone else reading this who might have the same problem.
The forum seams to be clashing with a certon version of the FCKeditor using the forum auto-link option.
In time i will be looking into this, but for right now you have two options.
Disable the FCKeditor Extension
or
Disable the auto-link option in the forums AdminCP
- Forum >> Admin >> Forum Config Settings >> Thread Option's
- Convert words that are Wiki titles to links with-in post text. (off/no)
Will post back here when the problem has been fixed.
_
|
|
|
AWC's:
2.6.0 MediaWiki - Stand Alone Forum Extension Forum theme style by: AWC
|