Vbulletin 5 install config.php

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • MertTurk
    Senior Member
    • Mar 2009
    • 128
    • 4.2.X

    Vbulletin 5 install config.php

    config.php like this? based URLs

    Code:
    <?php
    /*======================================================================*\
    || #################################################################### ||
    || # vBulletin 5 Presentation Configuration                           # ||
    || # ---------------------------------------------------------------- # ||
    || # All PHP code in this file is �2000-2012 vBulletin Solutions Inc. # ||
    || # This file may not be redistributed in whole or significant part. # ||
    || # ---------------- VBULLETIN IS NOT FREE SOFTWARE ---------------- # ||
    || # [URL]http://www.vbulletin.com[/URL] | [URL]http://www.vbulletin.com/license.html[/URL] # ||
    || #################################################################### ||
    \*======================================================================*/
    /*-------------------------------------------------------*\
    | ****** NOTE REGARDING THE VARIABLES IN THIS FILE ****** |
    +---------------------------------------------------------+
    | When making changes to the file, the edit should always |
    | be to the right of the = sign between the single quotes |
    | Default: $config['admincpdir'] = 'admincp';             |
    | Example: $config['admincpdir'] = 'myadmin';  !      |
    | Example: $config['myadmin'] = 'admincp'; !           |
    \*-------------------------------------------------------*/
    
        //    ****** Base URLs ******
        // The following settings all deal with the url of your forum.
        // If set incorrectly your site/software will not function correctly.
        // These urls should NOT include a trailing slash
        // This is the url and web path of your root vBulletin directory
    $config['baseurl'] = [COLOR=#FF0000]'http://www.test.com'[/COLOR];
        // This is the url and web based path to your core directory
    $config['baseurl_core'] = [COLOR=#FF0000]'http://www.test.com/core';[/COLOR]
    
    // This will only be used if you wish to require https logins
    // You will not need to change this setting most of the time.
    $config['baseurl_login'] = $config['baseurl'];
        // If you do wish to use https for login, uncomment this line
        // Then fill in your https url.
    //$config['baseurl_login'] = 'https://www.yourdomain.com/folder';
    
        //    ****** System Paths ******
        // These are the system paths and folders for your vBulletin files
        // This setting is for where your vbulletin core folder is
    $config['core_path'] = 'mestanlihaber.com/public_html/core';
        // This setting allows you to change the name of the admin folder
    $config['admincpdir'] = 'admincp';
        //    ****** Cookie Settings ******
        // These are cookie related settings.
        // This Setting allows you to change the cookie prefix
    $config['cookie_prefix'] = 'bb';
        // You can ignore this setting for right now.
    $config['cookie_enabled'] = true;
        //    ****** API Settings ******
        // These are for the vB5 API. You will not normally ever need to edit them.
        // Specifies whether the API is in the same host.
    $config['collapsed'] = true;
        // If the API is on an external host, you'll need to enter its information here
        // Chances are this will not ever be true for most people, do not edit.
    if (!$config['collapsed'])
    {
        $config['api_host']        = '';
        $config['api_client']        = '';
        $config['api_client_version']    = '';
        $config['api_platform']        = '';
        $config['api_platform_version']    = '';
        $config['api_key']        = '';
    }
        //    ****** Special Settings ******
        // These settings are only used in some circumstances
        // Please do not edit if you are not sure what they do.
    $config['report_all_php_errors'] = false;
    $config['no_template_notices'] = true;
        // This setting enables debug mode, it should NEVER be used on a live site
    $config['debug'] = false;
  • Merjawy
    Senior Member
    • Sep 2002
    • 2613

    #2
    This line might not be correct...
    $config['core_path'] = 'mestanlihaber.com/public_html/core';


    Try this: How to find 'core_path' value
    To be or not to be... Where the hell is the question????
    My psychiatrist told me I was crazy and I said I want a second opinion. He said okay, you're ugly too

    Live vBulletin 4.2.0 Multilingual * Alpha/Beta vB 4 - vB 5 Tier 1A
    CentOS 6.2 - Apache:2.2.15(Apache2Handler) - PHP:5.3.3 - MySQL:5.1.61
    Xampp/Win-XP - Apache v2.2.21(Apache2Handler) - PHP:5.3.8 - MySQL:5.5.16

    Comment

    • MertTurk
      Senior Member
      • Mar 2009
      • 128
      • 4.2.X

      #3
      What does that mean


      Startup Errors
      Due to the following errors, the install/upgrade can not continue:
      • vBulletin 5 requires PHP version 5.3.0 or greater. Your PHP is version 5.2.17, please ask your host to upgrade

      Comment

      • gedsta
        Senior Member
        • Sep 2006
        • 180

        #4
        It means that the version of PHP that your server is using, is not compatible.

        Until you get your host to upgrade it to minimum of 5.3.0 you cannot install it.

        Comment

        • Merjawy
          Senior Member
          • Sep 2002
          • 2613

          #5
          That means your server/host has PHP 5.2.17 which is below the min requirments to install/run vB5. You can ask them to upgrade or find another host.

          Have a read: Minimum and Recommended System Requirements
          To be or not to be... Where the hell is the question????
          My psychiatrist told me I was crazy and I said I want a second opinion. He said okay, you're ugly too

          Live vBulletin 4.2.0 Multilingual * Alpha/Beta vB 4 - vB 5 Tier 1A
          CentOS 6.2 - Apache:2.2.15(Apache2Handler) - PHP:5.3.3 - MySQL:5.1.61
          Xampp/Win-XP - Apache v2.2.21(Apache2Handler) - PHP:5.3.8 - MySQL:5.5.16

          Comment

          • MertTurk
            Senior Member
            • Mar 2009
            • 128
            • 4.2.X

            #6
            oke http://mestanlihaber.com/core/ look ((

            Comment

            • Merjawy
              Senior Member
              • Sep 2002
              • 2613

              #7
              What's there to look at? Did you read my last response? Your server doesn't meet the min. requirments. Please read the thread I linked to.
              Last edited by Merjawy; Sun 23 Sep '12, 12:36pm.
              To be or not to be... Where the hell is the question????
              My psychiatrist told me I was crazy and I said I want a second opinion. He said okay, you're ugly too

              Live vBulletin 4.2.0 Multilingual * Alpha/Beta vB 4 - vB 5 Tier 1A
              CentOS 6.2 - Apache:2.2.15(Apache2Handler) - PHP:5.3.3 - MySQL:5.1.61
              Xampp/Win-XP - Apache v2.2.21(Apache2Handler) - PHP:5.3.8 - MySQL:5.5.16

              Comment

              • MertTurk
                Senior Member
                • Mar 2009
                • 128
                • 4.2.X

                #8
                screen white: (There is a problem http://mestanlihaber.com/core/

                Comment

                • Merjawy
                  Senior Member
                  • Sep 2002
                  • 2613

                  #9
                  First you shouldn't be navigating to /core directory for any reason.

                  Did you run the install script for vB5 and finished the installation?
                  To be or not to be... Where the hell is the question????
                  My psychiatrist told me I was crazy and I said I want a second opinion. He said okay, you're ugly too

                  Live vBulletin 4.2.0 Multilingual * Alpha/Beta vB 4 - vB 5 Tier 1A
                  CentOS 6.2 - Apache:2.2.15(Apache2Handler) - PHP:5.3.3 - MySQL:5.1.61
                  Xampp/Win-XP - Apache v2.2.21(Apache2Handler) - PHP:5.3.8 - MySQL:5.5.16

                  Comment

                  • MertTurk
                    Senior Member
                    • Mar 2009
                    • 128
                    • 4.2.X

                    #10
                    http://mestanlihaber.com/core/install/upgrade.php such as I can install



                    - - - Updated - - -

                    Fatal error: Class '/storage/content/58/146158/' not found in mestanlihaber.com/public_html/includes/vb5/template.php, etc. on line 86

                    Comment

                    • Yves R.
                      vBulletin QA
                      • Nov 2003
                      • 3856
                      • 5.6.X

                      #11
                      1. Your core path isn't correct. Please check this to know how to do to know it.
                      2. Your PHP version doesn't meet requirements to run vBulletin 5. Please ask your host to upgrade to PHP 5.3.0 minimum.

                      vBulletin QA - vBulletin Support French - Lead Project Tools developer

                      Next release? Soon(tm)

                      Comment

                      • MertTurk
                        Senior Member
                        • Mar 2009
                        • 128
                        • 4.2.X

                        #12
                        /storage/content/58/146158/mestanlihaber.com/public_html

                        Code:
                         //    ****** Base URLs ******
                            // The following settings all deal with the url of your forum.
                            // If set incorrectly your site/software will not function correctly.
                            // These urls should NOT include a trailing slash
                            // This is the url and web path of your root vBulletin directory
                        $config['baseurl'] = '[COLOR=#FF0000]http://www.mestanlihaber.com'[/COLOR];
                            // This is the url and web based path to your core directory
                        $config['baseurl_core'] = [COLOR=#FF0000]'http://www.mestanlihaber.com/core'[/COLOR];
                        
                        // This will only be used if you wish to require https logins
                        // You will not need to change this setting most of the time.
                        $config['baseurl_login'] = $config['baseurl'];
                            // If you do wish to use https for login, uncomment this line
                            // Then fill in your https url.
                        //$config['baseurl_login'] = 'https://www.yourdomain.com/folder';
                        
                            //    ****** System Paths ******
                            // These are the system paths and folders for your vBulletin files
                            // This setting is for where your vbulletin core folder is
                        $config['core_path'] = '[COLOR=#FF0000]/storage/content/58/146158/mestanlihaber.com/public_html[/COLOR]';
                            // This setting allows you to change the name of the admin folder
                        $config['admincpdir'] = 'admincp';
                            //    ****** Cookie Settings ******
                            // These are cookie related settings.
                            // This Setting allows you to change the cookie prefix
                        $config['cookie_prefix'] = 'bb';
                            // You can ignore this setting for right now.
                        $config['cookie_enabled'] = true;
                            //    ****** API Settings ******
                            // These are for the vB5 API. You will not normally ever need to edit them.
                            // Specifies whether the API is in the same host.
                        $config['collapsed'] = true;
                            // If the API is on an external host, you'll need to enter its information here
                            // Chances are this will not ever be true for most people, do not edit.
                        if (!$config['collapsed'])
                        {
                            $config['api_host']        = '';
                            $config['api_client']        = '';
                            $config['api_client_version']    = '';
                            $config['api_platform']        = '';
                            $config['api_platform_version']    = '';
                            $config['api_key']        = '';
                        }
                            //    ****** Special Settings ******
                            // These settings are only used in some circumstances
                            // Please do not edit if you are not sure what they do.
                        $config['report_all_php_errors'] = false;
                        $config['no_template_notices'] = true;
                            // This setting enables debug mode, it should NEVER be used on a live site
                        $config['debug'] = false;
                        Click image for larger version

Name:	Namnl&amp;#246;s.png
Views:	1
Size:	291.7 KB
ID:	3690397Click image for larger version

Name:	dd.jpg
Views:	1
Size:	103.0 KB
ID:	3690398Click image for larger version

Name:	sssd.jpg
Views:	1
Size:	101.1 KB
ID:	3690399

                        Comment

                        • Merjawy
                          Senior Member
                          • Sep 2002
                          • 2613

                          #13
                          You still have the issue with PHP version which doesn't meet the min. requirements for vB5.
                          To be or not to be... Where the hell is the question????
                          My psychiatrist told me I was crazy and I said I want a second opinion. He said okay, you're ugly too

                          Live vBulletin 4.2.0 Multilingual * Alpha/Beta vB 4 - vB 5 Tier 1A
                          CentOS 6.2 - Apache:2.2.15(Apache2Handler) - PHP:5.3.3 - MySQL:5.1.61
                          Xampp/Win-XP - Apache v2.2.21(Apache2Handler) - PHP:5.3.8 - MySQL:5.5.16

                          Comment

                          • MertTurk
                            Senior Member
                            • Mar 2009
                            • 128
                            • 4.2.X

                            #14
                            php 5.4 destirdim zaman alirmi bilmem hostinge sorcam

                            - - - Updated - - -

                            PHP Version 5.2.17

                            System Linux cl-web-04-09.atm.binero.net 2.6.18-338.19.1.el5.lve0.8.36 #1 SMP Wed Jul 27 13:20:06 EEST 2011 x86_64
                            Build Date Sep 29 2011 16:51:36
                            Configure Command './configure' '--build=x86_64-redhat-linux-gnu' '--host=x86_64-redhat-linux-gnu' '--target=x86_64-redhat-linux-gnu' '--program-prefix=' '--prefix=/usr' '--exec-prefix=/usr' '--bindir=/usr/bin' '--sbindir=/usr/sbin' '--sysconfdir=/etc' '--datadir=/usr/share' '--includedir=/usr/include' '--libdir=/usr/lib64' '--libexecdir=/usr/libexec' '--localstatedir=/var' '--sharedstatedir=/usr/com' '--mandir=/usr/share/man' '--infodir=/usr/share/info' '--cache-file=../config.cache' '--with-libdir=lib64' '--with-config-file-path=/etc' '--with-config-file-scan-dir=/etc/php.d' '--with-mysqli' '--with-mysql' '--with-zlib' '--with-gd' '--enable-shmop' '--enable-sockets' '--enable-sysvsem' '--enable-sysvshm' '--enable-magic-quotes' '--enable-mbstring' '--with-iconv' '--with-pdo-mysql=/usr' '--with-gettext' '--with-openssl=/usr' '--with-mcrypt' '--with-mhash' '--enable-zip' '--enable-bcmath' '--enable-calendar' '--enable-ftp' '--enable-sockets' '--enable-mbstring' '--enable-exif' '--enable-soap' '--with-imap=/usr' '--with-imap-ssl' '--with-sqlite=shared' '--with-xsl' '--with-kerberos' '--with-curl' '--with-jpeg-dir=/usr' '--with-ttf' '--enable-gd-native-ttf' '--with-freetype-dir=/usr' '--with-pear' '--enable-fastcgi' '--enable-force-cgi-redirect'
                            Server API CGI/FastCGI
                            Virtual Directory Support disabled
                            Configuration File (php.ini) Path /etc
                            Loaded Configuration File /storage/content/00/100100/php.binerorockar.se/settings/php.ini
                            Scan this dir for additional .ini files /etc/php.d
                            additional .ini files parsed (none)
                            PHP API 20041225
                            PHP Extension 20060613
                            Zend Extension 220060519
                            Debug Build no
                            Thread Safety disabled
                            Zend Memory Manager enabled
                            IPv6 Support enabled
                            Registered PHP Streams https, ftps, compress.zlib, php, file, data, http, ftp, zip
                            Registered Stream Socket Transports tcp, udp, unix, udg, ssl, sslv3, sslv2, tls
                            Registered Stream Filters zlib.*, convert.iconv.*, string.rot13, string.toupper, string.tolower, string.strip_tags, convert.*, consumed
                            This program makes use of the Zend Scripting Language Engine:
                            Zend Engine v2.2.0, Copyright (c) 1998-2010 Zend Technologies
                            with the ionCube PHP Loader v4.2.2, Copyright (c) 2002-2012, by ionCube Ltd., and
                            with Zend Optimizer v3.3.9, Copyright (c) 1998-2009, by Zend Technologies

                            PHP Credits


                            Configuration

                            PHP Core

                            allow_call_time_pass_reference On On
                            allow_url_fopen On On
                            allow_url_include Off Off
                            always_populate_raw_post_data Off Off
                            arg_separator.input & &
                            arg_separator.output & &
                            asp_tags Off Off
                            auto_append_file no value no value
                            auto_globals_jit On On
                            auto_prepend_file /storage/content/00/100100/php.binerorockar.se/settings/includes.php /storage/content/00/100100/php.binerorockar.se/settings/includes.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 mysql_pconnect mysql_pconnect
                            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 Off Off
                            error_append_string no value no value
                            error_log /storage/content/00/100100/php.binerorockar.se/logs/php-error.log /storage/content/00/100100/php.binerorockar.se/logs/php-error.log
                            error_prepend_string no value no value
                            error_reporting 6135 6135
                            expose_php On On
                            extension_dir /usr/lib64/extensions/no-debug-non-zts-20060613 /usr/lib64/extensions/no-debug-non-zts-20060613
                            file_uploads On On
                            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/lib64/php .:/usr/lib64/php
                            log_errors On On
                            log_errors_max_len 1024 1024
                            magic_quotes_gpc Off Off
                            magic_quotes_runtime Off Off
                            magic_quotes_sybase Off Off
                            mail.force_extra_parameters no value no value
                            max_execution_time 240 240
                            max_file_uploads 20 20
                            max_input_nesting_level 64 64
                            max_input_time 240 240
                            memory_limit 256M 256M
                            open_basedir no value no value
                            output_buffering 4096 4096
                            output_handler no value no value
                            post_max_size 256M 256M
                            precision 12 12
                            realpath_cache_size 16K 16K
                            realpath_cache_ttl 120 120
                            register_argc_argv Off Off
                            register_globals Off Off
                            register_long_arrays Off Off
                            report_memleaks On On
                            report_zend_debug 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.postfix -t -i /usr/sbin/sendmail.postfix -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 256M 256M
                            upload_tmp_dir /storage/content/00/100100/php.binerorockar.se/upload_tmp_dir /storage/content/00/100100/php.binerorockar.se/upload_tmp_dir
                            user_dir no value no value
                            variables_order EGPCS EGPCS
                            xmlrpc_error_number 0 0
                            xmlrpc_errors Off Off
                            y2k_compliance On On
                            zend.ze1_compatibility_mode Off Off
                            bcmath

                            BCMath support enabled
                            calendar

                            Calendar support enabled
                            cgi-fcgi

                            cgi.check_shebang_line 1 1
                            cgi.fix_pathinfo 1 1
                            cgi.force_redirect 1 1
                            cgi.nph 0 0
                            cgi.redirect_status_env no value no value
                            cgi.rfc2616_headers 0 0
                            fastcgi.logging 1 1
                            ctype

                            ctype functions enabled
                            curl

                            cURL support enabled
                            cURL Information libcurl/7.15.5 OpenSSL/0.9.8b zlib/1.2.3 libidn/0.6.5
                            date

                            date/time support enabled
                            "Olson" Timezone Database Version 2010.9
                            Timezone Database internal
                            Default timezone Europe/Stockholm
                            date.default_latitude 31.7667 31.7667
                            date.default_longitude 35.2333 35.2333
                            date.sunrise_zenith 90.583333 90.583333
                            date.sunset_zenith 90.583333 90.583333
                            date.timezone Europe/Stockholm Europe/Stockholm
                            dom

                            DOM/XML enabled
                            DOM/XML API Version 20031129
                            libxml Version 2.6.26
                            HTML Support enabled
                            XPath Support enabled
                            XPointer Support enabled
                            Schema Support enabled
                            RelaxNG Support enabled
                            exif

                            EXIF Support enabled
                            EXIF Version 1.4 $Id: exif.c 293036 2010-01-03 09:23:27Z sebastian $
                            Supported EXIF Version 0220
                            Supported filetypes JPEG,TIFF
                            filter

                            Input Validation and Filtering enabled
                            Revision $Revision: 298196 $
                            filter.default unsafe_raw unsafe_raw
                            filter.default_flags no value no value
                            ftp

                            FTP support enabled
                            gd

                            GD Support enabled
                            GD Version bundled (2.0.34 compatible)
                            FreeType Support enabled
                            FreeType Linkage with freetype
                            FreeType Version 2.2.1
                            GIF Read Support enabled
                            GIF Create Support enabled
                            JPG Support enabled
                            PNG Support enabled
                            WBMP Support enabled
                            XBM Support enabled
                            gettext

                            GetText Support enabled
                            hash

                            hash support enabled
                            Hashing Engines md2 md4 md5 sha1 sha256 sha384 sha512 ripemd128 ripemd160 ripemd256 ripemd320 whirlpool tiger128,3 tiger160,3 tiger192,3 tiger128,4 tiger160,4 tiger192,4 snefru gost adler32 crc32 crc32b haval128,3 haval160,3 haval192,3 haval224,3 haval256,3 haval128,4 haval160,4 haval192,4 haval224,4 haval256,4 haval128,5 haval160,5 haval192,5 haval224,5 haval256,5
                            iconv

                            iconv support enabled
                            iconv implementation glibc
                            iconv library version 2.5
                            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 2004
                            SSL Support enabled
                            Kerberos Support enabled
                            json

                            json support enabled
                            json version 1.2.1
                            libxml

                            libXML support active
                            libXML Version 2.6.26
                            libXML streams enabled
                            mbstring

                            Multibyte Support enabled
                            Multibyte string engine libmbfl
                            Multibyte (japanese) regex support enabled
                            Multibyte regex (oniguruma) version 4.4.4
                            Multibyte regex (oniguruma) backtrack check On
                            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.strict_detection Off Off
                            mbstring.substitute_character no value no value
                            mcrypt

                            Version 2.5.8
                            Api No 20021217
                            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
                            mcrypt.algorithms_dir no value no value
                            mcrypt.modes_dir no value no value
                            mhash

                            MHASH support Enabled
                            MHASH API Version 20060101
                            mysql

                            Active Persistent Links 0
                            Active Links 0
                            Client API version 5.0.77
                            MYSQL_MODULE_TYPE external
                            MYSQL_SOCKET /var/lib/mysql/mysql.sock
                            MYSQL_INCLUDE -I/usr/include/mysql
                            MYSQL_LIBS -L/usr/lib64/mysql -lmysqlclient
                            mysql.allow_persistent Off Off
                            mysql.connect_timeout 60 60
                            mysql.default_host no value no value
                            mysql.default_password no value no value
                            mysql.default_port no value no value
                            mysql.default_socket no value no value
                            mysql.default_user no value no value
                            mysql.max_links Unlimited Unlimited
                            mysql.max_persistent Unlimited Unlimited
                            mysql.trace_mode Off Off
                            mysqli

                            Client API library version 5.0.77
                            Client API header version 5.0.77
                            MYSQLI_SOCKET /var/lib/mysql/mysql.sock
                            mysqli.default_host no value no value
                            mysqli.default_port 3306 3306
                            mysqli.default_pw no value no value
                            mysqli.default_socket no value no value
                            mysqli.default_user no value no value
                            mysqli.max_links Unlimited Unlimited
                            mysqli.reconnect Off Off
                            openssl

                            OpenSSL support enabled
                            OpenSSL Version OpenSSL 0.9.8e-fips-rhel5 01 Jul 2008
                            pcre

                            PCRE (Perl Compatible Regular Expressions) Support enabled
                            PCRE Library Version 8.02 2010-03-19
                            pcre.backtrack_limit 100000 100000
                            pcre.recursion_limit 100000 100000
                            PDO

                            PDO drivers mysql, sqlite
                            pdo_mysql

                            pdo_sqlite

                            PECL Module version (bundled) 1.0.1 $Id: pdo_sqlite.c 293036 2010-01-03 09:23:27Z sebastian $
                            SQLite Library 3.3.7
                            posix

                            Revision $Revision: 293036 $
                            Reflection

                            Version $Id: php_reflection.c 300129 2010-06-03 00:43:37Z felipe $
                            session

                            Session Support enabled
                            Registered save handlers files user
                            Registered serializer handlers php php_binary
                            session.auto_start Off Off
                            session.bug_compat_42 Off Off
                            session.bug_compat_warn Off Off
                            session.cache_expire 180 180
                            session.cache_limiter nocache nocache
                            session.cookie_domain no value no value
                            session.cookie_httponly Off Off
                            session.cookie_lifetime 0 0
                            session.cookie_path / /
                            session.cookie_secure Off Off
                            session.entropy_file no value no value
                            session.entropy_length 16 16
                            session.gc_divisor 1000 1000
                            session.gc_maxlifetime 3600 3600
                            session.gc_probability 1 1
                            session.hash_bits_per_character 5 5
                            session.hash_function 0 0
                            session.name PHPSESSID PHPSESSID
                            session.referer_check no value no value
                            session.save_handler files files
                            session.save_path /storage/content/00/100100/php.binerorockar.se/sessions /storage/content/00/100100/php.binerorockar.se/sessions
                            session.serialize_handler php php
                            session.use_cookies On On
                            session.use_only_cookies On On
                            session.use_trans_sid 0 0
                            shmop

                            shmop support enabled
                            SimpleXML

                            Revision $Revision: 299016 $
                            Schema support enabled
                            soap

                            Soap Client enabled
                            Soap Server enabled
                            soap.wsdl_cache 1 1
                            soap.wsdl_cache_dir /storage/content/00/100100/php.binerorockar.se/upload_tmp_dir /storage/content/00/100100/php.binerorockar.se/upload_tmp_dir
                            soap.wsdl_cache_enabled 1 1
                            soap.wsdl_cache_limit 5 5
                            soap.wsdl_cache_ttl 86400 86400
                            sockets

                            Sockets Support enabled
                            SPL

                            Interfaces Countable, OuterIterator, RecursiveIterator, SeekableIterator, SplObserver, SplSubject
                            Classes AppendIterator, ArrayIterator, ArrayObject, BadFunctionCallException, BadMethodCallException, CachingIterator, DirectoryIterator, DomainException, EmptyIterator, FilterIterator, InfiniteIterator, InvalidArgumentException, IteratorIterator, LengthException, LimitIterator, LogicException, NoRewindIterator, OutOfBoundsException, OutOfRangeException, OverflowException, ParentIterator, RangeException, RecursiveArrayIterator, RecursiveCachingIterator, RecursiveDirectoryIterator, RecursiveFilterIterator, RecursiveIteratorIterator, RecursiveRegexIterator, RegexIterator, RuntimeException, SimpleXMLIterator, SplFileInfo, SplFileObject, SplObjectStorage, SplTempFileObject, UnderflowException, UnexpectedValueException
                            standard

                            Regex Library Bundled library enabled
                            Dynamic Library Support enabled
                            Path to sendmail /usr/sbin/sendmail.postfix -t -i
                            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
                            tokenizer

                            Tokenizer Support enabled
                            xml

                            XML Support active
                            XML Namespace Support active
                            libxml2 Version 2.6.26
                            xmlreader

                            XMLReader enabled
                            xmlwriter

                            XMLWriter enabled
                            xsl

                            XSL enabled
                            libxslt Version 1.1.17
                            libxslt compiled against libxml Version 2.6.26
                            EXSLT enabled
                            libexslt Version 1.1.17
                            Zend Optimizer

                            Optimization Pass 1 enabled
                            Optimization Pass 2 enabled
                            Optimization Pass 3 enabled
                            Optimization Pass 4 enabled
                            Optimization Pass 9 enabled
                            Zend Loader enabled
                            License Path no value
                            Obfuscation level 3
                            zip

                            Zip enabled
                            Extension Version $Id: php_zip.c 305848 2010-11-30 11:04:06Z pajoye $
                            Zip version 1.8.11
                            Libzip version 0.9.0
                            zlib

                            ZLib Support enabled
                            Stream Wrapper support compress.zlib://
                            Stream Filter support zlib.inflate, zlib.deflate
                            Compiled Version 1.2.3
                            Linked Version 1.2.3
                            zlib.output_compression Off Off
                            zlib.output_compression_level -1 -1
                            zlib.output_handler no value no value
                            Additional Modules

                            ionCube Loader
                            sysvsem
                            sysvshm
                            Environment

                            PHPRC /storage/content/00/100100/php.binerorockar.se/settings/php.ini
                            PHP_FCGI_CHILDREN 0
                            PATH /usr/local/bin:/usr/bin:/bin
                            PWD /storage/content/00/100100/php.binerorockar.se/settings
                            SHLVL 0
                            PHP_FCGI_MAX_REQUESTS 5000
                            PHP Variables

                            _SERVER["PHPRC"] /storage/content/00/100100/php.binerorockar.se/settings/php.ini
                            _SERVER["PHP_FCGI_CHILDREN"] 0
                            _SERVER["PATH"] /sbin:/usr/sbin:/bin:/usr/bin
                            _SERVER["PWD"] /storage/content/00/100100/php.binerorockar.se/settings
                            _SERVER["SHLVL"] 0
                            _SERVER["PHP_FCGI_MAX_REQUESTS"] 5000
                            _SERVER["FCGI_ROLE"] RESPONDER
                            _SERVER["HTTP_ACCEPT"] text/html, application/xhtml+xml, */*
                            _SERVER["HTTP_REFERER"] http://www.binero.se/support/faq/webbdatabas/php/vad-har-ni-for-php-konfiguration
                            _SERVER["HTTP_ACCEPT_LANGUAGE"] sv-SE
                            _SERVER["HTTP_USER_AGENT"] Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)
                            _SERVER["HTTP_ACCEPT_ENCODING"] gzip, deflate
                            _SERVER["HTTP_HOST"] php.binerorockar.se
                            _SERVER["HTTP_CONNECTION"] close
                            _SERVER["SERVER_SIGNATURE"] no value
                            _SERVER["SERVER_SOFTWARE"] Apache
                            _SERVER["SERVER_NAME"] php.binerorockar.se
                            _SERVER["SERVER_ADDR"] 192.168.25.184
                            _SERVER["SERVER_PORT"] 80
                            _SERVER["REMOTE_ADDR"] 81.235.202.71
                            _SERVER["DOCUMENT_ROOT"] /storage/content/00/100100/php.binerorockar.se/public_html
                            _SERVER["SERVER_ADMIN"] root@localhost
                            _SERVER["SCRIPT_FILENAME"] /storage/content/00/100100/php.binerorockar.se/public_html/index.php
                            _SERVER["REMOTE_PORT"] 51101
                            _SERVER["GATEWAY_INTERFACE"] CGI/1.1
                            _SERVER["SERVER_PROTOCOL"] HTTP/1.1
                            _SERVER["REQUEST_METHOD"] GET
                            _SERVER["QUERY_STRING"] no value
                            _SERVER["REQUEST_URI"] /
                            _SERVER["SCRIPT_NAME"] /index.php
                            _SERVER["PHP_SELF"] /index.php
                            _SERVER["REQUEST_TIME"] 1348436078
                            _ENV["PHPRC"] /storage/content/00/100100/php.binerorockar.se/settings/php.ini
                            _ENV["PHP_FCGI_CHILDREN"] 0
                            _ENV["PATH"] /sbin:/usr/sbin:/bin:/usr/bin
                            _ENV["PWD"] /storage/content/00/100100/php.binerorockar.se/settings
                            _ENV["SHLVL"] 0
                            _ENV["PHP_FCGI_MAX_REQUESTS"] 5000
                            _ENV["FCGI_ROLE"] RESPONDER
                            _ENV["HTTP_ACCEPT"] text/html, application/xhtml+xml, */*
                            _ENV["HTTP_REFERER"] http://www.binero.se/support/faq/webbdatabas/php/vad-har-ni-for-php-konfiguration
                            _ENV["HTTP_ACCEPT_LANGUAGE"] sv-SE
                            _ENV["HTTP_USER_AGENT"] Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)
                            _ENV["HTTP_ACCEPT_ENCODING"] gzip, deflate
                            _ENV["HTTP_HOST"] php.binerorockar.se
                            _ENV["HTTP_CONNECTION"] close
                            _ENV["SERVER_SIGNATURE"] no value
                            _ENV["SERVER_SOFTWARE"] Apache
                            _ENV["SERVER_NAME"] php.binerorockar.se
                            _ENV["SERVER_ADDR"] 192.168.25.184
                            _ENV["SERVER_PORT"] 80
                            _ENV["REMOTE_ADDR"] 81.235.202.71
                            _ENV["DOCUMENT_ROOT"] /storage/content/00/100100/php.binerorockar.se/public_html
                            _ENV["SERVER_ADMIN"] root@localhost
                            _ENV["SCRIPT_FILENAME"] /storage/content/00/100100/php.binerorockar.se/public_html/index.php
                            _ENV["REMOTE_PORT"] 51101
                            _ENV["GATEWAY_INTERFACE"] CGI/1.1
                            _ENV["SERVER_PROTOCOL"] HTTP/1.1
                            _ENV["REQUEST_METHOD"] GET
                            _ENV["QUERY_STRING"] no value
                            _ENV["REQUEST_URI"] /
                            _ENV["SCRIPT_NAME"] /index.php
                            _ENV["PHP_SELF"] /index.php
                            _ENV["REQUEST_TIME"] 1348436078

                            Comment

                            • Merjawy
                              Senior Member
                              • Sep 2002
                              • 2613

                              #15
                              Your server doesn't seem to meet the requirements.



                              Minimum System Requirements
                              These are the Minimum System Requirements. vBulletin 5 Connect will not run or install if these conditions are not met.
                              • PHP 5.3.0
                              • MySQL 5.1.5
                              • mod_rewrite, URL Rewrite or equivalent.
                              • You must upload the included .htaccess or web.config files.

                              Minimum and Recommended System Requirements
                              To be or not to be... Where the hell is the question????
                              My psychiatrist told me I was crazy and I said I want a second opinion. He said okay, you're ugly too

                              Live vBulletin 4.2.0 Multilingual * Alpha/Beta vB 4 - vB 5 Tier 1A
                              CentOS 6.2 - Apache:2.2.15(Apache2Handler) - PHP:5.3.3 - MySQL:5.1.61
                              Xampp/Win-XP - Apache v2.2.21(Apache2Handler) - PHP:5.3.8 - MySQL:5.5.16

                              Comment

                              Related Topics

                              Collapse

                              Working...