Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Internal Server Error #2

Closed
templek opened this issue Nov 21, 2012 · 4 comments
Closed

Internal Server Error #2

templek opened this issue Nov 21, 2012 · 4 comments
Labels

Comments

@templek
Copy link

templek commented Nov 21, 2012

When i tried to upload a file i got and Error = Internal Server Error.
I already give access to write to the App/Webroot/Files directory.
Any Ideas ?

@hugodias
Copy link
Owner

Just the internal server error? Try to put your debug at 2 and copy the error please ! @templek

@templek
Copy link
Author

templek commented Nov 22, 2012

The debug mode was already set to 2

Configure::write('debug', 2);

This is the error that i have When i press the "Start upload" Button :

Regards...

On Wed, Nov 21, 2012 at 1:03 PM, Hugo Dias notifications@github.com wrote:

Just the internal server error? Try to put your debug at 2 and copy the
error please !


Reply to this email directly or view it on GitHubhttps://github.com//issues/2#issuecomment-10609916.

Templek.com

@templek
Copy link
Author

templek commented Nov 22, 2012

It is working now, i have not crated the table 'uploads'.........
Is there a way to configure or change the table name for one that i had defined for that purpose ? , like "Pictures" table name.....Thanks in advance..

@hugodias
Copy link
Owner

Yes, to do this you just change the name of the model in this line of code: https://github.com/hugodias/FileUpload/blob/master/Controller/Component/UploadComponent.php#L28 . Closing

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants