Nothing works on my server :(

Discussion in 'Site & Server Administration' started by farooqaaa, Sep 5, 2006.

Thread Status:
Not open for further replies.
  1. #1
    Hello,

    I have a big problem in my server :(, but i dont know what is it. On my server i cant install "TutorialsMS's TMS" "XPLODPHP's TMX" "GameSiteScript" etc.. I tried them installing but its not working for me. Alot of people said that its server problem, but i dont know what kinda problem is this :mad:, can someone help me fix this problem :( ???????

    Waiting for your quick responses.

    Thanks
     
    farooqaaa, Sep 5, 2006 IP
  2. danielbruzual

    danielbruzual Active Member

    Messages:
    906
    Likes Received:
    57
    Best Answers:
    0
    Trophy Points:
    70
    #2
    Does your server have php support?

    Are those scripts compatible with your php version?

    Did you create the databases (in case the script does not do it automatically)?

    Check if any of those scripts require specific settings in your php.ini file.
     
    danielbruzual, Sep 5, 2006 IP
  3. farooqaaa

    farooqaaa Well-Known Member

    Messages:
    2,330
    Likes Received:
    149
    Best Answers:
    0
    Trophy Points:
    180
    #3
    Yeah, my server have full PHP support.

    Hmm, i am not sure about this, can you tell me which is the latest version PHP? so that i can install on my server.

    Yeah, i do, but they dont add the tables-rows :(.

    PHP.ini ? i didnt know about it :confused:
     
    farooqaaa, Sep 5, 2006 IP
  4. danielbruzual

    danielbruzual Active Member

    Messages:
    906
    Likes Received:
    57
    Best Answers:
    0
    Trophy Points:
    70
    #4
    So it's a database problem? Try to create a user in phpMyAdmin and grant him all permissions. The username that you are using might not have permission to create tables.
     
    danielbruzual, Sep 5, 2006 IP
  5. farooqaaa

    farooqaaa Well-Known Member

    Messages:
    2,330
    Likes Received:
    149
    Best Answers:
    0
    Trophy Points:
    180
    #5
    No, its not db problem, its an Server-side problem, not client-side, dont know what is the problem :(.
     
    farooqaaa, Sep 5, 2006 IP
  6. MatthewN

    MatthewN Well-Known Member

    Messages:
    859
    Likes Received:
    30
    Best Answers:
    0
    Trophy Points:
    195
    #6
    It sounds like a DB or permission error to me with in the database. That would be classed as server time and it would be worth going down the route that daniel mentioned.
     
    MatthewN, Sep 5, 2006 IP
  7. farooqaaa

    farooqaaa Well-Known Member

    Messages:
    2,330
    Likes Received:
    149
    Best Answers:
    0
    Trophy Points:
    180
    #7
    Hmm, i will try it, and will let you know about the problem.
     
    farooqaaa, Sep 5, 2006 IP
  8. saadahmed007

    saadahmed007 Admínistratör

    Messages:
    5,272
    Likes Received:
    869
    Best Answers:
    0
    Trophy Points:
    380
    #8
    if you have root acess do check your .php file
    whereis php (It will tell you where is php.ini)
    pico pathtophp.inifile
    then checkout the file!
    heres a example
     
    saadahmed007, Sep 7, 2006 IP
  9. The Webmaster

    The Webmaster IdeasOfOne

    Messages:
    9,516
    Likes Received:
    718
    Best Answers:
    0
    Trophy Points:
    360
    #9
    What is the problem actually??
    Provide us a URL where you are getting errors...
     
    The Webmaster, Sep 7, 2006 IP
  10. Pat Gael

    Pat Gael Banned

    Messages:
    1,331
    Likes Received:
    68
    Best Answers:
    0
    Trophy Points:
    0
    #10
    Maybe Farooqaaa meant the server where he is hosted because if he didn't know what php.ini is, probably we are not talking about owning a server.

    try globals off, the most common installation problem

    add to your .htaccess the following:

    
    <IfModule mod_php4.c>
    php_flag register_globals Off
    php_flag magic_quotes_gpc Off
    php_flag magic_quotes_runtime Off
    </IfModule>
    
    Code (markup):
     
    Pat Gael, Sep 7, 2006 IP
    farooqaaa likes this.
  11. farooqaaa

    farooqaaa Well-Known Member

    Messages:
    2,330
    Likes Received:
    149
    Best Answers:
    0
    Trophy Points:
    180
    #11
    You are 500% right :). My problem is fixed.

    Thank you alot. lets Have a green rep :D
     
    farooqaaa, Sep 9, 2006 IP
Thread Status:
Not open for further replies.