please trim your replies
I am using versaion 1.4.3a. I have tried to install the preview pane plugin. It appears to work, except that when I login the pane displays the following error:
Error opening ../../data/default_pref Could not create initial preference file! ../../squirrelmail-data/ should be writable by user cjtaylor Please contact your system administrator and report this error.
Clicking on an email does put it into the pane. The paths that I am using are thus:
/var/www/squirrelmail/ /var/www/squirrelmail/plugins/preview_pane/ /var/www/squirrelmail-attachments/ /var/www/squirrelmail-data/
Also the logo is displayed as a broken link. It appears that a path is wrong somewhere, but I cannot tell where.
@include SM_PATH . 'config/config_local.php';
anything in this file?
$org_logo = "../images/sm_logo.png";
if this doesn't show up, right click the broken image and show the path that it thinks it is going to. then check on your server for an image in that directory. it also might help you understand why your data dir is problematic.
$data_dir = "../../squirrelmail-data/"; $attachment_dir = "../../squirrelmail-attachments/";
you still have not shown permissions and ownership of these directories. i have asked several times now. i have also recommended that you do not use relative paths.
$plugins[0] = 'preview_pane';
you don't have shell access? did you manually patch files as needed by this plugin?
------------------------------------------------------- This SF.net email is sponsored by: IT Product Guide on ITManagersJournal Use IT products in your business? Tell us what you think of them. Give us Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more http://productguide.itmanagersjournal.com/guidepromo.tmpl -- squirrelmail-users mailing list Posting Guidelines: http://squirrelmail.org/wiki/wiki.php?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
