Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Showing results for
Problems with installing Joomla (cannot unzip uploaded files) on webspace
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Plusnet Community
- :
- Forum
- :
- Help with my Plusnet services
- :
- Everything else
- :
- Problems with installing Joomla (cannot unzip uplo...
Problems with installing Joomla (cannot unzip uploaded files) on webspace
17-03-2010 4:19 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Hello,
We were trying to install a pre-made Joomla template on our CGI webspace, but we keep running into problem every step of the way. The biggest problem now seems to be that we cannot unzip either the backup or joomla installation on our CGI webspace. We are advised by tech support that we should unzip the files locally, and then upload all of those uncompressed files.
We are unsure why, but this does not work. When we tried to unzip & upload a straightforward Joomla installation, we run into difficulties explained exactly like here
http://forum.joomla.org/viewtopic.php?p=1951342
and that article also suggests that the only workaround is that we upload the ZIP file into CGI webspace, and extract it there.
Could anyone think of the way that we can do this? Or, if it can only be done by plus.net technicians, we have the ZIP file uploaded, could you just unzip it straight there please? There's only one zip file there (joomlapack backup file).
Thank you
We were trying to install a pre-made Joomla template on our CGI webspace, but we keep running into problem every step of the way. The biggest problem now seems to be that we cannot unzip either the backup or joomla installation on our CGI webspace. We are advised by tech support that we should unzip the files locally, and then upload all of those uncompressed files.
We are unsure why, but this does not work. When we tried to unzip & upload a straightforward Joomla installation, we run into difficulties explained exactly like here
http://forum.joomla.org/viewtopic.php?p=1951342
and that article also suggests that the only workaround is that we upload the ZIP file into CGI webspace, and extract it there.
Could anyone think of the way that we can do this? Or, if it can only be done by plus.net technicians, we have the ZIP file uploaded, could you just unzip it straight there please? There's only one zip file there (joomlapack backup file).
Thank you
Message 1 of 7
(3,207 Views)
6 REPLIES 6
Re: Problems with installing Joomla (cannot unzip uploaded files) on webspace
17-03-2010 4:45 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Not sure what that reference means by files being corrupted when uploaded after local unzip. Does the package contain binary files that your FTP client doesn't recognise as such, uploading them as ascii? That will lead to corruption?
David
David
David
Message 2 of 7
(625 Views)
Re: Problems with installing Joomla (cannot unzip uploaded files) on webspace
18-03-2010 10:06 AM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Apparently, some of the files get corrupted when done through an FTP transfer, if the Joomla package is previously unzipped and then uploaded through FTP. A lot of people seem to recommend that we should always upload the zip file, and then compress it on webspace. All webhosts usually offer a Control Panel with File Manager so that the users can unzip the archives uploaded to their webspace, but we couldn not find this functionality on plus.net webspace, and tech support didn't know if anything like that is available.
I know it sounds perfectly reasonable to say that unzipping the files locally and FTP-ing them should work just fine, but it's the fact that it is not, unfortunately, and the very same Joomla pack works without any problems when uploaded to another webspace as a zip and unzipped on it.
I even tried creating the small php script, uploading it and running it
but it didn't do anything, so I take it that PHP is running in safe mode. Fair enough, but surely there must be some way that users can extract zipped files uploaded on their webspace, right?
I know it sounds perfectly reasonable to say that unzipping the files locally and FTP-ing them should work just fine, but it's the fact that it is not, unfortunately, and the very same Joomla pack works without any problems when uploaded to another webspace as a zip and unzipped on it.
I even tried creating the small php script, uploading it and running it
<?php
exec('unzip site-konji.rs-20100315-154227.zip',$ret);
?>
but it didn't do anything, so I take it that PHP is running in safe mode. Fair enough, but surely there must be some way that users can extract zipped files uploaded on their webspace, right?
Message 3 of 7
(625 Views)
Re: Problems with installing Joomla (cannot unzip uploaded files) on webspace
18-03-2010 10:15 AM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
We're not in safemode, I've run a very small exec test and it seems to work fine. I did notice that unzip was missing last night but it has since been installed. Do you get anything in $ret ?
Message 4 of 7
(625 Views)
Re: Problems with installing Joomla (cannot unzip uploaded files) on webspace
18-03-2010 10:38 AM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Nope, just a completely blank page. And when I refresh the FTP, I can still see just the
/cgi-bin/
site-konji.rs-20100315-154227.zip
unzip.php
Message 5 of 7
(625 Views)
Re: Problems with installing Joomla (cannot unzip uploaded files) on webspace
18-03-2010 10:50 AM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Hah, I managed to extract it. It seems that even the first zip file got corrupted in FTP. I uploaded another zip and managed to extract the contents OK.
Message 6 of 7
(625 Views)
Re: Problems with installing Joomla (cannot unzip uploaded files) on webspace
18-03-2010 11:01 AM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Ahh cool, I was about to say that I just tried it myself and it worked ok

Message 7 of 7
(625 Views)
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Plusnet Community
- :
- Forum
- :
- Help with my Plusnet services
- :
- Everything else
- :
- Problems with installing Joomla (cannot unzip uplo...