+ Reply to Thread
Results 1 to 8 of 8

Thread: LOCAL HOST installation problems

  1. #1
    Junior Member
    Join Date
    Jun 2016
    Location
    Egypt
    Posts
    24

    Angry LOCAL HOST installation problems

    I am using Windows 10 and Softaculous AMPPS 3.5, PHP version 5.5
    It is very weird that after a successful installation of Flynax on my computer, I can access my admin panel only once after the installation. If I reboot my PC I get the login screen, I enter the username and password but nothing happens, I am redirected to the login screen, and can't access the admin panel.
    Also some things are not working on the front-end, for example the signin selector and the language selector are not working!!!!!!

    Here is what I did, and hope someone can help me:
    1- I created a v-host with the same name of my license (xxxx.com), pointed to 127.0.0.1 port 80:
    Here is the httpd-vhosts.conf file:

    #### xxxx.com VirtualHost ####


    <VirtualHost 127.0.0.1:80>
    <Directory "c:/program files (x86)/ampps/www/xxxx.com">
    Options FollowSymLinks Indexes
    AllowOverride All
    Order deny,allow
    allow from All
    </Directory>
    ServerName xxxx.com
    ServerAlias xxxx.com
    ScriptAlias /cgi-bin/ "c:/program files (x86)/ampps/www/xxxx.com/cgi-bin/"
    DocumentRoot "c:/program files (x86)/ampps/www/xxxx.com"
    ErrorLog "C:/Program Files (x86)/Ampps/apache/logs/xxxx.com.err"
    CustomLog "C:/Program Files (x86)/Ampps/apache/logs/xxxx.com.log" combined
    </VirtualHost>

    ####################################
    2- I extracted the FLynax4.5.1 in the xxxx.com directory, and started the installation by typing in the URL 127.0.0.1/xxxx.xom
    www disabled
    EVERYTHING is smooth and the software is installed normally.

    3- I made 2 changes to the .htaccess file:
    a) RewriteBase / to RewriteBase /xxxx.com/
    b) I removed the # sign from: RewriteCond %{HTTP_HOST} \.{2,} [NC] # 1 is localhost usage, 2 is glabal usage


    IS THERE ANYTHING ELSE MISSING???? can somebody help

  2. #2
    Hello Akram,

    Will be better if you create a ticket. Our tech department will check it on your machine.
    Viktor,
    Flynax technical department,
    Best wishes.

  3. #3
    Junior Member
    Join Date
    Jun 2016
    Location
    Egypt
    Posts
    24
    THANK YOU VIKTOR...
    You were a great helper for me after submitting the ticket, and now my localhost is working great..
    This cookie from the smiling bird for you 1.jpg

  4. #4
    Hi Akram

    I have exactly the same problem AMPPS, VHOST ETC, I can't access admin panel, Can you tell me how fix ?

  5. #5
    Hello Giorgi,

    Usually problem in: session_set_cookie_params

    What a domain do you use on your local machine?
    Try to remove line:
    PHP Code:
    Only registered members can view the code
    in file: ftp://admin>>controllers>>admin.control.inc.php
    Viktor,
    Flynax technical department,
    Best wishes.

  6. #6
    Thank You very much Viktor, Now works perfect

    I only need it for languages to "Comparing Languages" - Memory_limit 512MB not enough & i get error everytime, now i can make changes and import in live website

  7. #7
    I think you installed Multifield plugin where is exist names of all countries>regions>>cities. Try to deactivate the plugin and then compare phrases again.
    Viktor,
    Flynax technical department,
    Best wishes.

  8. #8
    WOW..... THANKS VIKTOR

+ Reply to Thread