Cant install the script

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • yaforo.com
    New Member
    • Jul 2009
    • 21

    Cant install the script

    Hello,

    It turns out that I change the web domain and now I want to install vbulletin 5 or vbulletin 4.

    What happens to me is that I can not install it now.

    Before if I could install it very easy now I find it impossible to install the script.

    I have linux control panel.
    I create database, connect and insert the data in config but the installer does not run.
    I could not install vbulletion 5 nor vbulletin 4.

    Who could help me?

    Last edited by yaforo.com; Tue 23 May '17, 8:53am.
  • Mark.B
    vBulletin Support
    • Feb 2004
    • 24286
    • 6.0.X

    #2
    We would need more information.

    What version are you trying to install?
    What version of php is on the server?
    What is the FULL error message you receive?
    Last edited by Mark.B; Mon 22 May '17, 4:31pm.
    MARK.B
    vBulletin Support
    ------------
    My Unofficial vBulletin 6.0.0 Demo: https://www.talknewsuk.com
    My Unofficial vBulletin Cloud Demo: https://www.adminammo.com

    Comment

    • yaforo.com
      New Member
      • Jul 2009
      • 21

      #3
      Thanks for the prompt response.
      I do not receive any error messages. Directly the web is blank.

      Comment

      • yaforo.com
        New Member
        • Jul 2009
        • 21

        #4
        I do that:

        Create a MYSQL in control panel, database and user, connect.

        Then I insert the database:
        $config['Database']['dbname'] = 'MYBASEDEDATOS';

        And then the user and pass:
        $config['MasterServer']['username'] = 'USEDATABASE';
        $config['MasterServer']['password'] = ‘MYPASSS’;

        And run the website, but I have the website in blank ??


        Last edited by yaforo.com; Tue 23 May '17, 8:52am.

        Comment

        • yaforo.com
          New Member
          • Jul 2009
          • 21

          #5
          I run the install:

          Fatal error: Class 'vB_Database_‘mysqli’' not found in /home/deinternet/public_html/install/init.php on line 128

          Comment

          • yaforo.com
            New Member
            • Jul 2009
            • 21

            #6
            When I try to install vb connect 5 I have the same errors

            Comment

            • Mark.B
              vBulletin Support
              • Feb 2004
              • 24286
              • 6.0.X

              #7
              Can you please answer the question about your php version? This is important and we cannnot help until we know this.
              MARK.B
              vBulletin Support
              ------------
              My Unofficial vBulletin 6.0.0 Demo: https://www.talknewsuk.com
              My Unofficial vBulletin Cloud Demo: https://www.adminammo.com

              Comment

              • yaforo.com
                New Member
                • Jul 2009
                • 21

                #8
                ea-php56

                Comment

                • Wayne Luke
                  vBulletin Technical Support Lead
                  • Aug 2000
                  • 73981

                  #9
                  Originally posted by yaforo.com
                  I run the install:

                  Fatal error: Class 'vB_Database_‘mysqli’' not found in /home/deinternet/public_html/install/init.php on line 128
                  You will need to enable this library in PHP. If you have a newer version of cPanel, you can enable it by checking the library in the PHP Version tool. If you don't have access to this tool, you need to have your hosting provider enable it. It should be enabled by default unless you're on a Windows Server.
                  Translations provided by Google.

                  Wayne Luke
                  The Rabid Badger - a vBulletin Cloud demonstration site.
                  vBulletin 5 API

                  Comment

                  • yaforo.com
                    New Member
                    • Jul 2009
                    • 21

                    #10
                    I have WHM.

                    How do I enable these libraries in which option?

                    Thanks for the help

                    Comment

                    • yaforo.com
                      New Member
                      • Jul 2009
                      • 21

                      #11
                      I see this:
                      allow_url_include This option allows the use of URL-aware fopen wrappers with the following functions: include(), include_once(), require(), require_once(). Disabled
                      PHP Default: Disabled
                      asp_tags Enables the use of ASP-like <% %> tags in addition to the usual <?php ?> tags. This includes the variable-value printing shorthand of <%= $value %>. Disabled
                      PHP Default: Disabled
                      display_errors This determines whether errors should be printed to the screen as part of the output or if they should be hidden from the user. Disabled
                      PHP Default: Enabled
                      enable_dl This directive is really only useful in the Apache module version of PHP. You can turn dynamic loading of PHP extensions with dl() on and off per virtual server or per directory. The main reason for turning dynamic loading off is security. With dynamic loading, it is possible to ignore all open_basedir restrictions. The default is to allow dynamic loading, except when using safe mode. This feature is deprecated, and will be removed at a future time. Disabled
                      PHP Default: Enabled

                      Comment

                      • Mark.B
                        vBulletin Support
                        • Feb 2004
                        • 24286
                        • 6.0.X

                        #12
                        You will need to speak to your hosting provider.
                        MARK.B
                        vBulletin Support
                        ------------
                        My Unofficial vBulletin 6.0.0 Demo: https://www.talknewsuk.com
                        My Unofficial vBulletin Cloud Demo: https://www.adminammo.com

                        Comment

                        • yaforo.com
                          New Member
                          • Jul 2009
                          • 21

                          #13
                          I have in OVH. They say that they are not in charge of the VPS configuration.

                          Comment

                          • yaforo.com
                            New Member
                            • Jul 2009
                            • 21

                            #14
                            The weird thing is that I have another vbulletin forum running right on my server. Now I want to install my other license and I can not

                            Comment

                            • yaforo.com
                              New Member
                              • Jul 2009
                              • 21

                              #15
                              In the multiphp ini editor mode?

                              Last edited by yaforo.com; Tue 23 May '17, 9:50am.

                              Comment

                              Related Topics

                              Collapse

                              Working...