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

Error in attachment - Croogo 1.4.3 #273

Closed
ghost opened this issue Jan 21, 2014 · 2 comments
Closed

Error in attachment - Croogo 1.4.3 #273

ghost opened this issue Jan 21, 2014 · 2 comments

Comments

@ghost
Copy link

ghost commented Jan 21, 2014

Created by g1b4, 29th Sep 2012. (originally Lighthouse ticket #312):


When I attached a picture, I get the error:
The requested address was not found on this server.
Request blackholed due to "auth" violation.

@ghost
Copy link
Author

ghost commented Jan 21, 2014

11th Oct 2012, Rachman Chavik said:


I'm not able to reproduce this issue with 1.4.3.

Do you have plugins or something that modifies the POSTed data? or perhaps you uploaded a large file and gets rejected by apache/php.

@ghost
Copy link
Author

ghost commented Jan 21, 2014

13th Oct 2012, g1b4 said:


Hi Rachman

I use only Croogo with Postgresql, there aren't any plugins or modifications with posted data.
The file is copied to the uploads directory, but the error occurs when the controller (AttachmentsController) calls the save method (Line:149).

(...)
if ($moved && $this->Node->save($this->request->data)) {
(...)

With debug($this->request->data), I got:
array(
'Node' => array(
'title' => 'selfsolutions',
'slug' => '3c32ad54-a0cc-48d9-a46c-04a81d37e413-selfsolutions.png',
'mime_type' => 'image/png',
'path' => '/uploads/3c32ad54-a0cc-48d9-a46c-04a81d37e413-selfsolutions.png'
)
)
Any idea what might be?
Thanks!

@rchavik rchavik closed this as completed Jan 22, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant