+ Reply to Thread
Page 1 of 3 123 LastLast
Results 1 to 10 of 21

Thread: how to install to localhost

  1. #1

    how to install to localhost

    how can I install it to localhost?

    I received invalid license...

    please help

  2. #2
    Member
    Join Date
    Apr 2013
    Location
    Argentina
    Posts
    36
    I want to know the same!

  3. #3
    Quote Originally Posted by Santiago B View Post
    I want to know the same!
    To be honest i fancy trying the same, so i can have a play without effecting anything. So if anyone knows the best way of doing this please let us know
    New Site: CameraSpecs https://bit.ly/3G4uYA6

    Old Site: MotorAdsUk

  4. #4
    The flynax-thing looks only to the domain-name.

    If your "Live"-Site runs for example on "www.myclassies.foo" then do following:
    1. Enter a new entry in your local host-file. The entry can be "myclassies.foo" or "local.myclassies.foo". The entry should point to your local IP-Adress, e.g. "192.168.1.5 => local.myclassies.foo".
    2. If you use apache (e.g. XAMPP) create a virtual host for "local.myclassies.foo" or "myclassies.foo". It is important, that the local "host"-name is different to the live one.

    P.S.: If you use XAMPP on Win, then you should install the Ioncube-Loader, the Zend one doesn't work in FastCGI-mode.

    Hope this helps.

    Regards

  5. #5
    To have it working locally there is one important thing - your local server should be on 127.0.0.1 ip and on 8080 or 80 port.

    Then it will work, in other case it will give license issues.

  6. #6
    Mike, does this work with multiple hostnames mapped to 127.0.0.1 (vhost)?

    I have a lot of projects on my XAMPP.

  7. #7
    Yes it will work with multiple virtual local hostnames

  8. #8
    Way to make it working locally when your local server ip is not 127.0.0.1 :

    for example your license domain is domain.com and you want to work locally until it will be ready then move to real web hosting.
    your local network web server is 192.168.0.1 for example


    1. you have to create virtual host with same name as your domain -- domain.com and

    2. point this domain to your server ip through editing hosts file 192.168.0.1 domain.com

    if you don't know what is the hosts why is it and how to edit it feel free to ask here google )

    Actually didn't tested it but don't see any reason this will not work

  9. #9
    When trying to install locally, I can not get past this MySQL server
    4.1.x, 5.1.x or above
    mysqlnd 5.0.10 - 20111026 - $Id: b0b3b15c693b7f6aeb3aa66b646fee339f175e39 $. MySQL server is running and all other requirements are green. Anyone with a suggestion?

    //Morgan
    Free Advertising at Fyndklippet.se


  10. #10
    Master
    Join Date
    Apr 2012
    Location
    Germany
    Posts
    421
    Hi Morgan,

    open the follow file in
    install -> index.php
    Find follow code @line ~ 82

    PHP Code:
    Only registered members can view the code
    and change to this

    PHP Code:
    Only registered members can view the code
    Now all will be fine.

    Best regards
    Steffen
    Last edited by Steffen Buschkemper; May 9, 2013 at 10:38 AM.

+ Reply to Thread