![]() |
|
An error occured, The package archive could not be extracted! - Printable Version +- Sentora Support Forums (https://senforums.mach-hosting.com) +-- Forum: Sentora Forum Archives (https://senforums.mach-hosting.com/forumdisplay.php?fid=5) +--- Forum: Sentora Public Support Forums v1.0.x (https://senforums.mach-hosting.com/forumdisplay.php?fid=32) +---- Forum: General Support Forum v1.0.x (https://senforums.mach-hosting.com/forumdisplay.php?fid=36) +---- Thread: An error occured, The package archive could not be extracted! (/showthread.php?tid=3219) |
RE: An error occured, The package archive could not be extracted! - pomtom44 - 11-22-2016 (11-22-2016, 07:17 AM)pomtom44 Wrote: Okay. I fired up my old sentora server and did some tests Nevermind, Changed it over on the new server and still getting the same issue, so not sure now. Ill try compare all the files from both servers and see if there are any differences RE: An error occured, The package archive could not be extracted! - pomtom44 - 11-22-2016 Okay Problem solved Turns out ZIP wasnt installed with php Granted I did upgrade from the default install to 5.6 so that may have been where the issue happened? But if anyone else has the same issue here is how to test if its zip login to your console and run php --ini if zip isnt showing on that list, then its not installed install it using, in my case apt-get install php5.6-zip then running phpenmod zip and rebooting Found this out by putting a debug line on each section of the zppy code and finding it was failing on the if (!class_exists('ZipArchive')) Then Fail Leading me to see if Zip was installed RE: An error occured, The package archive could not be extracted! - pomtom44 - 11-22-2016 @[TGates] Just tagging you so you know im still having issues The modules are installing fine now, as far as I can tell They are appearing in the module admin page, and any database modifications are being made The issue now is I have them enabled under the module admin, and set to administrator access, but they wont appear on the panel home page. RE: An error occured, The package archive could not be extracted! - TGates - 11-22-2016 (11-22-2016, 01:02 PM)pomtom44 Wrote: Turns out ZIP wasnt installed with php ...and this is why we do not approve of custom installs and suggest against upgrading beyond the default installation.Although, mentioning that it was a custom install in the first post may have helped... If something breaks, the first place people go is here to our forums. We spend hours trying to help and sort it out, for free, to find out in the end (3 pages of posts back and forth in this particular case) that the custom changes broke the web server's core functionality which in turn broke Sentora's day-to-day functions. This is meant for ALL who have customized their web stack beyond the default of our installers! (Sorry, pomtom44, this was just a very good example of why not to upgrade.) RE: An error occured, The package archive could not be extracted! - pomtom44 - 11-22-2016 (11-22-2016, 04:57 PM)TGates Wrote:(11-22-2016, 01:02 PM)pomtom44 Wrote: Turns out ZIP wasnt installed with php Yes I admit it was my fault. Forgot I made the upgrade if im honest. I did it first time around and it caused no issues, so just went ahead with it when I did the fresh install. Sorry
RE: An error occured, The package archive could not be extracted! - TGates - 11-22-2016 Glad you finally sourced it out through deeper testing on your own because nothing I was going to suggest would have helped at all
RE: An error occured, The package archive could not be extracted! - pomtom44 - 11-22-2016 Still having issues with the modules not showing on the front end panel. But now realizing it could be a PHP im thinking of starting again, and not upgrading. would that work? RE: An error occured, The package archive could not be extracted! - TGates - 11-22-2016 No modules are showing up? http://forums.sentora.org/showthread.php?tid=426 RE: An error occured, The package archive could not be extracted! - pomtom44 - 11-22-2016 I dont think thats my issue, The default modules, and previously installed modules are working fine Its just when I install a new module after my zipping issues, it doesnt show up on the front page. It shows up in the module manager where you can enable it but not on the home page or manually though URL RE: An error occured, The package archive could not be extracted! - TGates - 11-22-2016 Do they show in the drop-down menus? That post may help since the DB could have been corrupted from the other failed attempts. Remove custom modules, do the fix, then re-add them. |