It sound like a folder permission issue. Are you sure you set the correct file permissions for app/storage folder?
If your server is running on Linux:
chmod -R 775 app/storage
And
chown -R www-data:www-data app/storage
For Laravel 4
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community