Temlakos,

My guess is that the blank pages are caused by a PHP setting that
causes a blank page to be shown if any error is encountered, instead
of the error message itself. This is the "error_reporting" setting,
which is described here:

http://us.php.net/error_reporting

If you have permission, you should change the value of it, at least
temporarily, to "E_ALL" in your php.ini file. Otherwise, I believe you
can change it within PHP code itself (maybe in your LocalSettings.php
file), as described in that help page.

-Yaron


On Mon, Sep 8, 2008 at 12:12 PM, Markus Krötzsch
<[EMAIL PROTECTED]> wrote:
> On Montag, 8. September 2008, CNIT wrote:
>> > Hi,
>> >
>> > we are happy to announce the release of the new Semantic MediaWiki 1.3.
>> > The new version introduces a number of new features and general
>> > improvements. Upgrading from SMW 1.2 requires only little effort, but it
>> > is still recommended to read the installation and upgrade instructions
>> > [1].
>> >
>> > As detailed online [2], SMW 1.3 brings three different improvements for
>> > browsing semantic data:
>> >
>> > * Special:Browse is more usable and more concise.
>> > * Searching for property values now offers a "fuzzy" search that allows
>> > you to jump to pages with "nearby" values when a search has only few
>> > results. * Concept pages now offer a browsing mechanism similar to
>> > categories. Result paging allows to show even large numbers of results on
>> > the wiki page.
>> >
>> > With the improvement of Special:Browse, SMW no longer will display a
>> > Factbox by default but instead shows a toolbox link for displaying all
>> > property data. Both functions can be configured to achieve the old
>> > behaviour if desired.
>> >
>> > Moreover, a new mechanism for pre-computing concepts has been introduced
>> > to speed up this form of semantic queries even on very large wikis [3].
>> >
>> > As usual, SMW 1.3 also closes a number of bugs with earlier versions, and
>> > further extends the language support of SMW (thanks to the BetaWiki
>> > project!). The online documentation on this site has already largely been
>> > updated to the new version.
>> >
>> > Thanks to all users and contributors for supporting the project!
>> >
>> >
>> > Cheers,
>> >
>> > Markus
>>
>> Hi Markus,
>> Is there any timeline shedule to implement built-in properties for "page
>> creation time" and "page modification time"
>> in SMW? I remember you was saying it's not so easy because requires
>> reworking of class model of properties.
>
> Yes, I hope we can accomplish this change until 1.4. I will send another list
> of topics we will address for SMW 1.4, and on the expected release schedule.
>
>> Thank you for a great efforts!
>
> Can I take from this that you do not have the problems Temlakos described for
> SMW 1.3? I wonder what affects his site ...
>
> Markus
>
>
>> Dmitriy
>>
>> -------------------------------------------------------------------------
>> This SF.Net email is sponsored by the Moblin Your Move Developer's
>> challenge Build the coolest Linux based applications with Moblin SDK & win
>> great prizes Grand prize is a trip for two to an Open Source event anywhere
>> in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/
>> _______________________________________________
>> Semediawiki-devel mailing list
>> Semediawiki-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/semediawiki-devel
>
>
>
> --
> Markus Krötzsch
> Semantic MediaWiki    http://semantic-mediawiki.org
> http://korrekt.org    [EMAIL PROTECTED]
>
> -------------------------------------------------------------------------
> This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
> Build the coolest Linux based applications with Moblin SDK & win great prizes
> Grand prize is a trip for two to an Open Source event anywhere in the world
> http://moblin-contest.org/redirect.php?banner_id=100&url=/
> _______________________________________________
> Semediawiki-devel mailing list
> Semediawiki-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/semediawiki-devel
>
>

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Semediawiki-devel mailing list
Semediawiki-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/semediawiki-devel

Reply via email to