Question By
Unsolved

Help with voyager

vinschi88

Jan 3rd, 2017 08:52 PM

<p>&nbsp;Hi,&nbsp;</p> <p>I followed the serie about voyager configuration and after I run the "<span style="background-color: #f7f7f7; color: #333333; font-family: Consolas, 'Liberation Mono', Menlo, Courier, monospace; font-size: 13.6px;">php artisan voyager:install --with-dummy" command I receive the following errors:</span></p> <p class="p1"><span class="s1">[Illuminate\Database\QueryException] &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;</span></p> <p class="p1"><span class="s1">&nbsp; SQLSTATE[HY000] [2002] No such file or directory (SQL: select * from information_schema.tables whe</span><span class="s1">re table_schema = voyager and table_name = migrations) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;</span><span class="s1">&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;</span></p> <p class="p1"><span class="s1">&nbsp; [Doctrine\DBAL\Driver\PDOException]&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;</span></p> <p class="p1"><span class="s1">&nbsp; SQLSTATE[HY000] [2002] No such file or directory &nbsp;</span></p> <p class="p2"><span class="s1">&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;</span></p> <p class="p2"><span class="s1">&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;</span></p> <p class="p1"><span class="s1">&nbsp; [PDOException] &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;</span></p> <p></p> <p class="p1"><span class="s1">&nbsp; SQLSTATE[HY000] [2002] No such file or directory &nbsp;</span></p> <p><span style="background-color: #f7f7f7; color: #333333; font-family: Consolas, 'Liberation Mono', Menlo, Courier, monospace; font-size: 13.6px;">any idea how to fix it? What am I doing wrong?</span></p> <p><span style="background-color: #f7f7f7; color: #333333; font-family: Consolas, 'Liberation Mono', Menlo, Courier, monospace; font-size: 13.6px;">Please let me know.</span></p> <p><span style="background-color: #f7f7f7; color: #333333; font-family: Consolas, 'Liberation Mono', Menlo, Courier, monospace; font-size: 13.6px;">Thanks,</span></p> <p><span style="background-color: #f7f7f7; color: #333333; font-family: Consolas, 'Liberation Mono', Menlo, Courier, monospace; font-size: 13.6px;">Vincenzo&nbsp;</span></p> <p>&nbsp;</p>
mark

Jan 12th, 2017 08:34 AM

<p>What database driver are you using?</p>
vinschi88

Jan 15th, 2017 07:21 PM

<p>Hi Mark, I'm using mysql through mamp.</p> <p>By the way I tried to install voyager in a new app created on porpose, I followed the video posted in the website but I had that error.</p>