From: Jacob R. <jac...@gm...> - 2006-08-04 05:18:15
|
Ok, that got me further. Now I have a new error: lib/WikiDB/backend/PearDB.php:34: Fatal[256]: Can't connect to database: wikidb_backend_mysql: fatal database error * DB Error: connect failed * ( [nativecode=Access denied for user: 'jjrael@localhost' (Using password: YES)] ** mysql://jjrael:XXXXXXXX@localhost/jjrael_phpwikidb) * lib/pear/DB/common.php:300: Notice[8]: Only variable references should be returned by reference lib/WikiDB/backend/PearDB.php:34: Fatal[256]: Can't connect to database: wikidb_backend_mysql: fatal database error * DB Error: connect failed * ( [nativecode=Access denied for user: 'jjrael@localhost' (Using password: YES)] ** mysql://jjrael:XXXXXXXX@localhost/jjrael_phpwikidb) * I think I need to change the password for the mysql dB. How do I do that? jr > Date: Mon, 31 Jul 2006 18:27:50 +0200 > From: Reini Urban <ru...@x-...> > Subject: Re: [Phpwiki-talk] how to access data when phpwiki is dead? > To: php...@li... > Message-ID: <44C...@x-...> > Content-Type: text/plain; charset=ISO-8859-1; format=flowed > > 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/ > -- Jacob Rael jac...@gm... |