davzie / laravel-bootstrap

[DEPRECATED] A Laravel 4, Bootstrap 3 CMS Built With SOLID Principles In Mind
Other
558 stars 171 forks source link

Some issues... #2

Closed alxy closed 11 years ago

alxy commented 11 years ago

-Image upload doesnt work for me -Imagesize (3MB) is too less for me -I dont know how to access a view shown in your screenshot -How can I view my posts/blocks/galleries?

Some docu would be nice :) Code looks good though.

davzie commented 11 years ago

Hi Alxy,

For image uploads, ensure the process running the web server has write access to public as it needs to create an uploads folder and folders within it.

I've not put restrictions on the amount of file-size for upload, this could be part of your Apache configuration.

You should be able to goto: http://yoururl.com/admin and login with example@example.com and password as the password.

From there you should be able to see the blocks and galleries and posts etc. Bear in mind this is just for editing content. It will not show anything on the frontend of the site, that is up to you :)

alxy commented 11 years ago

Thanks for you answers!

alxy commented 11 years ago

However, it's still having an upload limit of 3MB. My configs allow bigger file uploads normally, for smaller images it works perfectly on your system :)

I got the problem, you have set a limit via Javascript (beeing 3MB):

Dropzone.options.imageUploads = {
                    maxFilesize: 3,
                    init: function(){
davzie commented 11 years ago

I'll take a look at this later today or tomorrow matey and replicate in my environment.

On 31 August 2013 at 10:45:35, alxy (notifications@github.com) wrote:

However, it's still having an upload limit of 3MB. My configs allow bigger file uploads normally, for smaller images it works perfectly on your system :)

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

alxy commented 11 years ago

Issue: You can't update/edit a user without providing a new password or enter the old one twice. Also, it shouldnt be possible to leave that field empty (password/password confirm), as it couldnt be empty in other cases.

davzie commented 11 years ago

Hi Man,

Can't seem to replicate this? The password field is left empty if you don't want to update the password. All seems to work here?

Dave

On 31 August 2013 at 16:49:02, alxy (notifications@github.com) wrote:

Issue: You can't update/edit a user without providing a new password or enter the old one twice. Also, it shouldnt be possible to leave that field empty (password/password confirm), as it couldnt be empty in other cases.

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

alxy commented 11 years ago

Hi, it seems it was a client/browser specific bug. When editting the user that is currently logged in, Chrome pre-filled the password field because I clicked "save password" formerly. I emtyed the field then manually and it seemed, that the empty string ("") was accepted as new password.

alxy commented 11 years ago

Issue: Created Date is malformed on User overview: "-0001-11-30 00:00:00" date_malformed

davzie commented 11 years ago

Hey mate, can you open a new issue so I get updates on it, I'll take a look in a bit, shouldn't be a problem to solve :)

Imaginarydesign commented 11 years ago

Same issue for me

alxy commented 11 years ago

Not familiar with github, but can do if you prefer :)