urgent help needed to resolve login.php

Discussion in 'Technical Support' started by idealspain, Apr 4, 2011.

  1. idealspain Customer

    just installed then deleted setup directory. go to login.php and get the following error:
    502 - Web server received an invalid response while acting as a gateway or proxy server.
    There is a problem with the page you are looking for, and it cannot be displayed. When the Web server (while acting as a gateway or proxy) contacted the upstream content server, it received an invalid response from the content server.


    can't move on from this and set up the software
    urgent help needed to get up and running
  2. Mike-N-Tosh Developer & Moderator

    A 502 error itself has nothing to do with the software script. This error is typically an error with either your isp (Who/how you connect to the internet) or the web hosting server/service.

    Google the 502 error for more specific information and/or contact your web hosting service.
  3. idealspain Customer

    web access

    I have full control over our server but have no idea where to start looking for this fault. We have the software functioning on another domain, hosted on the same server
  4. seymourjames All Hands On Deck

    Send me your info and I will take a quick look for you and see if there is anything obvious.
  5. idealspain Customer

    Have deleted all on server and re-installed everything. Now I get this error:
    Fatal error: main() [function.require]: Failed opening required 'D:\vhosts\flogadog.com\httpdocs\administration/' (include_path='.;./includes;./pear;D:\vhosts\flogadog.com\httpdocs\includes\classes\pear') in D:\vhosts\flogadog.com\httpdocs\administration\includes\init.php on line 148
  6. seymourjames All Hands On Deck

    No wiser after your error message
  7. Lhotch curmudgeon

    What happens if you just create a php file called phpinfo.php in the web root for the new domain and in that file just place the following...

    PHP:

    <?php
    phpinfo
    ();
    ?>
    Then point a browser to that file.

    Looks to me like you have issues with how you set up the subdomain in apache.
  8. Blair Administrator

    According to your PHP info page at YOURURL/ioncube/ioncube-loader-helper.php?page=sysinfo you're running PHP version 4.4.7

    We inadvertently introduced a PHP5-only function with the release of version 4.2.2. We highly recommend that you upgrade your version of PHP.

    In the meantime, open includes/classes/kernel/Filter.php and remove the FALSE from line 138 so that it looks like:
    PHP:

    return htmlspecialchars($stringENT_QUOTES'UTF-8');
    I tried to do this for you just now but all the files on the hosting account disappeared! I think you must be working on it at the moment?

    I've also replied to your ticket just now as well.
  9. idealspain Customer

    resolved

    All resolved now although we have a few teething problems with sql

Share This Page