File tree Expand file tree Collapse file tree 8 files changed +25
-25
lines changed
Expand file tree Collapse file tree 8 files changed +25
-25
lines changed Original file line number Diff line number Diff line change 1+ StackExchange_AllowSymlink Magento Module
2+ ===
3+
4+ ** Q:** How to enable symlinks after SUPEE-9767 V2 install?
5+
6+ > Its seems SUPEE-9767v2 has disabled and removed the option in "Advanced -> Developer -> Template settings", that would allow us to enable/disable symlinks.
7+ >
8+ > What is the other way to enable symlinks after V2 patch install?
9+
10+ ** Source:** https://magento.stackexchange.com/questions/184184/how-to-enable-symlinks-after-supee-9767-v2-install
Original file line number Diff line number Diff line change 11{
2- "name" : " sr/sr -allowsymlink" ,
2+ "name" : " stackexchange/stackexchange -allowsymlink" ,
33 "type" : " magento-module" ,
4- "description" : " Brings back Allow Symlonk option after SUPEE-9767 V2" ,
5- "homepage" : " https://github. com/sreichel/magento-Sr-AllowSymlink " ,
4+ "description" : " Brings back ' Allow Symlink' option after SUPEE-9767 V2" ,
5+ "homepage" : " https://magento.stackexchange. com/questions/184184/how-to-enable-symlinks-after-supee-9767-v2-install/184185#184185 " ,
66 "authors" : [
77 {
88 "name" : " Sven Reichel" ,
Original file line number Diff line number Diff line change 1- src/app/code/community/Sr /AllowSymlink app/code/community/Sr /AllowSymlink/
2- src/app/etc/modules/Sr_AllowSymlink .xml app/etc/modules/Sr_AllowSymlink .xml
1+ src/app/code/community/StackExchange /AllowSymlink app/code/community/StackExchange /AllowSymlink/
2+ src/app/etc/modules/StackExchange_AllowSymlink .xml app/etc/modules/StackExchange_AllowSymlink .xml
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2+ <config >
3+ <modules >
4+ <StackExchange_AllowSymlink >
5+ <version >1.2.0</version >
6+ </StackExchange_AllowSymlink >
7+ </modules >
8+ </config >
File renamed without changes.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" ?>
22<config >
33 <modules >
4- <Sr_AllowSymlink >
4+ <StackExchange_AllowSymlink >
55 <active >true</active >
66 <codePool >community</codePool >
77 <depends >
88 <Mage_Core />
99 </depends >
10- </Sr_AllowSymlink >
10+ </StackExchange_AllowSymlink >
1111 </modules >
1212</config >
You can’t perform that action at this time.
0 commit comments