cancel
Showing results for 
Search instead for 
Did you mean: 

indexers cpanel

indexers cpanel

Hy i have a problem.

I installed magento on cpnel and i don't know ho to solve this problem:

Can you help me please!!!!!

13 REPLIES 13

Re: indexers cpanel

Here is the official Magento documentation about the cron:

 

http://devdocs.magento.com/guides/v2.0/config-guide/cli/config-cli-subcommands-cron.html

Here are some cpanel notes on how to create a cron: https://documentation.cpanel.net/display/ALD/Cron+Jobs

 

----
If you've found one of my answers useful, please give "Kudos" or "Accept as Solution" as appropriate. Thanks!

Re: indexers cpanel

Hy.

I tried but it does't work.

(I create a cronjob, after that i went on indexer management panel of magent and i choosen update by schedule but it doesn't work Immagine.png

Could you text me the exact line that i write.

I installed magento in this directory:

home/sitename/public_html/....

 

Re: indexers cpanel

You just need to run command as below from SSH,

 

Just go to your magento root path,

 

run command,

php bin/magento indexer:reindex
php bin/magento cache:flush

Check again.

 

if issue solved, Click kudos/Accept as solutions.

If Issue Solved, Click Kudos/Accept As solutions. Get Magento insight from
Magento 2 Blogs/Tutorial

Re: indexers cpanel

Hy

I have another problem.

When i try to connect to site using putty, exit this error:

CONNECTION REFUSED.

How i can solve it,  despite i added key created on cpanel 

Re: indexers cpanel

hy i wrote this lines :

cron job.pngAfter that i went on magento pannel and choose update by schedule and clic submit, but it didn't work

Re: indexers cpanel

In magento 2 you must indexing using command pine by default. You can't run indexing using admin panel hence you need to run indexer command.
If Issue Solved, Click Kudos/Accept As solutions. Get Magento insight from
Magento 2 Blogs/Tutorial

Re: indexers cpanel

thanks for your reply.

But any time i tried to connect to site via putty, putty show connection refused 

Re: indexers cpanel

If you have putty issue then you can download module from here to run indexer command from below github link,
https://github.com/magepal/magento2-reindex

Install module in your site and do indexing from admin panel same as magento 1.

If issue solved, click kudos/accept as solutions.

If Issue Solved, Click Kudos/Accept As solutions. Get Magento insight from
Magento 2 Blogs/Tutorial

Re: indexers cpanel

Sorry i'm a begginer 

how i can indexer like magento 1 using Admin panel?