Errors on editorial commens: indexer; setup (Magento 2.1)/bin/magento file cannot be opened (Magento...
Why are the books in the Game of Thrones citadel library shelved spine inwards?
Can you tell from a blurry photo if focus was too close or too far?
Is there any risk in sharing info about technologies and products we use with a supplier?
Play Zip, Zap, Zop
Why don't hotels mount air conditioning units outside the rooms?
How can my powered armor quickly replace its ceramic plates?
Is there a weight limit to Feather Fall?
Can I make estimated tax payments instead of withholding from my paycheck?
Absorbing damage with Planeswalker
Mathematics and the art of linearizing the circle
A Missing Symbol for This Logo
What's a good word to describe a public place that looks like it wouldn't be rough?
Move fast ...... Or you will lose
How do I append a character to the end of every line in an Excel cell?
Removing disk while game is suspended
What to look for when criticizing poetry?
Should I reinstall Linux when changing the laptop's CPU?
Why was Lupin comfortable with saying Voldemort's name?
How can I get my players to come to the game session after agreeing to a date?
If I delete my router's history can my ISP still provide it to my parents?
How to make ice magic work from a scientific point of view?
How much mayhem could I cause as a sentient fish?
Can we harness gravitational potential energy?
How does Leonard in "Memento" remember reading and writing?
Errors on editorial commens: indexer; setup (Magento 2.1)
/bin/magento file cannot be opened (Magento 2.1)Override .phtml files in Magento 2.1.2Can't install Magento 2 due to permissions issueMagento 2.1.6 - cronjob only working if i run commands not by schedule/bin/magento file cannot be opened (Magento 2.1)Magento 2 Theme Showing up in DB but not the Admin area optionsAfter deploying Magento 2, I am getting a persmissions error for static/pubMagento 2.1 Multiple Store Views ErrorsAdvanced Reporting Extension ErrorMerged css/js do not get updatedProduct alerts cron warnings
I am struggling to reindex or run any editorial
commands (apart changed to developer mode) via the CLI. From a feeling it could be an issue with permissions or connection between database and command files.
I get all the time get "error reports:
First line: "[Zend_Db_Adapter_Exception]
SQLSTATE[HY000] [2002]No such file or directory"
Second line:"[PDOException]
SQLSTATE[HY000] [2002] No such file or directory"
As example: can check cache status (get list), but not flush it (get error above). With indexer no commands works (all brings error lines listed above), but if I place only "bin/magento indewer" in CLI then I get a listed command list: [InvalidArgumentException]
Command "indexer" is not defined.
Did you mean one of these?
indexer:show-mode
indexer:set-mode
indexer:reindex
indexer:status
indexer:reset
indexer:info
I am not a developer and relative new with Magento, could anyone help to find the issue cause and lead step by step to try solutions?
I tried by now:
- placing chmod u+x bin/magento
to give permissions to run some queries, but maybe its not enough level?
- installed magento via a "button" click on hosting company's website on php 5.6 with API CGI/FastCGI
.
- I tried to check settings in appetcenv.php
(for server status). All apart of key founded to prove and looks correct.
More about my previous ticket where we did not find a solution to reindex, but at least to call some commands out:
/bin/magento file cannot be opened (Magento 2.1)
magento-2.1
add a comment |
I am struggling to reindex or run any editorial
commands (apart changed to developer mode) via the CLI. From a feeling it could be an issue with permissions or connection between database and command files.
I get all the time get "error reports:
First line: "[Zend_Db_Adapter_Exception]
SQLSTATE[HY000] [2002]No such file or directory"
Second line:"[PDOException]
SQLSTATE[HY000] [2002] No such file or directory"
As example: can check cache status (get list), but not flush it (get error above). With indexer no commands works (all brings error lines listed above), but if I place only "bin/magento indewer" in CLI then I get a listed command list: [InvalidArgumentException]
Command "indexer" is not defined.
Did you mean one of these?
indexer:show-mode
indexer:set-mode
indexer:reindex
indexer:status
indexer:reset
indexer:info
I am not a developer and relative new with Magento, could anyone help to find the issue cause and lead step by step to try solutions?
I tried by now:
- placing chmod u+x bin/magento
to give permissions to run some queries, but maybe its not enough level?
- installed magento via a "button" click on hosting company's website on php 5.6 with API CGI/FastCGI
.
- I tried to check settings in appetcenv.php
(for server status). All apart of key founded to prove and looks correct.
More about my previous ticket where we did not find a solution to reindex, but at least to call some commands out:
/bin/magento file cannot be opened (Magento 2.1)
magento-2.1
Are you able to connect to the database? SQLSTATE[HY000] [2002] No such file or directory" looks like your database service isn't running on the server.
– Pmclain
Jun 24 '17 at 22:57
yes via phpmyadmin GUI... no clue if my database runs on server, how could I check it? I think the database runs on the same server as the magento site content, but not sure. I use the hosting company that provides server and database. Let me know if I could proof smth and try some corrections to make it running.
– Ausra
Jun 25 '17 at 12:08
Thank you - your hint was right. There was a specific IP demanded for SSH web server database access. After a placed adjustment in Plesk GUI it works the indexer command. Now have new challenge to overcome with set data capacity limit. Will post new question. Thank you for support!
– Ausra
Jun 26 '17 at 13:10
add a comment |
I am struggling to reindex or run any editorial
commands (apart changed to developer mode) via the CLI. From a feeling it could be an issue with permissions or connection between database and command files.
I get all the time get "error reports:
First line: "[Zend_Db_Adapter_Exception]
SQLSTATE[HY000] [2002]No such file or directory"
Second line:"[PDOException]
SQLSTATE[HY000] [2002] No such file or directory"
As example: can check cache status (get list), but not flush it (get error above). With indexer no commands works (all brings error lines listed above), but if I place only "bin/magento indewer" in CLI then I get a listed command list: [InvalidArgumentException]
Command "indexer" is not defined.
Did you mean one of these?
indexer:show-mode
indexer:set-mode
indexer:reindex
indexer:status
indexer:reset
indexer:info
I am not a developer and relative new with Magento, could anyone help to find the issue cause and lead step by step to try solutions?
I tried by now:
- placing chmod u+x bin/magento
to give permissions to run some queries, but maybe its not enough level?
- installed magento via a "button" click on hosting company's website on php 5.6 with API CGI/FastCGI
.
- I tried to check settings in appetcenv.php
(for server status). All apart of key founded to prove and looks correct.
More about my previous ticket where we did not find a solution to reindex, but at least to call some commands out:
/bin/magento file cannot be opened (Magento 2.1)
magento-2.1
I am struggling to reindex or run any editorial
commands (apart changed to developer mode) via the CLI. From a feeling it could be an issue with permissions or connection between database and command files.
I get all the time get "error reports:
First line: "[Zend_Db_Adapter_Exception]
SQLSTATE[HY000] [2002]No such file or directory"
Second line:"[PDOException]
SQLSTATE[HY000] [2002] No such file or directory"
As example: can check cache status (get list), but not flush it (get error above). With indexer no commands works (all brings error lines listed above), but if I place only "bin/magento indewer" in CLI then I get a listed command list: [InvalidArgumentException]
Command "indexer" is not defined.
Did you mean one of these?
indexer:show-mode
indexer:set-mode
indexer:reindex
indexer:status
indexer:reset
indexer:info
I am not a developer and relative new with Magento, could anyone help to find the issue cause and lead step by step to try solutions?
I tried by now:
- placing chmod u+x bin/magento
to give permissions to run some queries, but maybe its not enough level?
- installed magento via a "button" click on hosting company's website on php 5.6 with API CGI/FastCGI
.
- I tried to check settings in appetcenv.php
(for server status). All apart of key founded to prove and looks correct.
More about my previous ticket where we did not find a solution to reindex, but at least to call some commands out:
/bin/magento file cannot be opened (Magento 2.1)
magento-2.1
magento-2.1
edited 16 mins ago
Teja Bhagavan Kollepara
2,96341847
2,96341847
asked Jun 24 '17 at 22:07
AusraAusra
165
165
Are you able to connect to the database? SQLSTATE[HY000] [2002] No such file or directory" looks like your database service isn't running on the server.
– Pmclain
Jun 24 '17 at 22:57
yes via phpmyadmin GUI... no clue if my database runs on server, how could I check it? I think the database runs on the same server as the magento site content, but not sure. I use the hosting company that provides server and database. Let me know if I could proof smth and try some corrections to make it running.
– Ausra
Jun 25 '17 at 12:08
Thank you - your hint was right. There was a specific IP demanded for SSH web server database access. After a placed adjustment in Plesk GUI it works the indexer command. Now have new challenge to overcome with set data capacity limit. Will post new question. Thank you for support!
– Ausra
Jun 26 '17 at 13:10
add a comment |
Are you able to connect to the database? SQLSTATE[HY000] [2002] No such file or directory" looks like your database service isn't running on the server.
– Pmclain
Jun 24 '17 at 22:57
yes via phpmyadmin GUI... no clue if my database runs on server, how could I check it? I think the database runs on the same server as the magento site content, but not sure. I use the hosting company that provides server and database. Let me know if I could proof smth and try some corrections to make it running.
– Ausra
Jun 25 '17 at 12:08
Thank you - your hint was right. There was a specific IP demanded for SSH web server database access. After a placed adjustment in Plesk GUI it works the indexer command. Now have new challenge to overcome with set data capacity limit. Will post new question. Thank you for support!
– Ausra
Jun 26 '17 at 13:10
Are you able to connect to the database? SQLSTATE[HY000] [2002] No such file or directory" looks like your database service isn't running on the server.
– Pmclain
Jun 24 '17 at 22:57
Are you able to connect to the database? SQLSTATE[HY000] [2002] No such file or directory" looks like your database service isn't running on the server.
– Pmclain
Jun 24 '17 at 22:57
yes via phpmyadmin GUI... no clue if my database runs on server, how could I check it? I think the database runs on the same server as the magento site content, but not sure. I use the hosting company that provides server and database. Let me know if I could proof smth and try some corrections to make it running.
– Ausra
Jun 25 '17 at 12:08
yes via phpmyadmin GUI... no clue if my database runs on server, how could I check it? I think the database runs on the same server as the magento site content, but not sure. I use the hosting company that provides server and database. Let me know if I could proof smth and try some corrections to make it running.
– Ausra
Jun 25 '17 at 12:08
Thank you - your hint was right. There was a specific IP demanded for SSH web server database access. After a placed adjustment in Plesk GUI it works the indexer command. Now have new challenge to overcome with set data capacity limit. Will post new question. Thank you for support!
– Ausra
Jun 26 '17 at 13:10
Thank you - your hint was right. There was a specific IP demanded for SSH web server database access. After a placed adjustment in Plesk GUI it works the indexer command. Now have new challenge to overcome with set data capacity limit. Will post new question. Thank you for support!
– Ausra
Jun 26 '17 at 13:10
add a comment |
1 Answer
1
active
oldest
votes
First of all if you are trying to run indexer your command should be :
php binmagento indexer:reindex
It will reindex all indexer
If you want to check available indexers your command should be :
php binmagento indexer:info
If you want to reindex specific indexer your command should be:
php binmagento indexer:reindex Indexer method name
Example: php binmagento indexer:reindex catalog_category_product
If you want to check status of indexer your command should be :
php binmagento indexer:status
If you want to check assigned mode of indexer your command should be :
php binmagento indexer:show-mode
If you want to assign mode of indexer your command should be :
php binmagent indexer:set-mode Mode Indexer method name
Example: php binmagent indexer:set-mode realtime catalog_category_product
Note: there only 2 modes available realtime
and schedule
For details you can check magento documentation here:
http://devdocs.magento.com/guides/v2.0/config-guide/cli/config-cli-subcommands-index.html
Regarding Premission :
You can follow provided permission methods in magento documentation :
cd <your Magento install dir>
find var vendor pub/static pub/media app/etc -type f -exec chmod g+w {} ;
find var vendor pub/static pub/media app/etc -type d -exec chmod g+ws {} ;
chown -R :<web server group> .
chmod u+x bin/magento
For detailed permission you can check magento docs.
http://devdocs.magento.com/guides/v2.0/install-gde/prereq/file-system-perms.html
It should be error of My Sql host that you are using for your database.
You can ask your server support for MySql host ip address and replace localhost in app/etc/env.php
with provided ip address and it should work.
Hi dear Aman, thank you for listed commands, unfortunately they all as mentioned bring the same error message. "php" in front is optional. Any ideas how to over come the error that I mentioned? As reminder from above, error message: [Zend_Db_Adapter_Exception] SQLSTATE[HY000] [2002] No such file or directory [PDOException] SQLSTATE[HY000] [2002] No such file or directory
– Ausra
Jun 24 '17 at 22:51
can you please rundf -h
to check free space on your server
– Aman Alam
Jun 24 '17 at 22:56
Also run this command to check inodes on serverdf -i
– Aman Alam
Jun 24 '17 at 22:57
run command "df -h" , answer "bash: df: command not found"
– Ausra
Jun 24 '17 at 22:58
ok try to checkservice mysqld status
– Aman Alam
Jun 24 '17 at 23:00
|
show 11 more comments
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "479"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f180610%2ferrors-on-editorial-commens-indexer-setup-magento-2-1%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
First of all if you are trying to run indexer your command should be :
php binmagento indexer:reindex
It will reindex all indexer
If you want to check available indexers your command should be :
php binmagento indexer:info
If you want to reindex specific indexer your command should be:
php binmagento indexer:reindex Indexer method name
Example: php binmagento indexer:reindex catalog_category_product
If you want to check status of indexer your command should be :
php binmagento indexer:status
If you want to check assigned mode of indexer your command should be :
php binmagento indexer:show-mode
If you want to assign mode of indexer your command should be :
php binmagent indexer:set-mode Mode Indexer method name
Example: php binmagent indexer:set-mode realtime catalog_category_product
Note: there only 2 modes available realtime
and schedule
For details you can check magento documentation here:
http://devdocs.magento.com/guides/v2.0/config-guide/cli/config-cli-subcommands-index.html
Regarding Premission :
You can follow provided permission methods in magento documentation :
cd <your Magento install dir>
find var vendor pub/static pub/media app/etc -type f -exec chmod g+w {} ;
find var vendor pub/static pub/media app/etc -type d -exec chmod g+ws {} ;
chown -R :<web server group> .
chmod u+x bin/magento
For detailed permission you can check magento docs.
http://devdocs.magento.com/guides/v2.0/install-gde/prereq/file-system-perms.html
It should be error of My Sql host that you are using for your database.
You can ask your server support for MySql host ip address and replace localhost in app/etc/env.php
with provided ip address and it should work.
Hi dear Aman, thank you for listed commands, unfortunately they all as mentioned bring the same error message. "php" in front is optional. Any ideas how to over come the error that I mentioned? As reminder from above, error message: [Zend_Db_Adapter_Exception] SQLSTATE[HY000] [2002] No such file or directory [PDOException] SQLSTATE[HY000] [2002] No such file or directory
– Ausra
Jun 24 '17 at 22:51
can you please rundf -h
to check free space on your server
– Aman Alam
Jun 24 '17 at 22:56
Also run this command to check inodes on serverdf -i
– Aman Alam
Jun 24 '17 at 22:57
run command "df -h" , answer "bash: df: command not found"
– Ausra
Jun 24 '17 at 22:58
ok try to checkservice mysqld status
– Aman Alam
Jun 24 '17 at 23:00
|
show 11 more comments
First of all if you are trying to run indexer your command should be :
php binmagento indexer:reindex
It will reindex all indexer
If you want to check available indexers your command should be :
php binmagento indexer:info
If you want to reindex specific indexer your command should be:
php binmagento indexer:reindex Indexer method name
Example: php binmagento indexer:reindex catalog_category_product
If you want to check status of indexer your command should be :
php binmagento indexer:status
If you want to check assigned mode of indexer your command should be :
php binmagento indexer:show-mode
If you want to assign mode of indexer your command should be :
php binmagent indexer:set-mode Mode Indexer method name
Example: php binmagent indexer:set-mode realtime catalog_category_product
Note: there only 2 modes available realtime
and schedule
For details you can check magento documentation here:
http://devdocs.magento.com/guides/v2.0/config-guide/cli/config-cli-subcommands-index.html
Regarding Premission :
You can follow provided permission methods in magento documentation :
cd <your Magento install dir>
find var vendor pub/static pub/media app/etc -type f -exec chmod g+w {} ;
find var vendor pub/static pub/media app/etc -type d -exec chmod g+ws {} ;
chown -R :<web server group> .
chmod u+x bin/magento
For detailed permission you can check magento docs.
http://devdocs.magento.com/guides/v2.0/install-gde/prereq/file-system-perms.html
It should be error of My Sql host that you are using for your database.
You can ask your server support for MySql host ip address and replace localhost in app/etc/env.php
with provided ip address and it should work.
Hi dear Aman, thank you for listed commands, unfortunately they all as mentioned bring the same error message. "php" in front is optional. Any ideas how to over come the error that I mentioned? As reminder from above, error message: [Zend_Db_Adapter_Exception] SQLSTATE[HY000] [2002] No such file or directory [PDOException] SQLSTATE[HY000] [2002] No such file or directory
– Ausra
Jun 24 '17 at 22:51
can you please rundf -h
to check free space on your server
– Aman Alam
Jun 24 '17 at 22:56
Also run this command to check inodes on serverdf -i
– Aman Alam
Jun 24 '17 at 22:57
run command "df -h" , answer "bash: df: command not found"
– Ausra
Jun 24 '17 at 22:58
ok try to checkservice mysqld status
– Aman Alam
Jun 24 '17 at 23:00
|
show 11 more comments
First of all if you are trying to run indexer your command should be :
php binmagento indexer:reindex
It will reindex all indexer
If you want to check available indexers your command should be :
php binmagento indexer:info
If you want to reindex specific indexer your command should be:
php binmagento indexer:reindex Indexer method name
Example: php binmagento indexer:reindex catalog_category_product
If you want to check status of indexer your command should be :
php binmagento indexer:status
If you want to check assigned mode of indexer your command should be :
php binmagento indexer:show-mode
If you want to assign mode of indexer your command should be :
php binmagent indexer:set-mode Mode Indexer method name
Example: php binmagent indexer:set-mode realtime catalog_category_product
Note: there only 2 modes available realtime
and schedule
For details you can check magento documentation here:
http://devdocs.magento.com/guides/v2.0/config-guide/cli/config-cli-subcommands-index.html
Regarding Premission :
You can follow provided permission methods in magento documentation :
cd <your Magento install dir>
find var vendor pub/static pub/media app/etc -type f -exec chmod g+w {} ;
find var vendor pub/static pub/media app/etc -type d -exec chmod g+ws {} ;
chown -R :<web server group> .
chmod u+x bin/magento
For detailed permission you can check magento docs.
http://devdocs.magento.com/guides/v2.0/install-gde/prereq/file-system-perms.html
It should be error of My Sql host that you are using for your database.
You can ask your server support for MySql host ip address and replace localhost in app/etc/env.php
with provided ip address and it should work.
First of all if you are trying to run indexer your command should be :
php binmagento indexer:reindex
It will reindex all indexer
If you want to check available indexers your command should be :
php binmagento indexer:info
If you want to reindex specific indexer your command should be:
php binmagento indexer:reindex Indexer method name
Example: php binmagento indexer:reindex catalog_category_product
If you want to check status of indexer your command should be :
php binmagento indexer:status
If you want to check assigned mode of indexer your command should be :
php binmagento indexer:show-mode
If you want to assign mode of indexer your command should be :
php binmagent indexer:set-mode Mode Indexer method name
Example: php binmagent indexer:set-mode realtime catalog_category_product
Note: there only 2 modes available realtime
and schedule
For details you can check magento documentation here:
http://devdocs.magento.com/guides/v2.0/config-guide/cli/config-cli-subcommands-index.html
Regarding Premission :
You can follow provided permission methods in magento documentation :
cd <your Magento install dir>
find var vendor pub/static pub/media app/etc -type f -exec chmod g+w {} ;
find var vendor pub/static pub/media app/etc -type d -exec chmod g+ws {} ;
chown -R :<web server group> .
chmod u+x bin/magento
For detailed permission you can check magento docs.
http://devdocs.magento.com/guides/v2.0/install-gde/prereq/file-system-perms.html
It should be error of My Sql host that you are using for your database.
You can ask your server support for MySql host ip address and replace localhost in app/etc/env.php
with provided ip address and it should work.
edited Jun 26 '17 at 18:37
answered Jun 24 '17 at 22:44
Aman AlamAman Alam
953519
953519
Hi dear Aman, thank you for listed commands, unfortunately they all as mentioned bring the same error message. "php" in front is optional. Any ideas how to over come the error that I mentioned? As reminder from above, error message: [Zend_Db_Adapter_Exception] SQLSTATE[HY000] [2002] No such file or directory [PDOException] SQLSTATE[HY000] [2002] No such file or directory
– Ausra
Jun 24 '17 at 22:51
can you please rundf -h
to check free space on your server
– Aman Alam
Jun 24 '17 at 22:56
Also run this command to check inodes on serverdf -i
– Aman Alam
Jun 24 '17 at 22:57
run command "df -h" , answer "bash: df: command not found"
– Ausra
Jun 24 '17 at 22:58
ok try to checkservice mysqld status
– Aman Alam
Jun 24 '17 at 23:00
|
show 11 more comments
Hi dear Aman, thank you for listed commands, unfortunately they all as mentioned bring the same error message. "php" in front is optional. Any ideas how to over come the error that I mentioned? As reminder from above, error message: [Zend_Db_Adapter_Exception] SQLSTATE[HY000] [2002] No such file or directory [PDOException] SQLSTATE[HY000] [2002] No such file or directory
– Ausra
Jun 24 '17 at 22:51
can you please rundf -h
to check free space on your server
– Aman Alam
Jun 24 '17 at 22:56
Also run this command to check inodes on serverdf -i
– Aman Alam
Jun 24 '17 at 22:57
run command "df -h" , answer "bash: df: command not found"
– Ausra
Jun 24 '17 at 22:58
ok try to checkservice mysqld status
– Aman Alam
Jun 24 '17 at 23:00
Hi dear Aman, thank you for listed commands, unfortunately they all as mentioned bring the same error message. "php" in front is optional. Any ideas how to over come the error that I mentioned? As reminder from above, error message: [Zend_Db_Adapter_Exception] SQLSTATE[HY000] [2002] No such file or directory [PDOException] SQLSTATE[HY000] [2002] No such file or directory
– Ausra
Jun 24 '17 at 22:51
Hi dear Aman, thank you for listed commands, unfortunately they all as mentioned bring the same error message. "php" in front is optional. Any ideas how to over come the error that I mentioned? As reminder from above, error message: [Zend_Db_Adapter_Exception] SQLSTATE[HY000] [2002] No such file or directory [PDOException] SQLSTATE[HY000] [2002] No such file or directory
– Ausra
Jun 24 '17 at 22:51
can you please run
df -h
to check free space on your server– Aman Alam
Jun 24 '17 at 22:56
can you please run
df -h
to check free space on your server– Aman Alam
Jun 24 '17 at 22:56
Also run this command to check inodes on server
df -i
– Aman Alam
Jun 24 '17 at 22:57
Also run this command to check inodes on server
df -i
– Aman Alam
Jun 24 '17 at 22:57
run command "df -h" , answer "bash: df: command not found"
– Ausra
Jun 24 '17 at 22:58
run command "df -h" , answer "bash: df: command not found"
– Ausra
Jun 24 '17 at 22:58
ok try to check
service mysqld status
– Aman Alam
Jun 24 '17 at 23:00
ok try to check
service mysqld status
– Aman Alam
Jun 24 '17 at 23:00
|
show 11 more comments
Thanks for contributing an answer to Magento Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f180610%2ferrors-on-editorial-commens-indexer-setup-magento-2-1%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Are you able to connect to the database? SQLSTATE[HY000] [2002] No such file or directory" looks like your database service isn't running on the server.
– Pmclain
Jun 24 '17 at 22:57
yes via phpmyadmin GUI... no clue if my database runs on server, how could I check it? I think the database runs on the same server as the magento site content, but not sure. I use the hosting company that provides server and database. Let me know if I could proof smth and try some corrections to make it running.
– Ausra
Jun 25 '17 at 12:08
Thank you - your hint was right. There was a specific IP demanded for SSH web server database access. After a placed adjustment in Plesk GUI it works the indexer command. Now have new challenge to overcome with set data capacity limit. Will post new question. Thank you for support!
– Ausra
Jun 26 '17 at 13:10