Supermod when editing a wiki page displays a blank page (Vbulletin)
Hi pegasus
In vbulletin 4.2.3. Using the last release of VaultWiki the Supermod when editing a wiki page displays a blank page.
In a previous reelease you had solved so:
Quote:
In vault/core/model/parser/instance/vb3.php,
find:
Code:
Code:
$this->_default->options["$key"] =& $this->model->options["$key"];
Replace with:
Code:
Code:
$this->_default->options["$key"] = $this->model->options["$key"];
Now the code is changed.
Can you help me fix the problem?