Edit code in catalog page for specific category - php

I've installed a magento extension by magento connect manager and it seems to be installed correctly. But The tab is supposed to appear in admin, doesn't appear. and neither it is present in /app/etc/module/ nor in system/configuration/advance
My magento version is 1.8.1 I've tried some things but nothing works:
I've cleaned the cache directory and clean the cache in admin
I've give the hole web directory 777 permissions
I've reinstall the extension
I've uninstalled and installed a few times
I've log out and log in in magento admin
But nothing fix my problem.

Related

Unclickable buttons in Magento 2 Admin Menu

I installed Magento 2.3 (with demo content) successfully using Installatron in cPanel. But the buttons in Admin menu don't work (not clickable). Beside this, there is a problem on the front end: product images don't load on the product pages only (I can see images on the Home page). All other things on the frontend work good. My server settings meets Magento 2 requirements (php 7.1).
Prior to 2.3 version, I installed Magento 1.9.4 at the same server and everything worked good including admin dashboard.
I have tried few solutions that I found on this forum and some other but it didn't help.
I removed var/cache folder and executed the command below through CLI but nothing changed:
php bin/magento setup:static-content:deploy -f
How to solve this?
Thanks!

Magento 2 install setup - blank page

It's my first time with Magento shop. I try to install it on my web server (shared hosting) and got blank page with little grey stripe on the top.
My steps:
Download ZIP file with Magento
upload package on my web serwer via FTP
open URL with magento setup
Got blank page (screen below)
I was trying magento 2.3 with PHP 7.2 or Magento 2.2 with PHP 7.1 and also few other configurations. Always the same problem: blank page with grey tripe on the top. Where can be problem? Hosting provider told me that there is no errors, but maybe Magento need something more. Someone told me that Magento need at least 512MB of memory, so I made changes in php.ini file even to 756 and nothing...
No PHP errors. In /var/log/debug.log I have this mesages:
[2019-01-28 23:14:15] main.ERROR: Error: Application is not installed yet. [] []
You have to install Magento either by CLI or webinterface.
follow these official instructions
https://devdocs.magento.com/guides/v2.3/install-gde/install-roadmap_part1.html

Magento connect stuck on "Checking dependencies of packages" while upgrading

I am trying to update my Magento 1.9.1.0 to 1.9.2.2 (stable) by Magento connect. but every time it stuck with the console message Checking dependencies of packages. I checked all file and folder permissions and they are up to mark. I also tried to set permission once again by the code magento set permission. but facing the same issue.
below are the solution I tried but not success.
http://urfusion.net/set-permission-for-magento-magento-cleaning/
https://community.magento.com/t5/Installing-Extensions/Magento-connect-stucks-at-Checking-dependencies-of-packages/td-p/8899/page/2
https://magento.stackexchange.com/questions/24120/unable-to-install-any-extension-using-magento-connect-manager-no-answer
I have custom admin URL, will this cause the issue?
While I successfully upgraded on local.
On Server Magento is not on root. It is in /example.com
I am able to update other extensions like :

Magento Partially Updated. Want to re-update

I have a site with magento version 1.8.1.0. For upgrading, I logged into magento connect and selected Version 1.9.2.2 for Mage_All_Latest and clicked "Commit Changes" button. After some time, the process of upgrading stopped, showing an error of file permission. When I clicked the refresh button, the website was neither going to the magento connect page, nor to the home page. Each request was being redirected to this url: http://siteurl/downloader
I replaced the app folder and some other files with the backups I had. The site was then loading. When I logged into magento connect, It was showing version 1.9.2.2. But the admin footer is still showing 1.8.1.0. I checked the site with http://magereport.com/ but it was showing some security risks which are solved in version 1.9.2.2. So the update was not completely done. I want to update the site again but I find no way to do this. I tried with reinstalling "Mage_All_latest" but it does nothing. Is there a way to do this?
Follow the upgrade guide from Magento: http://devdocs.magento.com/guides/m1x/install/installing_upgrade_details.html or copy the latest version over your current installation (with the disadvantage that removed files in comparison with your version will not be removed).

Error in Installing Magento 2.0

I am new to Magento. I have installed Magento on localhost and I am using XAMPP (Windows) server. The installation was successful.
And when I opened the home page, it was so blank with no images on it
Store home page:
When I opened the console I got the following errors
Console errors:
How do I fix this?
It is a common problem on windows servers (mostly local xampp servers) because these servers dont have symlinks.
Do this to fix it:
go to app/etc/di.xml and delete name="view_preprocessed" in virtualType name="developerMaterialization" section.
go to pub/static and delete all files except the .htaccess
after that I installed it again and it worked
Install composer. You can use Composer to install Magento 2. It is a tool for dependent management in PHP which allows you to declare the dependent libraries your project needs and install them for you. Composer enables you to manage Magento 2, extensions, and their dependencies
Check permissions of the /pub/media and pub/static folders
system permissions for Magento 2

Categories