I think your $data_dir setting is not set to '/var/lib/squirrelmail/data/'. It is set to SM_PATH . 'data/'
Please don't make data files globally writable and executable. You don't need execute permissions on data files. Show "ls -ld /var/lib/squirrelmail/data" output and check your $data_dir setting. If you have changed OS or some PHP settings during your upgrade, please check your PHP safe_mode and open_basedir settings and SELinux library restrictions. > Thanks, now there is no php error. But an other error: > Error opening ../data/default_pref > Could not create initial preference file! > /var/lib/squirrelmail/data/ should be writable by user www-data > Please contact your system administrator and report this error > > There is a FAQ entry: > http://www.squirrelmail.org/wiki/DataPermission > > drwxrwxrwx 2 www-data www-data 1024 Aug 20 13:10 data > --- > -rwxrwxrwx 1 www-data www-data 393 Aug 20 13:10 default_pref > -rwxrwxrwx 1 www-data www-data 474 Mar 8 16:00 index.php > -rwxrwxrwx 1 www-data www-data 0 Apr 1 12:18 web2p1.abook > -rwxrwxrwx 1 www-data www-data 393 Apr 19 20:31 web2p1.pref > > Unfortunately there is the same error. > > Thanks > > Karsten Burger > > -------- Original-Nachricht -------- > Datum: Sun, 20 Aug 2006 14:07:39 +0300 (EEST) > Von: "Tomas Kuliavas" <[EMAIL PROTECTED]> > An: [email protected] > Betreff: Re: [SM-USERS] Upgrade 1.4.4 to 1.4.8 > >> > Hello together >> > >> > I want update my squirrelmailinstallation to 1.4.8. I use the follow >> > instructions: >> > http://www.squirrelmail.org/wiki/UpgradingSquirrelMail >> > >> > I copied the config.php to the new version and run conf.pl. I check >> all >> > preference and save the data. Unfortunately there is an error message: >> > Parse error: parse error, unexpected T_CONSTANT_ENCAPSED_STRING in >> > /usr/share/squirrelmail/config/config.php on line 30 >> > >> > >> > In the config.php File is that the follow line: >> > $domain = 'trim(implode('', >> > file('/etc/'.(file_exists('/etc/mailname')?'mail':'host').'name')))'; >> > >> > >> > Do you know how to fix this problem? >> >> set it to >> >> $domain = 'your-domain.com'; >> >> -- >> Tomas >> >> ------------------------------------------------------------------------- >> Using Tomcat but need to do more? Need to support web services, >> security? >> Get stuff done quickly with pre-integrated technology to make your job >> easier >> Download IBM WebSphere Application Server v.1.0.1 based on Apache >> Geronimo >> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 >> -- >> squirrelmail-users mailing list >> Posting Guidelines: >> http://www.squirrelmail.org/wiki/MailingListPostingGuidelines >> List Address: [email protected] >> List Archives: >> http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user >> List Archives: >> http://sourceforge.net/mailarchive/forum.php?forum_id=2995 >> List Info: >> https://lists.sourceforge.net/lists/listinfo/squirrelmail-users > > -- > > > Der GMX SmartSurfer hilft bis zu 70% Ihrer Onlinekosten zu sparen! > Ideal für Modem und ISDN: http://www.gmx.net/de/go/smartsurfer > > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job > easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > -- > squirrelmail-users mailing list > Posting Guidelines: > http://www.squirrelmail.org/wiki/MailingListPostingGuidelines > List Address: [email protected] > List Archives: > http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user > List Archives: http://sourceforge.net/mailarchive/forum.php?forum_id=2995 > List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users > ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 -- squirrelmail-users mailing list Posting Guidelines: http://www.squirrelmail.org/wiki/MailingListPostingGuidelines List Address: [email protected] List Archives: http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user List Archives: http://sourceforge.net/mailarchive/forum.php?forum_id=2995 List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users
