Moodle

wiki page can not be shown sometimes

Details

  • Type: Bug Bug
  • Status: Closed Closed
  • Priority: Major Major
  • Resolution: Won't Fix
  • Affects Version/s: 1.8
  • Fix Version/s: None
  • Component/s: Wiki (1.x)
  • Labels:
    None
  • Environment:
    winxp sp2/xampp php5 mysql5
  • Database:
    MySQL
  • Affected Branches:
    MOODLE_18_STABLE

Description

wiki page can not be shown sometimes, you can never know when it happens.

Activity

Hide
Tatsuya Shirai added a comment -

Hi Roy!
This trouble happened in Japanese environment too.
Tha cause of this trouble is caching of formatted wiki contents for database.
We had solved the trouble by commenting out as follows.

mod/wiki/ewiki.php:

      • encloses whole page output with a descriptive <div>
        function ewiki_page_css_container(&$o, &$id, &$data, &$action) {
        // $o = "<div class=\"wiki $action "
        // . strtr($id, ' ./ --_!"§$%&()=?²³{[]}`+#*;:,<>| @µöäüÖÄÜߤ^°«»\'
        ',
        // '- -----------------------------------------------')
        // . "\">\n"
        // . $o . "\n</div>\n";
        $o = "<div class=\"wiki $action\">\n" . $o . "\n</div>\n"; // change to this.
        }
Show
Tatsuya Shirai added a comment - Hi Roy! This trouble happened in Japanese environment too. Tha cause of this trouble is caching of formatted wiki contents for database. We had solved the trouble by commenting out as follows. mod/wiki/ewiki.php:
      • encloses whole page output with a descriptive <div> function ewiki_page_css_container(&$o, &$id, &$data, &$action) { // $o = "<div class=\"wiki $action " // . strtr($id, ' ./ --_!"§$%&()=?²³{[]}`+#*;:,<>| @µöäüÖÄÜߤ^°«»\'
        ', // '- -----------------------------------------------') // . "\">\n" // . $o . "\n</div>\n"; $o = "<div class=\"wiki $action\">\n" . $o . "\n</div>\n"; // change to this. }
Hide
Michael de Raadt added a comment -

Thanks for reporting this issue.

We have detected that this issue has been inactive for over a year has been recorded as affecting versions that are no longer supported.

If you believe that this issue is still relevant to current versions (2.1 and beyond), please comment on the issue. Issues left inactive for a further month will be closed.

Michael d;

lqjjLKA0p6

Show
Michael de Raadt added a comment - Thanks for reporting this issue. We have detected that this issue has been inactive for over a year has been recorded as affecting versions that are no longer supported. If you believe that this issue is still relevant to current versions (2.1 and beyond), please comment on the issue. Issues left inactive for a further month will be closed. Michael d; lqjjLKA0p6
Hide
Michael de Raadt added a comment -

I'm closing this issue as it has become inactive and does not appear to affect a current supported version. If you are encountering this problem or one similar, please launch a new issue.

Show
Michael de Raadt added a comment - I'm closing this issue as it has become inactive and does not appear to affect a current supported version. If you are encountering this problem or one similar, please launch a new issue.

People

Vote (3)
Watch (3)

Dates

  • Created:
    Updated:
    Resolved: