Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 9 years ago.
Improve this question
I am trying to move my local Magento site to my Live server. (MAMP to cPanel)
To do this I have exported the database, etc and all those steps are fine.
However when I copy my local Magento files from Application/MAMP/htdocs to my FTP client (cyberduck) and choose to overwrite the existing Magento files, to ensure that all my local updates will be moved to the live site, it takes hours to overwrite and then says it has failed!
Does anybody know if I am doing this step correctly, or is there a different way to get my Magento files from my Local site to my Live site.
The fast way is to upload a zip file and then unzip this file in your LIVE server if you have shell access.
Related
Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
I'm trying to upload one larger file to a web server - using CUTEftp Professional + VOIP Internet connection via Wi-Fi. File size is 136MB (it is a video).
It breaks up over and over. At some point it stops uploading and starts again from beginning.
Anyway, any ideas, suggestion about any upload manager, software which I can use due to these circumstances?
Thx.
Why don't you try free FileZilla instead of CuteFTP? It supports upload resume. Just search FTP Client Upload Resume in google and you'll find a lot of other FTP clients. But I personally suggest FileZilla, it supports upload resume feature. If upload breaks in middle, it will continue.
Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
I need to migrate my media folder to another server.
That's what I have now:
http://mysite.com/media/111/picture.jpg
That's what I want:
http://newserver.mysite.com/media/111/picture.jpg
But I want to use the umbraco backoffice of mysite.com/umbraco/
How can I do that?
Thanks in advance
If I am understanding your requirement correctly, you want to move the media file somewhere else on the file system.
You have two options:
move the folder to the new location on the file system, then add a new folder in IIS, call it media, and point it to the new folder.
In the web.config, add a new appsetting called UmbracoMediaPath. Depending on what your version of Umbraco is, you might need to do this in the /config/FileSystemProviders.config file instead.
More information here and here
Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
I would like to know if it's possible to download/get a Joomla website without ftp or phpmyadmin.
I have got super user account however I am having problems with an old developer. I want to get the website and move it to a new server.
Are there extensions to do this?
Thanks
If you have Admin Acces try using Akeeba
Akeeba Backup
You can backup your site and easily put in another server using Akeeba Kickstart
Akeeba Kickstart
There are some third-party solutions for back-up that are listed in the Joomla Extension Directory at joomla.org. You would need access to the Joomla admin to install them. But in order to move it anywhere else, you are going to need access to create a new MySQL database.
My professional recommendation is not to use this method unless you have no other choice though. In case you and others don't know, the preferred method is to create a tar ball of the website and do a mysqldump of the database. Once the files are restored along with the database, the configuration.php file that resides in the root directory of the Joomla installation needs to be edited for the new configuration.
Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 9 years ago.
Improve this question
I am considering upgrading my work computer to use windows 8 as the new file transferring feature seems very useful. Unfortunately after installing windows 8 on my home pc to test it out, the files are being transferred in separate dialogs as opposed to this image provided by microsoft.
As I am transferring files constantly a single transfer dialog would make things much less confusing. Does anyone know what settings to change to make file transfers appear in the same window?
To make file transfers appear in the same window you need to transfer files locally.
This is because a network connection can break out at anytime.
Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
I just migrated a Joomla website from one server to another, copied all the files, imported the db and changed the db parameters in the configuration.php file. But now the Joomla site just shows a blank page (not just admin page, front page too!). All the files are present and the import to the db was succesful.
This is the address: http://astrorama.nl/joomla
This is probably due to a PHP or webserver error when executing your code. You may want to see if your web host offers an error log to view. Usually these "white screens of death" are due to either permissions or ownership problems on the files that have been uploaded, but for verification purposes, check the (usually Apache) error logs.