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

Using the Add Media and Upload Media #32

Open CodeGibb opened 11 years ago

CodeGibb commented 11 years ago

I really love the look and feel of PongoCMS and was hoping to use this CMS to help me learn using the Laravel Framework but I have come across some difficulties using the media upload.

When going to Pages>Edit Zone>Media>Add Media>Upload Media it appears to work but when verifying on the home page nothing appears, database shows no media other than defaults and when looking in the media manager in the cms my new media does not show, and nor did the files go to the server.

I am currently using XAMPP just to learn before I place on a production server but I come across this minor problem and most likely myself that has caused it but no Idea where to start. Any help would be much appreciated.

Thank You

yuyinitos commented 11 years ago

I've got the same problem. Did you manage to solve it yet?

CodeGibb commented 11 years ago

Nope I have been unable to resolve this problem keep me posted if you find an answer and I will do the same. On 2013-05-30 6:48 PM, "Yuyinitos" notifications@github.com wrote:

I've got the same problem. Did you manage to solve it yet?

— Reply to this email directly or view it on GitHubhttps://github.com/redbaron76/PongoCMS-Laravel-cms-bundle/issues/32#issuecomment-18713485 .

tjaadvd commented 11 years ago

A fix can be found on: http://forums.laravel.io/viewtopic.php?id=683

The file validation uses the PHP's Fileinfo... Windows users must include the bundled php_fileinfo.dll DLL file in php.ini to enable this extension.