Not signed in (Sign In)

Categories

Vanilla 1.1.4 is a product of Lussumo. More Information: Documentation, Community Support.

Help keep Vanilla free:
Welcome Guest!
Want to take part in these discussions? If you have an account, sign in now.
If you don't have an account, apply for one now.
    • CommentAuthorfrankeva
    • CommentTimeFeb 23rd 2006
     # 1
    I'm getting an unrecoverable error message whenever Vanilla attempts to send out email, as in notifications that applicants have been approved for membership. Is there anything I can do to correct this problem?
    • CommentAuthorithcy
    • CommentTimeFeb 23rd 2006
     # 2
    what version of vanilla
    what version of php
    what version of mysql
    can you post a phpinfo()
    does your php have mail functions compiled in?
    • CommentAuthorfrankeva
    • CommentTimeFeb 24th 2006
     # 3
    Vanilla 0.9.2.6
    Don't know how to figure out the rest...
    •  
      CommentAuthorADM
    • CommentTimeFeb 24th 2006
     # 4
    Create a text file called info.php and in it have the following code:

    <?php phpinfo(); ?>

    then upload that file to your server and run it. Post up the link here.
    • CommentAuthorfrankeva
    • CommentTimeFeb 24th 2006
     # 5
    PART 1

    PHP Version 4.4.1

    System FreeBSD hubble.velcom.com 4.9-RELEASE FreeBSD 4.9-RELEASE #0: Wed Apr i386
    Build Date Jan 6 2006 16:24:02
    Configure Command './configure' '--with-config-file-path=/usr/local/lib' '--with-apxs=/usr/local/apache/bin/apxs' '--with-mysql=/usr/local/mysql' '--with-mysql-sock' '--with-snmp' '--disable-ipv6' '--enable-sigchild' '--enable-safe-mode' '--enable-fd-setsize' '--enable-bcmath' '--enable-soap' '--enable-spl' '--enable-sqlite-utf8' '--enable-zend-multibyte' '--with-openssl' '--enable-versioning' '--with-layout=GNU' '--with-regex=php' '--with-pear' '--enable-ctype' '--with-imap=../imap-2002b' '--with-imap-ssl' '--with-iconv=/usr/local' '--with-iconv-dir=/usr/local' '--with-mcrypt=/usr/local/lib/libmcrypt-2.5.7' '--with-mhash=/usr/local' '--with-mod_charset' '--with-pcre-regex=yes' '--enable-force-cgi-redirect' '--enable-discard-path' '--enable-fastcgi' '--disable-path-info-check' '--enable-magic-quotes' '--enable-memory-limit' '--enable-calendar' '--enable-filepro' '--with-bz2' '--with-gettext' '--with-zlib=yes' '--with-zlib-dir=/usr/local' '--with-jpeg-dir=/usr/local/' '--with-png-dir=/usr/local' '--with-gd' '--enable-gd-native-ttf' '--enable-gd-jis-conv' '--with-freetype-dir=/usr/local' '--with-t1lib' '--with-ttf' '--with-curl=/usr/local' '--with-curlwrappers' '--enable-ftp' '--enable-sockets' '--enable-sysvsem' '--enable-sysvmsg' '--enable-sysvshm' '--enable-wddx' '--enable-mbstring=all' '--with-expat-dir=/usr/local' '--enable-posix' '--enable-msession' '--enable-session' '--enable-tokenizer' '--enable-track-vars'
    Server API Apache
    Virtual Directory Support disabled
    Configuration File (php.ini) Path /usr/local/lib/php/Zend/etc/php.ini
    PHP API 20020918
    PHP Extension 20020429
    Zend Extension 20050606
    Debug Build no
    Zend Memory Manager enabled
    Thread Safety disabled
    Registered PHP Streams php, http, ftp, https, ftps, compress.bzip2, compress.zlib

    PHP Credits

    --------------------------------------------------------------------------

    Configuration
    PHP Core
    Directive Local Value Master Value
    allow_call_time_pass_reference On On
    allow_url_fopen On On
    always_populate_raw_post_data Off Off
    arg_separator.input & &
    arg_separator.output & &
    asp_tags Off Off
    auto_append_file /usr/local/lib/php/envunset.php /usr/local/lib/php/envunset.php
    auto_prepend_file /usr/local/lib/php/env.php /usr/local/lib/php/env.php
    browscap no value no value
    default_charset no value no value
    default_mimetype text/html text/html
    define_syslog_variables Off Off
    disable_classes no value no value
    disable_functions no value no value
    display_errors On On
    display_startup_errors Off Off
    doc_root no value no value
    docref_ext no value no value
    docref_root no value no value
    enable_dl On On
    error_append_string no value no value
    error_log no value no value
    error_prepend_string no value no value
    error_reporting 2039 2039
    expose_php On On
    extension_dir /usr/local/lib/php /usr/local/lib/php
    file_uploads On On
    gpc_order GPC GPC
    highlight.bg #FFFFFF #FFFFFF
    highlight.comment #FF8000 #FF8000
    highlight.default #0000BB #0000BB
    highlight.html #000000 #000000
    highlight.keyword #007700 #007700
    highlight.string #DD0000 #DD0000
    html_errors On On
    ignore_repeated_errors Off Off
    ignore_repeated_source Off Off
    ignore_user_abort Off Off
    implicit_flush Off Off
    include_path .:/usr/local/share/pear .:/usr/local/share/pear
    log_errors Off Off
    log_errors_max_len 1024 1024
    magic_quotes_gpc On On
    magic_quotes_runtime Off Off
    magic_quotes_sybase Off Off
    max_execution_time 30 30
    max_input_time 60 60
    memory_limit 8M 8M
    open_basedir no value no value
    output_buffering no value no value
    output_handler no value no value
    post_max_size 8M 8M
    precision 12 12
    register_argc_argv On On
    register_globals On On
    report_memleaks On On
    safe_mode Off Off
    safe_mode_exec_dir no value no value
    safe_mode_gid Off Off
    safe_mode_include_dir no value no value
    sendmail_from no value no value
    sendmail_path /usr/sbin/sendmail -t -i /usr/sbin/sendmail -t -i
    serialize_precision 100 100
    short_open_tag On On
    SMTP localhost localhost
    smtp_port 25 25
    sql.safe_mode Off Off
    track_errors Off Off
    unserialize_callback_func no value no value
    upload_max_filesize 2M 2M
    upload_tmp_dir no value no value
    user_dir no value no value
    variables_order EGPCS EGPCS
    xmlrpc_error_number 0 0
    xmlrpc_errors Off Off
    y2k_compliance On On
    • CommentAuthorfrankeva
    • CommentTimeFeb 24th 2006
     # 6
    PART 2

    Zend Optimizer
    Optimization Pass 1 enabled
    Optimization Pass 2 enabled
    Optimization Pass 3 enabled
    Optimization Pass 4 enabled
    Optimization Pass 9 disabled
    Zend Loader enabled
    License Path no value


    apache
    APACHE_INCLUDE no value
    APACHE_TARGET no value
    Apache Version Apache
    Apache Release 10331100
    Apache API Version 19990320
    Hostname:Port roundhousehobbyshop.com:80
    User/Group apache(90)/90
    Max Requests Per Child: 1024 - close: off - Max Per Connection: 100
    Timeouts Connection: 150 - close: 10
    Server Root /usr/local/apache
    Loaded Modules mod_ssl, mod_dosevasive, mod_vhost_limit, mod_frontpage, mod_vhost_alias, mod_php4, mod_setenvif, mod_so, mod_headers, mod_expires, mod_auth, mod_access, mod_rewrite, mod_alias, mod_userdir, mod_actions, mod_imap, mod_asis, mod_cgi, mod_dir, mod_autoindex, mod_include, mod_status, mod_negotiation, mod_mime, mod_log_config, mod_env, http_core

    Directive Local Value Master Value
    child_terminate 0 0
    engine 1 1
    last_modified 0 0
    xbithack 0 0


    Apache Environment
    Variable Value
    DOCUMENT_ROOT /www/frankeva/roundhousehobbyshop.com/www
    HTTP_ACCEPT image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, application/x-shockwave-flash, application/msword, application/vnd.ms-excel, */*
    HTTP_ACCEPT_ENCODING gzip, deflate
    HTTP_ACCEPT_LANGUAGE en-us
    HTTP_CONNECTION Keep-Alive
    HTTP_COOKIE pass=c4ca4238a0b923820dcc509a6f75849b; name=87f632a70bb6a69f8b3e3861a027fa5c
    HTTP_HOST www.roundhousehobbyshop.com
    HTTP_USER_AGENT Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)
    PATH /usr/local/apache/bin
    REMOTE_ADDR 72.128.127.233
    REMOTE_PORT 1961
    SCRIPT_FILENAME /www/frankeva/roundhousehobbyshop.com/www/forums/info.php
    SERVER_ADDR 206.53.60.9
    SERVER_ADMIN webmaster@roundhousehobbyshop.com
    SERVER_NAME www.roundhousehobbyshop.com
    SERVER_PORT 80
    SERVER_SIGNATURE no value
    SERVER_SOFTWARE Apache
    GATEWAY_INTERFACE CGI/1.1
    SERVER_PROTOCOL HTTP/1.1
    REQUEST_METHOD GET
    QUERY_STRING no value
    REQUEST_URI /forums/info.php
    SCRIPT_NAME /forums/info.php


    HTTP Headers Information
    HTTP Request Headers
    HTTP Request GET /forums/info.php HTTP/1.1
    Accept image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, application/x-shockwave-flash, application/msword, application/vnd.ms-excel, */*
    Accept-Encoding gzip, deflate
    Accept-Language en-us
    Connection Keep-Alive
    Cookie pass=c4ca4238a0b923820dcc509a6f75849b; name=87f632a70bb6a69f8b3e3861a027fa5c
    Host www.roundhousehobbyshop.com
    User-Agent Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)
    HTTP Response Headers
    X-Powered-By PHP/4.4.1
    Connection close
    Transfer-Encoding chunked
    Content-Type text/html


    bcmath
    BCMath support enabled


    bz2
    BZip2 Support Enabled
    BZip2 Version 1.0.2, 30-Dec-2001


    calendar
    Calendar support enabled


    ctype
    ctype functions enabled


    curl
    CURL support enabled
    CURL Information libcurl/7.10.7 OpenSSL/0.9.7d zlib/1.2.2


    ftp
    FTP support enabled
    • CommentAuthorfrankeva
    • CommentTimeFeb 24th 2006
     # 7
    PART 3



    gd
    GD Support enabled
    GD Version bundled (2.0.28 compatible)
    FreeType Support enabled
    FreeType Linkage with freetype
    T1Lib Support enabled
    GIF Read Support enabled
    GIF Create Support enabled
    JPG Support enabled
    PNG Support enabled
    WBMP Support enabled
    XBM Support enabled
    JIS-mapped Japanese Font Support enabled


    gettext
    GetText Support enabled


    iconv
    iconv support enabled
    iconv implementation libiconv
    iconv library version 1.9

    Directive Local Value Master Value
    iconv.input_encoding ISO-8859-1 ISO-8859-1
    iconv.internal_encoding ISO-8859-1 ISO-8859-1
    iconv.output_encoding ISO-8859-1 ISO-8859-1


    imap
    IMAP c-Client Version 2001
    SSL Support enabled


    mbstring
    Multibyte Support enabled
    Japanese support enabled
    Simplified chinese support enabled
    Traditional chinese support enabled
    Korean support enabled
    Russian support enabled
    Multibyte (japanese) regex support enabled

    mbstring extension makes use of "streamable kanji code filter and converter", which is distributed under the GNU Lesser General Public License version 2.1.

    Directive Local Value Master Value
    mbstring.detect_order no value no value
    mbstring.encoding_translation Off Off
    mbstring.func_overload 0 0
    mbstring.http_input pass pass
    mbstring.http_output pass pass
    mbstring.internal_encoding no value no value
    mbstring.language neutral neutral
    mbstring.script_encoding no value no value
    mbstring.substitute_character no value no value


    mcrypt
    mcrypt support enabled
    version >= 2.4.x
    Supported ciphers cast-128 gost rijndael-128 twofish arcfour cast-256 loki97 rijndael-192 saferplus wake blowfish-compat des rijndael-256 serpent xtea blowfish enigma rc2 tripledes
    Supported modes cbc cfb ctr ecb ncfb nofb ofb stream

    Directive Local Value Master Value
    mcrypt.algorithms_dir no value no value
    mcrypt.modes_dir no value no value


    mhash
    MHASH support Enabled
    MHASH API Version 20020524


    mysql
    MySQL Support enabled
    Active Persistent Links 0
    Active Links 0
    Client API version 4.1.13
    MYSQL_MODULE_TYPE external
    MYSQL_SOCKET /tmp/mysql.sock
    MYSQL_INCLUDE -I/usr/local/mysql/include/mysql
    MYSQL_LIBS -L/usr/local/mysql/lib -lmysqlclient

    Directive Local Value Master Value
    mysql.allow_persistent On On
    mysql.connect_timeout 60 60
    mysql.default_host localhost localhost
    mysql.default_password no value no value
    mysql.default_port 3306 3306
    mysql.default_socket 127.0.0.1:3306 127.0.0.1:3306
    mysql.default_user no value no value
    mysql.max_links 1024 1024
    mysql.max_persistent 512 512
    mysql.trace_mode Off Off


    openssl
    OpenSSL support enabled
    OpenSSL Version OpenSSL 0.9.7d 17 Mar 2004


    overload
    User-Space Object Overloading Support enabled


    pcre
    PCRE (Perl Compatible Regular Expressions) Support enabled
    PCRE Library Version 6.2 01-Aug-2005


    posix
    Revision $Revision: 1.51.2.4 $


    session
    Session Support enabled
    Registered save handlers files user

    Directive Local Value Master Value
    session.auto_start Off Off
    session.bug_compat_42 On On
    session.bug_compat_warn On On
    session.cache_expire 180 180
    session.cache_limiter nocache nocache
    session.cookie_domain no value no value
    session.cookie_lifetime 0 0
    session.cookie_path / /
    session.cookie_secure Off Off
    session.entropy_file no value no value
    session.entropy_length 0 0
    session.gc_divisor 100 100
    session.gc_maxlifetime 1440 1440
    session.gc_probability 1 1
    session.name PHPSESSID PHPSESSID
    session.referer_check no value no value
    session.save_handler files files
    session.save_path /tmp /tmp
    session.serialize_handler php php
    session.use_cookies On On
    session.use_only_cookies Off Off
    session.use_trans_sid Off Off


    snmp
    UCD-SNMP Support enabled
    UCD-SNMP Version 4.2.6


    sockets
    Sockets Support enabled


    standard
    Regex Library Bundled library enabled
    Dynamic Library Support enabled
    Path to sendmail /usr/sbin/sendmail -t -i

    Directive Local Value Master Value
    assert.active 1 1
    assert.bail 0 0
    assert.callback no value no value
    assert.quiet_eval 0 0
    assert.warning 1 1
    auto_detect_line_endings 0 0
    default_socket_timeout 60 60
    safe_mode_allowed_env_vars PHP_ PHP_
    safe_mode_protected_env_vars LD_LIBRARY_PATH LD_LIBRARY_PATH
    url_rewriter.tags a=href,area=href,frame=src,input=src,form=,fieldset= a=href,area=href,frame=src,input=src,form=,fieldset=
    user_agent no value no value


    sysvmsg
    sysvmsg support enabled
    Revision $Revision: 1.4.2.5.2.1 $


    tokenizer
    Tokenizer Support enabled


    wddx
    WDDX Support enabled
    WDDX Session Serializer enabled
    • CommentAuthorfrankeva
    • CommentTimeFeb 24th 2006
     # 8
    PART 4

    xml
    XML Support active
    XML Namespace Support active
    EXPAT Version expat_1.95.8


    zlib
    ZLib Support enabled
    Compiled Version 1.2.2
    Linked Version 1.2.2

    Directive Local Value Master Value
    zlib.output_compression Off Off
    zlib.output_compression_level -1 -1
    zlib.output_handler no value no value


    Additional Modules
    Module Name
    filepro
    sysvsem
    sysvshm


    Environment
    Variable Value
    SUDO_GID 1007
    USER root
    SSH_CLIENT 217.144.68.98 64868 22
    MACHTYPE i386
    MAIL /var/mail/quetzal
    SHLVL 2
    VENDOR intel
    HOME /usr/home/quetzal
    OLDPWD /usr/home/quetzal
    SSH_TTY /dev/ttyp0
    PAGER more
    GROUP wheel
    SUDO_UID 1007
    LOGNAME root
    _ /usr/local/bin/sudo
    BLOCKSIZE K
    TERM screen
    PATH /usr/local/apache/bin
    SUDO_COMMAND /bin/tcsh
    SHELL /usr/local/bin/bash
    HOST hubble.velcom.com
    SUDO_USER quetzal
    OSTYPE FreeBSD
    PWD /usr/local/apache/bin
    SSH_CONNECTION 217.144.68.98 64868 206.53.60.9 22
    FTP_PASSIVE_MODE YES
    HOSTTYPE FreeBSD
    EDITOR vi
    BEANSTOCK_LOCALSYS frankeva
    BEANSTOCK_LOCALSYS_RADDR 72.128.127.233
    BEANSTOCK_LOCALSYS_DOCROOT /www/frankeva/roundhousehobbyshop.com/www


    PHP Variables
    Variable Value
    PHP_SELF /forums/info.php
    _REQUEST["pass"] c4ca4238a0b923820dcc509a6f75849b
    _REQUEST["name"] 87f632a70bb6a69f8b3e3861a027fa5c
    _COOKIE["pass"] c4ca4238a0b923820dcc509a6f75849b
    _COOKIE["name"] 87f632a70bb6a69f8b3e3861a027fa5c
    _SERVER["DOCUMENT_ROOT"] /www/frankeva/roundhousehobbyshop.com/www
    _SERVER["HTTP_ACCEPT"] image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, application/x-shockwave-flash, application/msword, application/vnd.ms-excel, */*
    _SERVER["HTTP_ACCEPT_ENCODING"] gzip, deflate
    _SERVER["HTTP_ACCEPT_LANGUAGE"] en-us
    _SERVER["HTTP_CONNECTION"] Keep-Alive
    _SERVER["HTTP_COOKIE"] pass=c4ca4238a0b923820dcc509a6f75849b; name=87f632a70bb6a69f8b3e3861a027fa5c
    _SERVER["HTTP_HOST"] www.roundhousehobbyshop.com
    _SERVER["HTTP_USER_AGENT"] Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)
    _SERVER["PATH"] /usr/local/apache/bin
    _SERVER["REMOTE_ADDR"] 72.128.127.233
    _SERVER["REMOTE_PORT"] 1961
    _SERVER["SCRIPT_FILENAME"] /www/frankeva/roundhousehobbyshop.com/www/forums/info.php
    _SERVER["SERVER_ADDR"] 206.53.60.9
    _SERVER["SERVER_ADMIN"] webmaster@roundhousehobbyshop.com
    _SERVER["SERVER_NAME"] www.roundhousehobbyshop.com
    _SERVER["SERVER_PORT"] 80
    _SERVER["SERVER_SIGNATURE"] no value
    _SERVER["SERVER_SOFTWARE"] Apache
    _SERVER["GATEWAY_INTERFACE"] CGI/1.1
    _SERVER["SERVER_PROTOCOL"] HTTP/1.1
    _SERVER["REQUEST_METHOD"] GET
    _SERVER["QUERY_STRING"] no value
    _SERVER["REQUEST_URI"] /forums/info.php
    _SERVER["SCRIPT_NAME"] /forums/info.php
    _SERVER["PATH_TRANSLATED"] /www/frankeva/roundhousehobbyshop.com/www/forums/info.php
    _SERVER["PHP_SELF"] /forums/info.php
    _SERVER["argv"] Array
    (
    )

    _SERVER["argc"] 0
    _ENV["SUDO_GID"] 1007
    _ENV["USER"] root
    _ENV["SSH_CLIENT"] 217.144.68.98 64868 22
    _ENV["MACHTYPE"] i386
    _ENV["MAIL"] /var/mail/quetzal
    _ENV["SHLVL"] 2
    _ENV["VENDOR"] intel
    _ENV["HOME"] /usr/home/quetzal
    _ENV["OLDPWD"] /usr/home/quetzal
    _ENV["SSH_TTY"] /dev/ttyp0
    _ENV["PAGER"] more
    _ENV["GROUP"] wheel
    _ENV["SUDO_UID"] 1007
    _ENV["LOGNAME"] root
    _ENV["_"] /usr/local/bin/sudo
    _ENV["BLOCKSIZE"] K
    _ENV["TERM"] screen
    _ENV["PATH"] /usr/local/apache/bin
    _ENV["SUDO_COMMAND"] /bin/tcsh
    _ENV["SHELL"] /usr/local/bin/bash
    _ENV["HOST"] hubble.velcom.com
    _ENV["SUDO_USER"] quetzal
    _ENV["OSTYPE"] FreeBSD
    _ENV["PWD"] /usr/local/apache/bin
    _ENV["SSH_CONNECTION"] 217.144.68.98 64868 206.53.60.9 22
    _ENV["FTP_PASSIVE_MODE"] YES
    _ENV["HOSTTYPE"] FreeBSD
    _ENV["EDITOR"] vi
    •  
      CommentAuthorlech
    • CommentTimeFeb 24th 2006
     # 9
    Just a link to it would have been so much easier. :)
Add your comments
    Username Password
  • Format comments as