redbaron76 / PongoCMS-Laravel-cms-bundle

a CMS bundle for Laravel 3.2 and Twitter Bootstrap 2.2.0
http://pongocms.com
Other
100 stars 32 forks source link

The admin loads but the home page and subsequent pages dont load #22

Closed nomad23 closed 11 years ago

nomad23 commented 11 years ago

im getting this error after a fresh install of pongo

/home/derick/Documents/example/genunlock/bundles/cms/libraries/cmsutility.php on line 159 this is after using artisan install method

redbaron76 commented 11 years ago

'url' => '',

in /application/config/application.php must be set.

Il giorno 19/feb/2013, alle ore 11:23, nomad23 notifications@github.com ha scritto:

im getting this error after a fresh install of pongo

/home/derick/Documents/example/genunlock/bundles/cms/libraries/cmsutility.php on line 159 this is after using artisan install method

— Reply to this email directly or view it on GitHub.

nomad23 commented 11 years ago

Thanks... That helped!!!