1. This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.
  2. To chat with the GameOgre community, you need to have at least 100 posts. Once you have the 100 posts, post at Become A New Ogre
    Dismiss Notice

Internal Server Error

Discussion in 'Living Avatars' started by angeljs, Apr 22, 2012.

  1. confuser

    confuser Big Brute The Pit

    Messages:
    122
    Likes Received:
    0
    Trophy Points:
    16
    Credit:
    50.00
    Those includes should definitely work

    This dos not look quite correct to me
    PHP:
    include_path='.:/usr/lib/php:/usr/local/lib/php')
    Try:

    Change in setup/install.php
    PHP:
    include(ROOT_PATH 'setup/setup_functions.php');
    To
    PHP:
    include('setup_functions.php');
    Do the number of errors reduce?
     
  2. angeljs

    angeljs MMORPGer New Ogre

    Messages:
    47
    Likes Received:
    0
    Trophy Points:
    6
    Credit:
    70.00
    Okay, that didn't help, so I did what I should have done in the first place and turned on error reporting temporarily on the server. It threw out this error message:
    Code:
    [B]Fatal error[/B]:  Call to a member function query_read() on a non-object in [B]/home/******/public_html/sims/global.php(29) : eval()'d code[/B] on line [B]3[/B]
    But there's nothing on line 3 in that file. :confused: Of course it would help if I knew what I was looking for, but I'm a programming dunce!
     
  3. confuser

    confuser Big Brute The Pit

    Messages:
    122
    Likes Received:
    0
    Trophy Points:
    16
    Credit:
    50.00
    Ok, by the looks of it you have some sort of addon or mod which is using a hook. Inside that hook code it is using a function which does not exist hence the fatal error.
     
  4. angeljs

    angeljs MMORPGer New Ogre

    Messages:
    47
    Likes Received:
    0
    Trophy Points:
    6
    Credit:
    70.00
    Hmm...I think I know what you mean. If I disable mods, then installed LA, would that work?
     
  5. confuser

    confuser Big Brute The Pit

    Messages:
    122
    Likes Received:
    0
    Trophy Points:
    16
    Credit:
    50.00
    Most likely yes, this is happening because LA now uses vb's functions rather than its own and it looks like one of your mods is trying to use a function which doesn't exist.
     
  6. angeljs

    angeljs MMORPGer New Ogre

    Messages:
    47
    Likes Received:
    0
    Trophy Points:
    6
    Credit:
    70.00
    Well the good news is that you are right, I disabled mods and installed LA. However, the bad news is that upon enabling them again the same problem exists.

    Is there a way to find out which mod is causing the problem, or find a way around it so it doesn't interfere with LA?

    Thanks for your help with this.
     
  7. confuser

    confuser Big Brute The Pit

    Messages:
    122
    Likes Received:
    0
    Trophy Points:
    16
    Credit:
    50.00
    Only way will be to re-enable each one individually until you find the error again.
     
  8. angeljs

    angeljs MMORPGer New Ogre

    Messages:
    47
    Likes Received:
    0
    Trophy Points:
    6
    Credit:
    70.00
    Okay, it will take forever, but it will be worth it if I can get LA working! Thanks :)
     
  9. angeljs

    angeljs MMORPGer New Ogre

    Messages:
    47
    Likes Received:
    0
    Trophy Points:
    6
    Credit:
    70.00
    Well finally! It was the gameroom/casino mod that was causing the issue. I can do without that, so it's gone and LA is in! Thank you so much for your help! :)
     
  10. confuser

    confuser Big Brute The Pit

    Messages:
    122
    Likes Received:
    0
    Trophy Points:
    16
    Credit:
    50.00
  11. Admin Post
    ogreman

    ogreman Ogre In Charge Staff Member GameOgre Admin

    Messages:
    52,581
    Likes Received:
    8,872
    Trophy Points:
    113
    Credit:
    197,064.38
    Glad to hear it, Angel:).
     

Share This Page