Joomla blank after moving to server [closed] - joomla

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.

Related

Weird problem with my Laravel site's view file, How is this possible? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 4 years ago.
Improve this question
I checked out the codes of one of my Laravel website's view files this morning on the online server and noticed that they are not the same as what I was uploaded before and with my local backup files which contain my last updates! However, my website showing everything exactly what should be! (Matching with my last changes) I checked files multiple times but the result was the same and codes don't match! How is this possible?
Laravel caches the compiled views when the APP_DEBUG=false and the environment is production. so you can do two things
go to following path
storage/framework/views
and delete all the compiled views.
or
php artisan view:clear
run from console

magento: moving files from local to live via FTP [closed]

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.

Migrate umbraco media folder to another server [closed]

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

Combine file transfer dialogs [closed]

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.

xampp on windows 7: set chmod [closed]

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 11 years ago.
Improve this question
i am running xampp on my windows 7 machine. i've downloaded the sourcecode for concrete5 5.4.2.2 (that is a PHP-based CMS) but some directories are not writeable, see screenie:
since there is no such thing as chmod on windows i am now wondering how to make the folders writeable by the webserver?!
There are two steps that should help you. First, check what user the web server is running as. If you can't see it easily, just Task Manager - it should show you. Then, once you know that user, give him read/write permissions through windows explorer to that folder. Alternatively, you could give "eveyone" access this way, but that has some serious security implications.

Resources