How to configure Magmi and export product - magento

How can i configure MAGMI Application and How can i used for Export and also Import. What is the procedure to connect my server.
Screenshot

Magmi is only for import.
Removing upgrade/upload functions are disable for security reasons:
Follow the link: https://sourceforge.net/p/magmi/git/ci/875893212a9c0a89d018466d023bd2fbd339dbb0/
Import steps:
Configure Global parameters Section:
Database (enter here the connection info to magento DB)
host : enter Mysql host name for magento DB (defaults to localhost)
port : enter Mysql port for magento DB (defaults to mysql base port : 3306)
DB Name : name of magento database
Username : name of user to access magento database
Password : password of user to access magento database
Table Prefix : if you chose to use a table prefix for your magento table (at the time of magento installation) then put the prefix here also(without the trailing _)
Note: Check your local.xml for db host name, db password, db username.
Magento (for magento filesystem location info & version)
version: select version of your magento (You are using 1.9)
Give path to magmi installed in magento dir. (Your magmi is in magento root directory- leave it blank)
Global (here magmi common general setup)
Directory permissions: 755
File permissions: 644
Then save global permission.
Configure Current Profile Section:
CSV base directory: Magento import directory (i.e. var/import). Also paste your .csv file to that folder.
File to import: Select CSV file to run for import.
Then Save Profile (Default).
Run Magmi:
Run Magmi with profile: Default
Select using mode according to your requirement.
Run Import
For more :
Magmi Wiki
Cateogry create
Image Ref:

Related

www.localhost.com/magento and Index of /magento page shows up

I am trying to install Magento on localhost.
actually, I am a beginner of Magento and stackoverflow.
I have followed guide book and I downloaded Magento sample file.. and unzipped the file at c:/xampp/htdocs/magento
also modified the host file..
whenever I am trying to enter the
www.localhost.com/magento
index of magento page shows up.like ftp server.
How can I open the Magento file as well guide book..
I do not use xammp so I don't know how it's directory structure looks like, but: it looks like you are installing Magento in a subdirectory, right?
If you do so, you have to edit .htaccess. Change RedirectBase to the name of your subdirectory. So here it should be /magento/ And if the RedirectBase line in .htaccess is commented out delete the # at the beginning of that line.
Once magento zip file is unzipped drag the unzipped file in
c:xampp/htdocs/(magento unzipped folder) --->> this is root directory of magento
Now we web browser hit this url
http://localhost/(magento unzipped folder name)
if you are hitting this url first time it asks for configuration and admin url name
to access admin panel
http://localhost/(magento unzipped folder name)/admin url name
That seems to be related with your webserver configuration, and not Magento. If you have Apache, for instance, have a look at your configuration file httpd.conf, and check the line that starts with "DirectoryIndex".
You need to have "index.php" as a valid index file. If you don't, just add it right after DirectoryIndex, restart Apache and it should work fine.
/etc/httpd/conf -> usual location for the httpd.conf file (standard installation, RedHat/CentOS family)
Depending on configuration in the .htaccess file, you might need to specify index.php in the url as such: localhost/magento/index.php or (www.localhost.com/magento/index.php as per your comment) to access it.
Check your virtual host configuration file for the domain name that you are using. If the directory index is missing in the configuration then the apache server will not be able to determine the entry point for the website and will list all of the files.

facing error when installing magento on go daddy

hosting magento with godaddy getting error
I have changed my .htacces and php5.ini file ...
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator and inform them of the time the error occurred, and the actions you performed just before this error.
More information about this error may be available in the server error log.
I will thankful to you.
I just finished a magento installation on a godaddy virtualhost and ran up with the same problem.
The fix was to do the following:
In godaddy host administration panel adjust the php version to match that of your magento installation(in my case magento 1.9.1.0 CE -community edition), I've changed it to 5.4.
Then on your .htaccess file of your magento's base directory change the rewrite base directive to point to the relative path like this:
RewriteBase /
On this same file, add at the end of it the following:
RewriteRule ^index.php/(.*)$ [L]
Add the following directives to the php5.ini file at the root of your godaddy's virtualhost(if it doesn't exist create one with the same exact name specified):
[sourcecode language="php"]
register_globals = on
allow_url_fopen = on
cgi.fix_pathinfo =1
[/sourcecode]
And that's it(don't forget to save all file changes and close the files used.
For a full explanation and more detailed steps go to the following article.
The article
Check if your server configuration is compatible for Magento installation first:
Click here for Server Compatibility check
Also make sure the file permissio are correctly given.
Change the folder permission of below folder to 777
app/etc
var
media
Change the file permission of below files to 644
index.php (main index file in magento root folder)
downloader/index.php ( otherwise if you will try to access System > Magento Connect >Magento Connect Manager (after magento installation) by logging to magento admin, you will get 500 Internal Server Error.)
Click here to know the file permission settings.

