sean5384 Posted December 22, 2016 Share Posted December 22, 2016 I am trying to do the auto-install using the zip feature inside php, but everytime i launch it in a browser, it just keeps starting the count up and just keeps on doing that too.......... what could be causing this to happen? Link to comment Share on other sites More sharing options...
ammous.mohamed Posted December 23, 2016 Share Posted December 23, 2016 Hi, Would you please verify if you are using a Proxy server in your connection, cause i had the same problem and after that when i try a direct connection it works. Also you should verify if your server does not a timeout while his calling the page, if that can be the cause you should increase your timeout value in the php.ini file Link to comment Share on other sites More sharing options...
SiliconAlchemy Posted December 23, 2016 Share Posted December 23, 2016 I am trying to do the auto-install using the zip feature inside php, but everytime i launch it in a browser, it just keeps starting the count up and just keeps on doing that too.......... what could be causing this to happen? Permissions can do that, ensure that your webserver user (eg. apache) has permissions to write to the folder. If it can't unzip the files it seems to just sit in a loop counting up for ever. Link to comment Share on other sites More sharing options...
sean5384 Posted December 24, 2016 Author Share Posted December 24, 2016 Permissions can do that, ensure that your webserver user (eg. apache) has permissions to write to the folder. If it can't unzip the files it seems to just sit in a loop counting up for ever. I seem to always have issues with the permissions area it seems to me.........how do i give apache the correct permissions that the store is going to need in the end really? Thanks! Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now