An exmaple how to add external js script on magento pages in xml file
In cms.xml file for your template
place code
<default>
<reference name="head">
<block type="core/text" name="script.name">
<action method="setText"><text><![CDATA[<script src="script_path"></script>]]></text></action>
</block>
</reference>
</default>
Subscribe to:
Post Comments (Atom)
Restore xampp database from backup
steps: stop mysql xampp 1 - create some backup folder "data_1" 2 - from your current xampp/mysql/data folder move core folders an...
-
to fix it on localhost just use $oauth->disableSSLChecks();
-
Step 1: remove all history rm -rf .git Step 2: reconstruct the Git repo with only the current content git init git add . git commit ...
-
Here is original source that worked for me https://stackoverflow.com/questions/57128891/how-repair-corrupt-xampp-mysql-user-table (1) Fi...
No comments:
Post a Comment