Action Required error

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • bollie
    Senior Member
    • Jun 2006
    • 303
    • 4.2.x

    Action Required error

    I upgraded from 4.2 to 5 beta and get this eror, all plugings removed

    An error has occurred with your database. Please contact vBulletin Support for assistance.

    Module: 500a23, Step 2 Database Error:1064
    Query:

    UPDATE setting SET value = value | WHERE varname = 'defaultregoptions'

    - - - Updated - - -

    Refresh on the page done work now,
    Forum I have a white page

    - - - Updated - - -

    Work not home white page

    - - - Updated - - -

    http://www.pctuts.be/testvb5/beta/
    Attached Files
    Last edited by bollie; Mon 17 Sep '12, 8:45am.
    Dutch Online Computer hulp - www.pctuts.be
  • Hartmut
    Senior Member
    • Nov 2007
    • 2870
    • 4.2.x

    #2
    Did you check the config.php in forum root for correct values? Did you upload the specific file for mod_rewrite (.htaccess or web.config)?
    No private support, only PM me when I ask for it. Support in the forums only.

    Comment

    • bollie
      Senior Member
      • Jun 2006
      • 303
      • 4.2.x

      #3
      Originally posted by Hartmut
      Did you check the config.php in forum root for correct values? Did you upload the specific file for mod_rewrite (.htaccess or web.config)?
      Yes
      look http://www.pctuts.be/testvb5/beta/activity.php
      Dutch Online Computer hulp - www.pctuts.be

      Comment

      • gedsta
        Senior Member
        • Sep 2006
        • 180

        #4
        You haven't upgraded a live site have you?

        I have had exactly the same sort of issues using 4.2.0 to vB5

        I would just install it as a new forum for now and have a play and then upgrade at a later date once the teething problems have been gotten out of the way.

        Comment

        • bollie
          Senior Member
          • Jun 2006
          • 303
          • 4.2.x

          #5
          copy live site

          Live site www.pctuts.be
          Dutch Online Computer hulp - www.pctuts.be

          Comment

          • gedsta
            Senior Member
            • Sep 2006
            • 180

            #6
            Originally posted by bollie
            copy live site

            Live site www.pctuts.be
            phew!

            Like I said, I haven't successfully upgraded from 4.2.0 yet either with Beta 10.

            Comment

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

              #7
              Originally posted by bollie
              There is no activity.php file in vB5. Please remove all vB4 files and upload only vB5 files.

              Sent from my iPhone using Forum Runner

              vBulletin QA - vBulletin Support French - Lead Project Tools developer

              Next release? Soon(tm)

              Comment

              • bollie
                Senior Member
                • Jun 2006
                • 303
                • 4.2.x

                #8
                in the folder of beta is nothing VB4 only vb 5
                Attached Files
                Dutch Online Computer hulp - www.pctuts.be

                Comment

                • Hartmut
                  Senior Member
                  • Nov 2007
                  • 2870
                  • 4.2.x

                  #9
                  Originally posted by bollie
                  There is not such a php file included in vB5, please check config.php in forum root and make sure you uploaded the correct file for mod_rewrite as vB5 needs that.
                  No private support, only PM me when I ask for it. Support in the forums only.

                  Comment

                  • bollie
                    Senior Member
                    • Jun 2006
                    • 303
                    • 4.2.x

                    #10
                    my config on root

                    PHP 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'] = 'http://www.pctuts.be/testvb5/beta/';

                        
                    // This is the url and web based path to your core directory
                    $config['baseurl_core'] = 'http://www.pctuts.be/testvb5/beta/core/';


                    // 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'] = '/home/pctuts/domains/pctuts.be/public_html/testvb5/beta/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;


                    /*======================================================================*\
                    || ####################################################################
                    || # Downloaded: 
                    || # CVS: $RCSfile$ - 
                    || ####################################################################
                    \*======================================================================*/ 
                    web.config en .htaccess are present in root beta
                    Dutch Online Computer hulp - www.pctuts.be

                    Comment

                    • Merjawy
                      Senior Member
                      • Sep 2002
                      • 2613

                      #11
                      // These urls should NOT include a trailing slash
                      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

                      • bollie
                        Senior Member
                        • Jun 2006
                        • 303
                        • 4.2.x

                        #12
                        Originally posted by Merjawy
                        // These urls should NOT include a trailing slash
                        What do you mean?
                        Dutch Online Computer hulp - www.pctuts.be

                        Comment

                        • Merjawy
                          Senior Member
                          • Sep 2002
                          • 2613

                          #13
                          Remove the / at the end of the URLs
                          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

                          • bollie
                            Senior Member
                            • Jun 2006
                            • 303
                            • 4.2.x

                            #14
                            So do you mean?

                            PHP 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 ---------------- # ||
                            || # http://www.vbulletin.com | http://www.vbulletin.com/license.html # ||
                            || #################################################################### ||
                            \*======================================================================*/

                            /*-------------------------------------------------------*\
                            | ****** 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';  GOOD!      |
                            | Example: $config['myadmin'] = 'admincp'; BAD!           |
                            \*-------------------------------------------------------*/


                                //    ****** 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'] = 'http://www.pctuts.be/testvb5/beta';

                                
                            // This is the url and web based path to your core directory
                            $config['baseurl_core'] = 'http://www.pctuts.be/testvb5/beta/core';


                            // 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'] = '/home/pctuts/domains/pctuts.be/public_html/testvb5/beta/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;


                            /*======================================================================*\
                            || ####################################################################
                            || # Downloaded: 
                            || # CVS: $RCSfile$ - 
                            || ####################################################################
                            \*======================================================================*/
                            Work not
                            Admin work not see image Click image for larger version

Name:	admin.png
Views:	1
Size:	246.7 KB
ID:	3690349
                            Dutch Online Computer hulp - www.pctuts.be

                            Comment

                            • Merjawy
                              Senior Member
                              • Sep 2002
                              • 2613

                              #15
                              That's better. Now fix the URL in ACP

                              AdminCP, Settings>> Options >> Site Name / URL / Contact Us
                              make sure the url ends with /core

                              - - - Updated - - -

                              Should be
                              http://www.pctuts.be/testvb5/beta/core
                              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...