Re: File Missing
Benoit St-Andre <[email protected]> Wed, 28 Jan 2004 23:27:17 -0500
| Newsgroups | gmane.comp.horde.user,gmane.comp.horde.jonah |
|---|---|
| Message-ID | <[email protected]> |
Le 29 Janvier 2004 17:03, [email protected] a écrit : > I thought U'll realize... not even the .dist file. check CVSWEB it's not > there. > > kosala > > Quoting Benoit St-Andre <[email protected]>: > > Le 29 Janvier 2004 16:43, [email protected] a écrit : > > > hey ppl, > > > > > > I've succesfuly downloaded jonah from CVS, but when I tried to install > > > > and > > > > > acces it it gave me a error saying missing 'conf.php' in 'config/' > > > directory. I also checked CVSWEB and there also I couldn't find that > > > > file. > > > > > jonah test give me following error. > > > > > > Jonah Configuration Files > > > > > > * config/conf.php: No > > > The file ./config/conf.php appears to be missing. You probably > > > just forgot to copy ./config/conf.php.dist over. While you do that, > > > take a > > > > look > > > > > at the settings and make sure they are appropriate for your site. > > > > > > any idea what happend to that file. > > > > > > kosala > > > Ooooooops.... really sorry, that was a dumb mail from me... Two things: 1- that message isn't supposed to be there anymore. So, here's a little patch for jonah/test.php that will make it easier to forgive me :-) 2-the file conf.php will "appear" there after you have configured Jonah within Horde going through the configuration menus. Sorry for the rudeness of the first answer. -- Benoit St-André [email protected] Connaissez-vous Linuxédu-Québec ? http://linuxeduquebec.org -- Horde mailing list - Join the hunt: http://horde.org/bounties/#horde Frequently Asked Questions: http://horde.org/faq/ To unsubscribe, mail: [email protected]
test.php.diff
(text/x-diff, 628 B)
Index: test.php =================================================================== RCS file: /repository/jonah/test.php,v retrieving revision 1.21 diff -r1.21 test.php 48,51d47 < /* Jonah configuration files. */ < $file_list = array( < 'config/conf.php' => 'The file <code>./config/conf.php</code> appears to be missing. You probably just forgot to copy <code>./config/conf.php.dist</code> over. While you do that, take a look at the settings and make sure they are appropriate for your site.' < ); 67,70d62 < <h1>Jonah Configuration Files</h1> < <ul> < <?php echo $horde_test->requiredFileCheck($file_list) ?> < </ul>