tsw wrote:
you could just manually see what it does and copy paste relevant lines, or grab the svn version and test with it..
Ok, I patched it with the help of my kind friend, but it does not work. Even, also the admin page is blank, so I return to the original include.php file.
Just an observation: the patch file contains some lines like this:
Code: Select all
require($dirname.'/lib/smarty/Smarty.class.php');
while my original include.php file contains the corresponding lines like this:
Code: Select all
require(dirname(__FILE__).'/lib/smarty/Smarty.class.php');
Notice that occurrences of dirname(__FILE__) are substitued by $dirname. Then, what it does means I do not know.
