==================================================================
  Please DO NOT REPLY to this mail or send email to the developers
  about this bug. Please follow-up to Bugzilla using this link:
    http://bugs.contribs.org/show_bug.cgi?id=8040

  Have you checked the Frequently Asked Questions (FAQ)?
    http://wiki.contribs.org/SME_Server:Documentation:FAQ

  Please also take the time to read the following useful guide:
    http://www.chiark.greenend.org.uk/~sgtatham/bugs.html
==================================================================

--- Comment #30 from Unnilennium <[email protected]> ---
I am the one who started this part of the wiki, so again this is only a guess
...


I think the path are something like this ( but thanks to confirm)


cp -a /opt/egroupware/html/header.inc.php /usr/share/egroupware/header.inc.php
cp -a /opt/egroupware/html/gallery/gallery2/config.php
/usr/share/egroupware/gallery/gallery2/config.php
cp -a /opt/egroupware/html/phpsysinfo/config.php
/usr/share/egroupware/phpsysinfo/config.php
mv  /opt/egroupware/files /var/lib/egroupware/default/files


then 
#vim /usr/share/egroupware/header.inc.php
define('EGW_SERVER_ROOT','/opt/egroupware');   #(verify this one is really this
way before update )
to
define('EGW_SERVER_ROOT','/usr/share/egroupware');

#vim /usr/share/egroupware/gallery/gallery2/config.php
$gallery->setConfig('data.gallery.base', '/opt/egroupware/files/g2data/');
to 
$gallery->setConfig('data.gallery.base',
'/var/lib/egroupware/default/files/g2data/');

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
_______________________________________________
Mail for each SME Contribs bug report
To unsubscribe, e-mail [email protected]
Searchable archive at http://lists.contribs.org/mailman/public/contribteam/

Reply via email to