- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
My Magento Connect has been a little buggy. I would like to install this extension-
It is up on Github here-
https://github.com/sreichel/magento-Anaraky-GDRT
There is an app folder I thought I could just drag and drop but there is another file in there called mysql4-install-1.0.9.1.php
Should I do anything with this file? Or just transfer the app folder?
Solved! Go to Solution.
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
It matters, but I'm not sure why are you point to that file when you have to copy whole app/ directory, as I mentioned above.
So, this is how it looks when you go to the GitHub link:
https://www.dropbox.com/s/6g248yb82lwv4oy/Screenshot%202017-03-03%2011.44.57.png?dl=0
Just copy over app/ over your app/ directory, clear cache, and everything will be alright.
If this response solved your problem, click accept as solution to help others solve this issue
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: How would I install the GDRT Anaraky extension without Magento Connect?
Just transfer whole app/ directory from https://github.com/sreichel/magento-Anaraky-GDRT to your Magento.
If this response solved your problem, click accept as solution to help others solve this issue
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: How would I install the GDRT Anaraky extension without Magento Connect?
So you don't think that other file matters?
The code in it looks important
<?php
$installer = $this;
$installer->startSetup();
# change config values
$installer->run("
UPDATE {$this->getTable('core_config_data')}
SET path = 'google/gdrt_general/gdrt_enable'
WHERE path = 'gdrt/general/gdrt_enable';
");
$installer->run("
UPDATE {$this->getTable('core_config_data')}
SET path = 'google/gdrt_general/mail_template_ebay'
WHERE path = 'gdrt/general/gdrt_product_id';
");
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
It matters, but I'm not sure why are you point to that file when you have to copy whole app/ directory, as I mentioned above.
So, this is how it looks when you go to the GitHub link:
https://www.dropbox.com/s/6g248yb82lwv4oy/Screenshot%202017-03-03%2011.44.57.png?dl=0
Just copy over app/ over your app/ directory, clear cache, and everything will be alright.
If this response solved your problem, click accept as solution to help others solve this issue
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: How would I install the GDRT Anaraky extension without Magento Connect?
When I downloaded the folder from Github it was sitting out side of the app folder, if it was in there I wouldn't have questioned it. I was able to just use M-Connect so all is working now.