Results 1 to 9 of 9

Thread: page timeout issue for only some users

  1. #1

    Default page timeout issue for only some users

    only 1-2 users have experienced "page timeout" issue when uploading videos. Do you know what could be the problem?

  2. #2
    Join Date
    Apr 2007
    Posts
    2,202

    Default

    check your server php.ini settings

    Following are values we use on our server

    max_execution_time = 600
    max_input_time = 600
    memory_limit = 32M
    error_reporting = E_COMPILE_ERROR|E_ERROR|E_CORE_ERROR
    display_errors = On
    register_globals = On
    post_max_size = 800M
    file_uploads = On
    upload_max_filesize = 800M

  3. #3
    Join Date
    May 2007
    Posts
    686

    Default

    Where can i check the php settings? Do i have to log through ssh? Or can i find it through cpanel?

  4. #4
    Join Date
    May 2007
    Posts
    212

    Default

    Quote Originally Posted by zeffer
    Where can i check the php settings? Do i have to log through ssh? Or can i find it through cpanel?
    through ssh edit php.ini

    /etc/php.ini

    to edit it type VI /etc/php.ini

    go to the values, change them, then how shift and press ZZ to save the changes.

    You may or may not need to type :wq to exit the file.

    Reboot your server and the changes will take effect. Hope this helps. It worked for me...Just use the settings that Admin gave you and you should be good.

    To make sure the changes are made once you restart the server go to
    http://www.yourdomainnamehere.com/phpinfo.php

    it should show everything's current configuration.

  5. #5
    Join Date
    May 2007
    Posts
    686

    Default

    wish it was as easy as it sounds i have only been doing web stuff for 4 months and now run 2 100mb servers to accomidate our websites demands, i learn very quickly and learnt to mod scripts add flash make flash and crap within hours of having the need to. I guess im not a linux man, taking me a while to do shell commands.

  6. #6
    Join Date
    May 2007
    Posts
    212

    Default

    Quote Originally Posted by zeffer
    wish it was as easy as it sounds i have only been doing web stuff for 4 months and now run 2 100mb servers to accomidate our websites demands, i learn very quickly and learnt to mod scripts add flash make flash and crap within hours of having the need to. I guess im not a linux man, taking me a while to do shell commands.
    Oh trust me it's easy...im no expert. I just learned how to do what I just posted 2 days ago, from posting on here and looking around the net.

  7. #7
    Join Date
    Apr 2007
    Posts
    2,202

    Default

    If you have dedicated server with root access and won't know how to work in SSH, use WinSCP to connect to server, then download php.ini, take a copy of it, then modify the orginal file and upload to the server. Now restart apache web server to have php.ini settings changed.

  8. #8
    Join Date
    May 2007
    Posts
    686

    Default

    I just got the dude who set mine up to do it. Also had my server slowing things down each site was set to use 30mb ram. So he put a bit more ram power into to cover overhead on the vshare site.

  9. #9
    Join Date
    May 2007
    Posts
    686

    Default

    Ill tell u how i go ill try up a big file now.

Similar Threads

  1. How to create a PHP page only for registered users
    By pocholo in forum Template Modifications
    Replies: 4
    Last Post: 04-06-2009, 10:39 AM
  2. Search for users does not take you to profile page
    By grynmoors in forum Fixed Bugs
    Replies: 2
    Last Post: 02-15-2008, 07:10 AM
  3. Version 2.5 first page creation gives timeout.
    By halohool in forum Fixed Bugs
    Replies: 2
    Last Post: 10-31-2007, 05:16 AM
  4. make users login on a specific page
    By devarioj in forum Frequently Asked Questions
    Replies: 22
    Last Post: 09-24-2007, 09:04 AM
  5. Install White Page Issue But I think I know why
    By Jim Nayzium in forum Installation Support
    Replies: 2
    Last Post: 08-21-2007, 07:02 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •