andrewelkins / Laravel-4-Bootstrap-Starter-Site

Laravel 4 Starter Site is a basic blog application using several nice community packages.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

used prefix not set in display pages

wildcats1369 opened this issue · comments

Installed laracp with prefix on mysql Config, when loaded in browser the error is
SQLSTATE[42S02]: Base table or view not found: 1146 Table 'laracms.posts' doesn't exist (SQL: SELECT title, slug FROM posts WHERE parent = 0 AND display_navigation = 1) (View: /var/www/html/laracms/app/views/default/site/layouts/default.blade.php) (View: /var/www/html/laracms/app/views/default/site/layouts/default.blade.php)

it says from "post" not "prefix_post"

Hmm, I don't think I'm doing any raw query selects so I don't know how this could be.

No recent comment