Page 2 of 5 FirstFirst 12345 LastLast
Results 26 to 50 of 118
  1. #26
    Join Date
    Mar 2003
    Location
    Canada
    Posts
    9,072
    Quote Originally Posted by utropicmedia-karl View Post
    we get this:

    Fatal error: Cannot redeclare sq_change_text_domain() (previously declared in /usr/local/cpanel/base/3rdparty/squirrelmail/plugins/compatibility/includes/1.5.2/global.php:587) in /usr/local/cpanel/base/3rdparty/squirrelmail/functions/i18n.php on line 47


    even after a fresh gpg plugin install. Any thoughts?
    Hrm, I'm not able to recreate that.

    Can you post the version:
    cat /usr/local/cpanel/base/3rdparty/squirrelmail/plugins/compatibility/version

  2. #27
    Join Date
    Jul 2006
    Location
    Detroit, MI
    Posts
    1,962
    Figured it out: register_globals was on so the functions were stepping on each other.

    Fix it in 3rdparty/etc/php.ini and the GPG plugin works fully - even key generation.



    Regards,

  3. #28
    Join Date
    Mar 2003
    Location
    Canada
    Posts
    9,072
    Quote Originally Posted by utropicmedia-karl View Post
    Figured it out: register_globals was on so the functions were stepping on each other.
    Ah, you are correct!

  4. #29
    Join Date
    Mar 2003
    Location
    Canada
    Posts
    9,072
    Quote Originally Posted by utropicmedia-karl View Post
    Figured it out: register_globals was on so the functions were stepping on each other.
    Just a warning... but I noticed that with register_globals off, Fantastico De Luxe will not function at all.

  5. #30
    Join Date
    Jul 2006
    Location
    Detroit, MI
    Posts
    1,962
    Quote Originally Posted by Pat H View Post
    Just a warning... but I noticed that with register_globals off, Fantastico De Luxe will not function at all.
    Works on our servers.

    cp11
    centos5
    apache 1.3+ php5.2+

  6. #31
    Join Date
    Mar 2003
    Location
    Canada
    Posts
    9,072
    Quote Originally Posted by utropicmedia-karl View Post
    Works on our servers.

    cp11
    centos5
    apache 1.3+ php5.2+
    Ah, it might be related to FreeBSD then.

    I just disabled register_globals (again) and while Fantastico does load, if you try and install a software package it returns:

    "This application is currently not available. Please contact your host."

    The cPanel error log shows that it tried to use RPM, which of course is not available (by default) in FreeBSD.

  7. #32

    GPG Plugin not showing up

    Hi i have done a server wide installation of NutsMail and enabled the GPG plug-in but it doesn't show up in the OPTIONS section?

    Any idea how to get this to work/show up?

    Thanks!!

  8. #33
    Join Date
    Mar 2003
    Location
    Canada
    Posts
    9,072
    Quote Originally Posted by yeknom View Post
    Hi i have done a server wide installation of NutsMail and enabled the GPG plug-in but it doesn't show up in the OPTIONS section?

    Any idea how to get this to work/show up?

    Thanks!!
    If you enabled it under config.php, did you put it before html_mail?

    Example:

    $plugins[22] = 'gpg';
    $plugins[23] = 'html_mail';

  9. #34
    I currently have it like this

    $plugins[14] = 'preview_pane';
    $plugins[15] = 'gpg';
    $plugins[16] = 'newmail';
    $plugins[17] = 'spamcop';
    $plugins[18] = 'message_details';
    $plugins[19] = 'html_mail';
    $plugins[20] = 'view_as_html';
    $plugins[21] = 'notes';

    is that correct?

  10. #35
    Join Date
    Jul 2006
    Location
    Detroit, MI
    Posts
    1,962
    run the sq mail configure script and enable the plugin. not that there is an error in the script when you save it puts quotes incorrectly around a variable on line 30.

  11. #36
    Join Date
    Feb 2005
    Location
    India
    Posts
    1,073
    Does the 2nd script work with CPanel 11 ?

  12. #37
    Join Date
    Feb 2005
    Location
    India
    Posts
    1,073
    cp: missing destination file
    Try `cp --help' for more information.
    nutsmail.sh: line 32: /usr/local/cpanel/base/3rdparty/nutsmail/plugins/login_auth: No such file or directory
    mv: cannot move `squirrelmail' to `squirrelmail.cpanel': Operation not permitted
    mv: cannot move `nutsmail' to `squirrelmail/nutsmail': Permission denied
    cp: cannot create regular file `config.php.bak': Permission denied
    nutsmail.sh: line 40: config.php.new: Permission denied
    cp: cannot create regular file `config.php': Permission denied
    cp: cannot create regular file `config_local.php.bak': Permission denied
    rm: remove write-protected regular file `config_local.php'? yes
    rm: cannot remove `config_local.php': Permission denied
    nutsmail.sh: line 61: config_local.php: Permission denied
    sed: -e expression #1, char 158: unknown option to `s'

    Cpanel 11 Current (what should i do)

    Compatibility
    2.0.7-1.0

    Last edited by RDOSTI; 08-30-2007 at 03:05 AM.

  13. #38
    Join Date
    Feb 2005
    Location
    India
    Posts
    1,073
    Message not sent. Server replied:

    Connection timed out
    110 Can't open SMTP stream.

    is what i get during sending emails now

  14. #39
    Join Date
    Mar 2003
    Location
    Canada
    Posts
    9,072
    Quote Originally Posted by fremont View Post
    Does the 2nd script work with CPanel 11 ?
    No, the second shell script does not work with cPanel 11. I haven't had time to update it yet, however the first one will work fine.

  15. #40
    Join Date
    Mar 2003
    Location
    Canada
    Posts
    9,072
    Quote Originally Posted by fremont View Post
    cp: missing destination file
    Try `cp --help' for more information.
    nutsmail.sh: line 32: /usr/local/cpanel/base/3rdparty/nutsmail/plugins/login_auth: No such file or directory
    mv: cannot move `squirrelmail' to `squirrelmail.cpanel': Operation not permitted
    mv: cannot move `nutsmail' to `squirrelmail/nutsmail': Permission denied
    cp: cannot create regular file `config.php.bak': Permission denied
    nutsmail.sh: line 40: config.php.new: Permission denied
    cp: cannot create regular file `config.php': Permission denied
    cp: cannot create regular file `config_local.php.bak': Permission denied
    rm: remove write-protected regular file `config_local.php'? yes
    rm: cannot remove `config_local.php': Permission denied
    nutsmail.sh: line 61: config_local.php: Permission denied
    sed: -e expression #1, char 158: unknown option to `s'

    Cpanel 11 Current (what should i do)

    Compatibility
    2.0.7-1.0

    Did you run the second shell script followed by the first one? Your best bet would be to do the following:

    cd /usr/local/cpanel/base/3rdparty/
    mv squirrelmail squirrelmail.OLD
    /scripts/upcp

    The last command will update cPanel and force the re-installation of SquirrelMail. As for NutsMail, I would advise not installing the software alongside SquirrelMail until the second script is updated.

  16. #41
    Join Date
    Feb 2005
    Location
    India
    Posts
    1,073
    mv squirrelmail squirrelmail.OLD
    mv: cannot move `squirrelmail' to `squirrelmail.OLD': Operation not permitted

  17. #42
    Join Date
    Mar 2003
    Location
    Canada
    Posts
    9,072
    Quote Originally Posted by fremont View Post
    mv squirrelmail squirrelmail.OLD
    mv: cannot move `squirrelmail' to `squirrelmail.OLD': Operation not permitted
    Run the following:

    chattr -R -i /usr/local/cpanel/base/3rdparty/squirrelmail

    cd /usr/local/cpanel/base/3rdparty/
    mv squirrelmail squirrelmail.OLD
    /scripts/upcp

  18. #43
    Join Date
    Feb 2005
    Location
    India
    Posts
    1,073
    cp: missing destination file
    Try `cp --help' for more information.
    nutsmail.sh: line 32: /usr/local/cpanel/base/3rdparty/nutsmail/plugins/login_auth: No such file or directory
    sed: -e expression #1, char 158: unknown option to `s'
    Installation finished!


    SM HTML editor doesnt load either Followe above instructions
    Last edited by RDOSTI; 08-30-2007 at 12:35 PM.

  19. #44
    Join Date
    Mar 2003
    Location
    Canada
    Posts
    9,072
    What shell script is that?

    Just to confirm:
    ls -la /usr/local/cpanel/base/3rdparty/squirrelmail/plugins/ | grep auth

    Does it return any results?

  20. #45
    Join Date
    Feb 2005
    Location
    India
    Posts
    1,073
    no result...was it supposed to

  21. #46
    Join Date
    Feb 2005
    Location
    India
    Posts
    1,073
    im installing for - 1.4.10a_NM-9.Bluehive.tgz

    (just confirming this is the right file)

  22. #47
    Join Date
    Mar 2003
    Location
    Canada
    Posts
    9,072
    Quote Originally Posted by fremont View Post
    no result...was it supposed to
    Yeah, there's supposed to be a directory there called login_auth which is somewhat important to the NutsMail installation.

    After you ran /scripts/upcp did the SquirrelMail directory get reinstalled?

    ls -al /usr/local/cpanel/base/3rdparty/squirrelmail/

  23. #48
    Join Date
    Feb 2005
    Location
    India
    Posts
    1,073
    Yes it did. But that login_auth thing didnt. (using cpanel edge)

    -rwxr-xr-x 1 root root 2326729 Aug 30 22:10 1.4.10a_NM-9.Bluehive.tgz
    -rw-r--r-- 1 root root 8278 Dec 20 2006 AUTHORS
    -rw-r--r-- 1 root root 78728 May 11 15:21 ChangeLog
    drwxr-xr-x 5 root root 4096 May 12 00:30 class
    drwxr-xr-x 2 root root 4096 Aug 30 22:10 config
    -rw-r--r-- 1 root root 102 Aug 2 2006 configure
    drwxr-xr-x 3 root root 4096 May 12 00:30 contrib
    -rw-r--r-- 1 root root 15228 Aug 2 2006 COPYING
    drwxr-xr-x 2 root root 4096 May 12 00:30 data
    drwxr-xr-x 4 root root 4096 May 12 00:30 functions
    drwxr-xr-x 3 root root 4096 May 12 00:30 help
    drwxr-xr-x 2 root root 4096 May 12 00:38 images
    drwxr-xr-x 3 root root 4096 May 12 00:30 include
    -rw-r--r-- 1 root root 696 May 11 15:20 index.php
    -rw-r--r-- 1 root root 8810 May 11 15:20 INSTALL
    -rw-r--r-- 1 root root 3194 Apr 17 01:03 INSTALLATION.txt
    drwxr-xr-x 2 root root 4096 May 12 00:30 locale
    drwxr-xr-x 35 root root 4096 May 12 00:32 plugins
    drwxr-xr-x 2 root root 4096 May 12 00:32 po
    -rw-r--r-- 1 root root 2635 Aug 2 2006 README
    -rw-r--r-- 1 root root 5065 May 11 15:20 ReleaseNotes
    drwxr-xr-x 3 root root 4096 May 12 00:46 skins
    drwxr-xr-x 2 root root 4096 May 17 21:43 src
    drwxr-xr-x 3 root root 4096 May 12 00:46 themes
    -rw-r--r-- 1 root root 4718 Aug 2 2006 UPGRADE

  24. #49
    Join Date
    Mar 2003
    Location
    Canada
    Posts
    9,072
    Interesting, can you run the following:

    ls -la /usr/local/cpanel/base/3rdparty/squirrelmail/plugins/

    I just want to double check that Edge has the same plugins as Current before I start working on a solution.

  25. #50
    Join Date
    Feb 2005
    Location
    India
    Posts
    1,073
    [root@server ~]# ls -la /usr/local/cpanel/base/3rdparty/squirrelmail/plugins/
    total 152
    drwxr-xr-x 35 root root 4096 May 12 00:32 .
    drwxr-xr-x 16 root root 4096 Aug 30 22:35 ..
    drwxr-xr-x 4 root root 4096 May 12 00:30 abook_group
    drwxr-xr-x 2 root root 4096 May 12 00:30 abook_take
    drwxr-xr-x 2 root root 4096 May 12 00:30 administrator
    drwxr-xr-x 2 root root 4096 May 12 00:30 bookmarks
    drwxr-xr-x 2 root root 4096 May 12 00:30 bug_report
    drwxr-xr-x 2 root root 4096 May 12 00:31 calendar
    drwxr-xr-x 2 root root 4096 May 12 00:31 calendar_sql_backend
    drwxr-xr-x 6 root root 4096 May 12 00:31 check_quota
    drwxr-xr-x 5 root root 4096 May 12 00:31 compatibility
    drwxr-xr-x 2 root root 4096 May 12 00:31 delete_move_next
    drwxr-xr-x 3 root root 4096 May 12 00:31 filters
    drwxr-xr-x 2 root root 4096 May 12 00:31 fortune
    drwxr-xr-x 7 root root 4096 May 12 00:31 gpg
    drwxr-xr-x 7 root root 4096 May 12 00:31 html_mail
    -rw-r--r-- 1 root root 480 May 11 16:24 index.php
    drwxr-xr-x 2 root root 4096 May 12 00:31 info
    drwxr-xr-x 2 root root 4096 May 12 00:31 listcommands
    drwxr-xr-x 2 root root 4096 May 12 00:31 login_auto
    drwxr-xr-x 2 root root 4096 May 12 00:31 mail_fetch
    -rw-r--r-- 1 root root 3130 Aug 2 2006 make_archive.pl
    drwxr-xr-x 2 root root 4096 May 12 00:31 message_details
    drwxr-xr-x 4 root root 4096 May 12 00:31 msg_flags
    drwxr-xr-x 3 root root 4096 May 12 00:31 newmail
    drwxr-xr-x 4 root root 4096 May 12 00:31 notes
    drwxr-xr-x 5 root root 4096 May 12 00:31 preview_pane
    -rw-r--r-- 1 root root 945 Aug 2 2006 README.plugins
    drwxr-xr-x 2 root root 4096 May 12 00:31 sent_subfolders
    drwxr-xr-x 3 root root 4096 May 12 00:31 show_user_and_ip
    drwxr-xr-x 2 root root 4096 May 12 00:31 smallcal
    drwxr-xr-x 2 root root 4096 May 12 00:31 spamcop
    drwxr-xr-x 5 root root 4096 May 12 00:32 squirrelspell
    drwxr-xr-x 4 root root 4096 May 12 00:32 tbaddr
    drwxr-xr-x 2 root root 4096 May 12 00:32 todo
    drwxr-xr-x 2 root root 4096 May 12 00:32 translate
    drwxr-xr-x 3 root root 4096 May 12 00:32 view_as_html
    drwxr-xr-x 3 root root 4096 May 12 00:32 vlogin

Page 2 of 5 FirstFirst 12345 LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •