From: Reini U. <ru...@x-...> - 2006-07-31 16:27:47
|
Jacob Rael schrieb: > Hello, > > A few years ago I set up phpwiki on my personal site. My site provider > kept changing things on me like adding phpsuexec. I would hack the > code to get things to work but I began migrating data away from the > site. > > Today, I wanted to view my site to get some info and when I attempted > to log in (I am pretty sure my password is correct), I get: > > Fatal error: Cannot instantiate non-existent class: file_passwd in > /home2/jjrael/public_html/phpwiki/lib/WikiUserNew.php on line 2122 Problem: Your pear doesn't contain the File_Passwd library. Workaround: config/config.ini: INCLUDE_PATH = "/home2/jjrael/public_html/phpwiki/lib/pear" 2nd Workaround, if the first doesn't work. ENABLE_USER_NEW = false > I have ssh access to my site but I don't know what to do. At this > point, I only need to read my old data. -- Reini Urban http://phpwiki.org/ http://murbreak.at/ http://helsinki.at/ http://spacemovie.mur.at/ |