Today I had been buzzed with a bug in WordPress 2.6. That is, one of my posts cannot be loaded when trying to edit it. The page only shows some headers and the rest is empty. As a result, I can’t edit the post. Checked error log and I found this fatal error:
[error] PHP Fatal error: require_once() [function.require]: Failed opening required '/Text/Diff/Renderer.php' (include_path='.:/usr/lib/php:/usr/local/lib/php:/home/wacofx/php') in /somedir/wp-includes/Text/Diff/Renderer/inline.php on line 17
[error] PHP Warning: require_once(/wp-includesText/Diff/Renderer.php) [function.require-once]: failed to open stream: No such file or directory in /somedir/wp-includes/Text/Diff/Renderer/inline.php on line 17
Googled around and finally found a solution. Apparently it has sometime to do with ini_set() and some codes in some files need to be modified. The expert also uploaded the modified files or you can download a copy here.
Another solution can be found here.
No related posts.








2 responses so far ↓
1
DrDaveHPP
// Oct 11, 2008 at 2:28 pm
Thanks for posting this very useful link (the one to code-styling-de) – I was starting to go mental trying to work this problem out!
2
// Nov 8, 2008 at 4:05 am
[...] public links >> renderer WordPress: “Text/Diff/Renderer/inline.php on line 17″ error First saved by thegirlinthecafe | 1 days ago No cost rendering software First saved by [...]
Leave a Comment