how to use magmi for importing in magento?

I want to import simple products by magmi, installed already and the csv created with one sample product, magmi can read it but not inserting it, the csv is the default but with media_gallery column i don't know what to check for plugins and what configuration should i use, the categories not created so i checked (On the fly category creator/importer v0.2.3) and (Image attributes processor v1.0.25), is there any way i can know more details about the reason the importing not working like a error log ? and simply how i can import via magmi ?
First of all, you can get most of the information on their website.
After that you can run magmi with the command from your magento root directory:
$ php magmi/magmi.cli.php -mode=xcreate -SKUF:matchfield=sku
All the configuration should be in /magmi/config. The logs you're gonna find in /magmi/state
That is the basic information you need to get started.
Magmi v0.7.15b installation with magento 1.9.1.0 and ubuntu package 14.04
Copy magmi to your root directory and unzip it as(http://website.com/magmi)
Give permission 705 or 777 to this directory (sudo chmod 705 -R /var/www/html/magmi)
Browse to http://website.com/magmi/web/magmi.php
configure Global parameters as
host localhost
port 3306
version of magento 1.9.x
DB name yourDB name
Username Yourusername & password
Current profile Default
Data sources
CSV Datasource v1.3.1
CSV import mode local
CSV base directory var/import
CSV header at line Array
and enter all option as per requirement and save profile
Restart apache2 sudo service apache2 restart
Refresh your magento admin panel

How to enable all the modules installed on Magento using php

I was trying to disabling some modules not in used and somehow my admin crashed and now I don't see any option to bring all the modules output back. Is there any way to get all the modules enabled again via any php script
Thank you
If you disabled modules by the admin configuration page then a change needs to be made in the database. Enter this command by using phpMyAdmin or any other SQL tool you prefer:
UPDATE `core_config_data`
SET `value` = '0'
WHERE `path` LIKE 'advanced/modules_disable_output/%';
Yes there is a command line way of doing this:
First you go into the folder where your magento is installed:
cd /public_html (or whichever folder it is)
Grant the 'mage' user some basic rights:
chmod 530 mage
Now your could install using this user:
./mage install http://connect20.magentocommerce.com/community name_of_module
When you copy the name of the module from the magento web site it will be :
http://connect20.magentocommerce.com/community/name_of_module
make sure to replace the last forward slash with a space
http://connect20.magentocommerce.com/community name_of_module

Magento Connect Manager Setting Error

Need an urgent solution about magento Error....
Am getting an error message in Magento 1.5.0.1 version at Magento Connect Manager ... I couldn't install magento extensions ...
The error msg shows as :
Warning: Your Magento folder does not have sufficient write permissions.
If you wish to proceed downloading Magento packages online, please set all Magento folders to have writable permission for the web server user (example: apache) or set up FTP Connection on the Magento Connect Manager Settings tab.
Whereas, I have changed the file permission from our end to 777
The locations are :
app/etc
app/code
var
media
Also, i have uploaded Magento files and folder directly into the root directory .. so, there is no Magento folder existed in the root directory..
Please give some soln ..
Thanks
make sure your web root directory (ie /var/www/public_html/) is actually read and write by apache so having it be the owner and set your permissions to 755 or 775. I bet you don't have a folder/file in the root that Magento Connect it trying to create but cant because the web root permissions are wrong not your magento file permissions themselves (that was my problem at least) ... and yes you shouldn't be 777 everything that is bad.

Resources