Spyridonas Posted May 2, 2015 Share Posted May 2, 2015 (edited) Apparently i can't install. The exact error is : PHP Warning: ZipArchive::extractTo(/var/www/public_html/beta_store/modules//onboarding/upgrade/install-0.1.8.php): failed to open stream: Permission denied in /var/www/public_html/beta_store/classes/Tools.php on line 2699, referer: beta_store/install-dev/index.php I notice there's a double // after modules, i am using latest 1.6.0.14. All folders are 777, user is www-data and group. I made a test php file that creates a file and a directory and it works. Why i can't extract? Edited May 2, 2015 by Spyridonas (see edit history) Link to comment Share on other sites More sharing options...
bellini13 Posted May 3, 2015 Share Posted May 3, 2015 why is the install folder called 'install-dev' ? are you using a version from git? have you tried using a released package? Link to comment Share on other sites More sharing options...
Spyridonas Posted May 3, 2015 Author Share Posted May 3, 2015 I tried installing the latest available version from git just to check if that error was a bug of the release. The same error occurs on the release package too (its on another line. 1548 i think , same file --Tools.php ) Link to comment Share on other sites More sharing options...
Devhub Posted August 29, 2017 Share Posted August 29, 2017 I've encountered similiar problem. When you download archive from GIT or any other version control service be sure to change the names to the correct ones! Look at the main PHP file of the module and copy it (without the ".php"). For example, if module's main file name is superEffectiveBlog.php then you need to copy: "superEffectiveBlog". Then change name of the module's directory to "superEffectiveBlog" and zip it. The name of ZIP file is not relevant. Now you can upload the zip correctly. 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