Magento CSS file weird behaviour - magento

I have made some changes in a CSS file and uploaded it again via FTP. I have cleared the cache and my browser cache.
When I visit:
http://www.mystore.com/skin/frontend/default/default/css/webandpeople/onepagecheckout/onepagecheckout.css
The old CSS file is shown.
But if I visit:
http://www.mystore.com/skin/frontend/default/default/css/webandpeople/onepagecheckout/onepagecheckout
I get the new version, which I would also expect to be shown when having .css. It is a multi site magento v. 1.6.

Did you clear/flush the varnish cache?

Related

Magento 1.9: frontend pages are blank (only header is visible)

I am new to Magento, We have one Magento 1.9 version website. Actually I want to change the host, for this, I took all files backup from the server and also exported the database and then I have uploaded all files into another host(Godaddy) and imported the database. Everything working fine at the admin panel or backend pages, but front end pages not loading properly, just its loading header part of the page.
I didn't change anything in the files, I just transferred the files from one host into another hosting, but I don't know why frontend pages are not loading.
Please anyone give me a solution to fix that issue. Please see the below screenshot for reference. Thank you in advance.
This behavior could be due to a PHP error that is not being printed to the screen because of the PHP configuration. Try enabling print error on PHP and see if anything shows up. Contact your provider (Godaddy) for guidance.
Also, ensure that all configuration on admin panel is set. When you upload database and make a new installation, even when uploading the old database, if you do not specify the same old encryption key, some configuration will be missing, for example payment provider tokens and so on.
Check also if your home page CMS still exists and is configured to show on home page. Check this on CMS pages and maybe on your theme configuration.
system -> configuration -> general -> web -> homepage CMS
For any further guidance, would need more details.

Browser is rendering page based on old php source code despite uploading new ones (Cpanel)

The project is based on laravel and uploaded in cpanel. When I view the file from file manager it shows new source code, but browser is rendering pages based on old ones that I already deleted. Not the case with every page however, some are showing new updates.
I have tried uploading after clearing laravel cache and server apcu and opcache cache.
I think it's a caching problem, try deleting files in storage\framework\views\ directory.

Joomla pages not changing in a frontend after save

I have a following problem: i made some change in admin area (updated existed page). That page was under lock, so i removed locking. I made some text changes and it seems that server saves them. But in a frontend page are not changing at all. I removed cache files, pushed clear cache, even disabled cache module, but without luck.
The problem was that pages, which was not editable, was created with HG Static Content Module. So I found this modules in modules admin section and changed them.

Magento css and js are not loading properly after migrate to cloud server

I have recently migrated the website (https://www.chennaicrackersonline.com/) from shared server to cloud server. The website is developed in magento 1.9.0.1 using mysql.
After moving the magento files and database to the cloud server, the website css and js are not loading properly. After given the proper permission for the css and js folder also, not resolved the issue.
While checking the page source, it appears that the css were merged and js were merged. Please refer the screenshot for the better understanding below:
When I check the page source, I could see that there is "m" folder and "1497249376" folder. Actually these folder are not exist or not created properly in the respective location. It is applicable for the js files also. Js files also resides inside "m" folder. But there is no "m" folder physically.
I am not sure what is the exact issue and how to resolve this issue? Is there any permission issue or any plugin /module causes this issue? Can you guide me / help me to sort out this issue?
Just disable JS and CSS merging until you figure out the problem.
For Magento 1.x go to admin panel > System > Configuration > Advanced > Developer.
Make sure you are using Default Config for Current Configuration Scope (dropdown menu at the top in left sidebar).
Go to JavaScript Settings and CSS Settings and set the Merge options to No.
Reset Magento cache and browser cache, then reload your page.

Magento 1.6.2.0 - admin and frontend calling https URL's incorrectly

I have recently downloaded a site from my hosting server to my localhost. I have set up everything on localhost to use the local db, however when I run the frontend, the image files don't load as Magento is looking for them under https:// instead of http://, the same goes for the entire back-end. The pages load in the backend but also no styles are applied as Magento is looking for them under https://. I'm not running secure_url, only unsecure_url on both back and frontend.
Here is a screenshot of Web Inspector.
How can I fix this?
// edit
Well, my backend is a mess, here is a screenshot of the Config->Web section, specifically the URLs:
It's always a good idea to clear out var/cache if you haven't done so already. Do you have a trailing slash on your base_url too?
If you already emptied your var/cache folder, there is one other possible source for your problem.
Go to System/Developer/ and disable Javascript Settings/Merge JavaScript Files and CSS Settings/Merge CSS Files. Then go to System/Cache and press the Flush JavaScript/CSS Cache button.
If there are no redirection-rules that redirect HTTP->HTTPS in .htaccess or httpd.conf, you can also check the configuration in Magento:
Magento Admin area: Menu -> System -> Configuration -> Web
There, too, you can configure secure/non-secure connection

Resources