Announcement

Collapse
No announcement yet.

Problems with vBulletin 3 Test Script

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Originally posted by TECK
    A screenshot is totally useless. How would that help Scott to troubleshoot what servers perform ok? In no way.
    If you want to do something to really help him, do something like that:
    PHP Code:
    <?php 
    error_reporting
    E_ALL & ~E_NOTICE ); 
    require_once( 
    './global.php' ); 
     
    $mysql $DB_site->query_first(
    SELECT VERSION() AS version 
    ); 
     
    if ( 
    phpversion()>='4.0.6' 

    $serverinfo iif ini_get'safe_mode' ) , 'YES' 'NO' ); 
    $serverinfo .= iif ini_get'file_uploads' ) , ' - FILE_UPLOADS enabled' ' - FILE_UPLOADS disabled' ); 

    else 

    $serverinfo 'WARNING! The lowest PHP version required is 4.0.6'

     
    cpheader(); 
     
    print_r'<nobr><b>Server Info:</b> ' $_SERVER['SERVER_SOFTWARE'] . '<nobr /><br />' ); 
    print_r'<b>PHP Safe Mode:</b> ' $serverinfo '<br />' ); 
    print_r'<b>MySQL Version:</b> ' $mysql['version'] ); 
     
    cpfooter(); 
    ?>
    Save it as info.php in your /admin folder.
    Mhhhh, there is something, which I don't understand:
    the info.php:

    Server Info: Apache/1.3.26 (Unix) PHP/4.1.2
    PHP Safe Mode: NO - FILE_UPLOADS enabled
    MySQL Version: 3.23.49

    And the vb_test.php:
    http://stud4.tuwien.ac.at/~e0126017/vb_test.gif

    Safe Mode has different result's
    Sorry for my English
    Let'z talk German

    Comment


    • Originally posted by Ordovicium
      Mhhhh, there is something, which I don't understand:
      the info.php:

      Server Info: Apache/1.3.26 (Unix) PHP/4.1.2
      PHP Safe Mode: NO - FILE_UPLOADS enabled
      MySQL Version: 3.23.49

      And the vb_test.php:
      http://stud4.tuwien.ac.at/~e0126017/vb_test.gif

      Safe Mode has different result's
      safe mode: No = it is not on
      which is correct, you passed it.

      Comment


      • Does anyone know when they will decide who gets picked?

        Comment


        • Originally posted by Zehlek
          Does anyone know when they will decide who gets picked?
          No... the say, it's "soon", but that can mean 1 day to 1 year here at Jelsoft
          GameCrash

          Project Tools Importer for forum threads
          Current Version: 1.0.0 Beta 3

          Comment


          • Originally posted by Zehlek
            Does anyone know when they will decide who gets picked?
            I looked in my crystal ball and I saw that there was a meeting last night, who knows maybe tonight, tomorrow - but since most things happen after the weekend, probably monday.

            Comment


            • Originally posted by dynamite
              My gzip is showing failed, even though mod_gzip is installed on my server.
              mod_gzip is an Apache module. We don't use mod_gzip but instead utilize the zlib library compiled into PHP. Since we don't utilize mod_gzip and have no plans on utilizing mod_gzip now or in the future, we don't test for it.
              Translations provided by Google.

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

              Comment


              • Originally posted by xiphoid
                I looked in my crystal ball and I saw that there was a meeting last night, who knows maybe tonight, tomorrow - but since most things happen after the weekend, probably monday.
                doubtful... but as a hint, watch the bugs forum.
                Translations provided by Google.

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

                Comment


                • Will there be a posted announcement about who got picked? That way who didn't will know they didn't get picked and will no longer have to wonder if they will be picked whenever this decisions are made?

                  Comment


                  • Probably not. We want a controlled beta test without the servers being inundated by people simply wanting to jump on some sort of vBulletin bandwagon.
                    Translations provided by Google.

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

                    Comment


                    • Originally posted by Wayne Luke
                      Probably not. We want a controlled beta test without the servers being inundated by people simply wanting to jump on some sort of vBulletin bandwagon.
                      If I understand correctly, it is recommended not to post about it in any of the forums, here or at vB.org?
                      I know some of us will be excited to post in the Chit-Chat or The Lounge about their aprouval...
                      After all the long wait, it is a nice priviledge to have it running as a private beta... for the accepted users.
                      Floren Munteanu
                      Axivo Inc.
                      Axivo Searchlight - Turbocharge your web site

                      Comment


                      • Originally posted by TECK
                        If I understand correctly, it is recommended not to post about it in any of the forums, here or at vB.org?
                        I know some of us will be excited to post in the Chit-Chat or The Lounge about their aprouval...
                        After all the long wait, it is a nice priviledge to have it running as a private beta... for the accepted users.
                        That is your own decision to make, we won't make it for you. Of the sites running the beta version currently owned by vBulletin team members, I know they would rather their boards remain normal during this time.
                        Translations provided by Google.

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

                        Comment


                        • Originally posted by Wayne Luke
                          doubtful... but as a hint, watch the bugs forum.
                          You mean that:
                          Originally posted by Kier 01-06-2003, 09:54 PM
                          Just removed the [fixed] title from this thread due to the +* bug we've been discussing in the meeting.
                          Sorry for my English
                          Let'z talk German

                          Comment


                          • Gzip was not passed

                            Any idea, but I did enable this feature in admin page, and set it to level 1, please help!

                            Comment


                            • Originally posted by taosiu
                              Any idea, but I did enable this feature in admin page, and set it to level 1, please help!
                              It's not a matter of enabling GZip in the Admin-Controlcenter. For passing GZip, Zlib must been installed on the server your forums are running on.

                              If you have telnet/ssh access try to install it. If not, ask your host.
                              Greetz Alex
                              Spasschat-Team - the best chat, you've ever seen :)

                              Comment


                              • Any hints of installing Zlib?

                                Any thread to tell us how to install Zlib, please help, and what is the function does Zlib do, and what is the difference between Gzip and Zlib, I am very confuse, please help!!!

                                Comment

                                widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
                                Working...
                                X