ให้ไป ที่ \libraries\joomla\document\html\renderer , line ~84.
เพื่อทำการลบ
วันอาทิตย์ที่ 20 กรกฎาคม พ.ศ. 2557
วันอาทิตย์ที่ 9 กุมภาพันธ์ พ.ศ. 2557
Joomla 2.5.x. Fatal error: Call to undefined method stdClass::onDisplay()
This tutorial shows how to get rid of the following error:
Such error may appear when you save changes after editing of K2 item.
In some cases blank page may appear when you save K2 item. Blank page
does not show this error. In order to solve the issue you need to follow
the steps specified below.
1. You need to go to \libraries\joomla\html\ folder on your hosting.
2. Download and open editor.php file in your editor. You should look for the following code:
Such code is located on line 459.
3. Replace the code with the following code:
4. Save changes and upload upload file to your Joomla. Replace original editor.php. Be sure to back up original file before modification.
1
| Fatal error: Call to undefined method stdClass::onDisplay() |
1. You need to go to \libraries\joomla\html\ folder on your hosting.
2. Download and open editor.php file in your editor. You should look for the following code:
1
| if ( $temp = $plugin ->onDisplay( $editor , $this ->asset, $this ->author)) |
3. Replace the code with the following code:
1
| if (method_exists( $plugin , 'onDisplay' ) && $temp = $plugin ->onDisplay( $editor , $this ->asset, $this ->author)) |
4. Save changes and upload upload file to your Joomla. Replace original editor.php. Be sure to back up original file before modification.
สมัครสมาชิก:
บทความ (Atom)