Fudforum working with some tricks
Giorgio Pioda <[email protected]> Wed, 4 Mar 2009 02:32:10 -0700 (MST)
| Newsgroups | gmane.comp.web.phpgroupware.devel |
|---|---|
| Organization | phpGroupware Forums |
| Message-ID | <[email protected]> |
Endly.... The setup script is messed up I copied by hand the files contained in the fudforum/setup/base in the correct directories (/var/lib/phpgroupware/files/fudforum for the NON-WEB-Based and /usr/share/phpgroupware/fudforum for WEB BASED) I then disabled the part of setup/index.php (the file is in /fudforum/index.php and NOT in /fudforum/setup/index.php) responsible for copiing the filestructure Then running a coupple of tinme the application I finally got the error that /usr/share/phpgroupware/fudforum/theme/default/index.php were missing (this means that the locale creation in the setup/index.php is also broken) so I copied it from my old installation (yes I am lazy) and BANG! Fudforum works. I hope that these hints will help in fixing it in the sources. . Sent from the phpGroupWare forums @ forums.phpGroupWare.org