Need help with the Attachment Handlers...

Jaxel

Well-known member
I can't get attachment handlers working at all... When I try to upload an attachment using a custom attachment type, I get stuck at 100% uploading. The system never says the upload is "done", and looking into the database, I can see no entries in `xf_attachments` for the upload I just processed.

1.webp

Does anyone know why something like this would be happening?
 
Figured it out... Was missing this line in my attachment handler class.
Code:
protected $_contentIdKey = 'page_id';
 
But now I'm having a whole bunch of new issues... http://www.8wayrun.com/wiki/abyss/

As you can see on that page, it has 5 attachments at the bottom. Directly above that, you will also see that I have added those attachments into the page itself. So now I have a whole bunch of new questions...

1 - solved
2 - solved
3 - nevermind
 

Attachments

  • 2.webp
    2.webp
    78.2 KB · Views: 9
Top Bottom