Monday 11 February 2013

How to setup Magento ecommerce on Cpanel Server without SSH access(Fast way)

Here is source

Original Post:
http://www.mtomto.com/13/guide-how-to-setup-magento-ecommerce-on-cpanel-server-fast-way/
I would advise to check the original guide posted on magentohub as we always update the guide from time to time when necessary with new updates/changes.
========================================================================
First of all, make sure your webhost meet the [url=http://www.mtomto.com/8/magento-installation-requirement/[/url] before you install magento.

Two reasons why you should use this guide:

1. Your account do not come with SSH access and upload files via FTP is taking so long( it took me > 20minutes just to upload entire magento files via FTP)
2. OR you do not know how to install magento using SSH.
This guide is for you.
----------------------------------------------------------------------------------------
Here is a quick way to upload all magento files using cpanel file manager:
Upload magento
1. Upload your magento-x.x.x.zip file to public_html/ via FTP. This gonna take sometime since the zip file alone is about 15mb big.
2. Upload finish.
Login to Cpanel > File manager
3. Navigate to the directory where you have just upload the zip file.
4. Right click the zip file and choose “Extract” . It should extract a “magento” folder.
5. Enter into “magento” folder , “Select all” . Right click on one of the selected file. Choose “move”
Move all files outside of “magento” folder.
6. Delete “magento” folder and the zip file.
Start installation
1. Create a mysql database & mysql user.
2. Import the sample data to your mysql database. (You can do so at Cpanel > mysql > phpmyadmin)
(You can get the .sql sample data from http://www.magentocommerce.com/download/noregister )
3. Start the installation wizard
http://www.yourdomain.com/install.php
Note: My site is hosted on a suexec/suphp environment. Therefore, i do not have chmod 777 to make certain directories writable. For other who are no on suexec/suphp ennvironment, you may require to make the file magento/var/.htaccess, the directories magento/app/etc, magento/var, and all the directories under magento/media are writable by the web server.

5 Comments:

At 21 July 2013 at 06:26 , Blogger Unknown said...

I had spent tons of time on figuring out how to improve the default magento search. I am using CE 1.70.2 I still are looking for a solution. Hope anyone in the forum could help me.

I read a lot of other threads about changing the OR to AND in the following folder.
/app/code/core/Mage/CatalogSearch/Model/Resource/Fulltext.php

I tried to rename this Fulltext.php to something else, i.e. Fulltext_111.php, the search will still work as keyword1 OR keyword2 OR .....

It seems to me that the system is not using this code in this file at all.

This doesn’t work for me, nothing changed, it still return thousands of result which is based on keyword1 OR keyword2 OR .....

---------------------------------------------------
I have also tried a extension “http://www.magentocommerce.com/magento-connect/catalog-search-refinement.html”

Most people got it working, I don’t have this luck,
After I installed this extension,
when I search on the web site, I get error message

“Fatal error: Call to a member function prepareResult() on a non-object in /home/nswlight/public_html/newshop/includes/src/Mage_CatalogSearch_Model_Fulltext.php on line 135

When I reindex in mangento admin, i get this error message

Fatal error: Call to a member function beginTransaction() on a non-object in /home/nswlight/public_html/newshop/includes/src/Mage_CatalogSearch_Model_Indexer_Fulltext.php on line 444

I hope anyone can help me figure out why.

 
At 26 January 2016 at 21:34 , Blogger Andie said...

This comment has been removed by the author.

 
At 27 January 2016 at 02:44 , Blogger Unknown said...

Thank you for comments. I started magento2. have a look if that helpful to you

 
At 27 April 2016 at 20:33 , Blogger Andie said...

This comment has been removed by a blog administrator.

 
At 24 March 2018 at 00:56 , Blogger Ancy merina said...

This comment has been removed by the author.

 

Post a Comment

Subscribe to Post Comments [Atom]

<< Home