Jump to content

earnsimply.com

Members
  • Posts

    26
  • Joined

  • Last visited

Posts posted by earnsimply.com

  1. Why message coming as HelioHost Account Queued whenever trying to opening my site. cache cleared but still same msg. I deleted default files, dir from public_html. Is it reason ? or I removed and added a domain. this is the reason? after doing these getting message as 'HelioHost Account Queued'.

     

    Waiting for the solution.

  2. Well, I can't say specifically what functions Wordpress needs or doesn't need. Most blogs run on less than 32MB of RAM but the more plugins people have the more RAM they need. That being said, most people can run Wordpress and other HTML sites on a VPS with 256MB of RAM (this includes Apache, MySQL, SSH, FTP, etc).

     

    The code that Wordpress is using is this:

     

    <?php
    function apache_mod_loaded($mod, $default = false) {
        global $is_apache;
    //added by rvt:  return true;
        if ( !$is_apache )
            return false;
    
        if ( function_exists('apache_get_modules') ) {
            $mods = apache_get_modules();
            if ( in_array($mod, $mods) )
                return true;
        } elseif ( function_exists('phpinfo') ) {
                ob_start();
                phpinfo(8);
                $phpinfo = ob_get_clean();
                if ( false !== strpos($phpinfo, $mod) )
                    return true;
        }
        return $default;
    }
    ?>

     

    First it checks to make sure the server is running Apache (this part is OK).

     

    Then it tries to check if the PHP function apache_get_modules() exists. On this host (and many others that I've tested), this returns false.

     

    Therefore, it runs phpinfo() and captures the output in an output buffer. The argument "8" tells PHP to just print out the loaded modules in PHP's configuration. This prints out the same way as I have shown above (except without the beginning part which is excluded with the "8" argument). Since this gets cut off before it loads details rewrite, it doesn't realize that that mod_rewrite is installed properly. Thus, none of the conditional statements where this function is called return properly and Wordpress dies without outputting all of its information.

     

    If I uncomment the line in the function and remove the part that says "added by rvt:", then Wordpress works great.

     

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

     

    Earnsimply.com: Once you have Wordpress 3.0 installed on your account here, download this ZIP file: http://thh1.thehosthelpers.com/wp3test/functions.zip. Extract the file (it will be called functions.php) and replace the current functions.php file located in the wp-includes directory. This should allow you to install the Networks feature...

     

     

    rvt :

    Thanks for your help. Now networking concept is working, just with functions file update.

    May I know, How do you find the solution for it?

    Waiting for ur reply.

     

    Thanks.

     

     

  3. Sorry, but the problem is with the software. It needs to provide a clear error message to tell me what to fix.

     

    If I knew what the problem was, I would do something about it. However, at this point the only thing I can do is try to debug a piece of software that I'm not familiar with, which is not easy to do.

     

    Earlier, somebody mentioned that adding a single PHP constant to a file fixed the problem. Is that working for you? If not, does it help if you wait until the server is under less load (~4)?

     

     

    Is there any successful wordpress 3.0 installations at your hosting? If yes, let me know the ulrs!

    http://www.wizard.heliohost.org/blog

     

    Thanks for your reply.

     

    Pls give me the network screenshort (as http://codex.wordpress.org/Create_A_Network) of http://www.wizard.heliohost.org/blog or give me admin user id , password of this , to test myself.

    I am getting the problem/ coming blank screen whenever creating the network. I hope you also tested for creating a network!

     

    Installing wordpress 3.0 in /public_html/www.domain.com/blog Is it ok?

     

    Waiting for your immediate reply .

  4. Sorry, but the problem is with the software. It needs to provide a clear error message to tell me what to fix.

     

    If I knew what the problem was, I would do something about it. However, at this point the only thing I can do is try to debug a piece of software that I'm not familiar with, which is not easy to do.

     

    Earlier, somebody mentioned that adding a single PHP constant to a file fixed the problem. Is that working for you? If not, does it help if you wait until the server is under less load (~4)?

     

     

    Is there any successful wordpress 3.0 installations at your hosting? If yes, let me know the ulrs!

  5. I am trying to install wordpress3.0 at your hosting. But it is not installting properly. I tried to install network for wordpress3.0 but coming empty screen. Pls let me know the reason with solution. I added this line code WP_ALLOW_MULTISITE', true); too.

    Waiting for your reply.

    I installed Wordpress 3.0 easily using these instructions: http://codex.wordpress.org/Installing_WordPress. What is "network for wordpress3.0"? Please try to clarify your message.

     

    Visit : http://codex.wordpress.org/Create_A_Network

     

    This wordpress installation is working on other hosts but not working here.

     

    After adding code : define('WP_ALLOW_MULTISITE', true);

    coming the screen as attachment. All files are uploaded properly. Is there anything problem with Hosting setup?

     

    Waiting for your reply.

    post-11086-1278817460_thumb.png

  6. I am trying to install wordpress3.0 at your hosting. But it is not installting properly. I tried to install network for wordpress3.0 but coming empty screen. Pls let me know the reason with solution. I added this line code WP_ALLOW_MULTISITE', true); too.

    Waiting for your reply.

  7. Thanks for your reply.

     

     

    Means installing PTC Script is Valid and Adult/Dating Script is not valid at your Hosting.

     

     

    How do I increase Limited/UnLimited Bandwidth and Limited/UnLimited web space at your Hosting?

  8. Planning to Install PTC scripts at your Hosting. Is it Eligible?

     

    Planning to Install Adult Website Script at your Hosting? Is it Eligible?

     

    Planning to Install Dating Website Script at your Hosting? Is it Eligible?

     

    How do I increase Limited/UnLimited Bandwidth and Limited/UnLimited web space at your Hosting?

     

    Waiting for your reply.

     

     

×
×
  • Create New...