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

CSS on Install fails #19

Open smorell opened 11 years ago

smorell commented 11 years ago

Hi

thanks for making Pongo :)

I followed your video tutorial, but I am getting an error/warning on the last step (setup)

Warning: mkdir(): No such file or directory in /Users/macbookpro/Sites/pongo/laravel/file.php on line 243

Warning: copy(//css/.gitignore): failed to open stream: No such file or directory in /Users/macbookpro/Sites/pongo/laravel/file.php on line 270

Can you advice what I am doing wrong?

redbaron76 commented 11 years ago

It seems you have a double // slash somewhere. Please check your config and redo setup.

Inviato da iPad

Il giorno 15/gen/2013, alle ore 22:21, Steven Morell notifications@github.com ha scritto:

Hi

thanks for making Pongo :)

I followed your video tutorial, but I am getting an error/warning on the last step (setup)

Warning: mkdir(): No such file or directory in /Users/macbookpro/Sites/pongo/laravel/file.php on line 243

Warning: copy(//css/.gitignore): failed to open stream: No such file or directory in /Users/macbookpro/Sites/pongo/laravel/file.php on line 270

Can you advice what I am doing wrong?

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

smorell commented 11 years ago

I dont really see any double //

here is my /application/config/application.php - http://paste.laravel.com/fMA and here the snip from my vhosts: http://paste.laravel.com/fMB

Thanks for helping

redbaron76 commented 11 years ago

Everything seems to be ok... Try to remove .gitignore files

Inviato da iPad

Il giorno 16/gen/2013, alle ore 04:51, Steven Morell notifications@github.com ha scritto:

I dont really see any double //

here is my /application/config/application.php - http://paste.laravel.com/fMA and here the snip from my vhosts: http://paste.laravel.com/fMB

Thanks for helping

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