When I try to move a resource from one category to another with just 1 prefix, I get the below error.
LogicException: Attempted to set 'sv_prefix_ids' while a save was pending without forceSet in src/XF/Mvc/Entity/Entity.php at line 610
XF\Mvc\Entity\Entity->set() in...
Not sure what addon is causing this issue. I think it might be multi-prefix but unsure. When I try to move a resource from one category to another with just 1 prefix, I get the below error.
LogicException: Attempted to set 'sv_prefix_ids' while a save was pending without forceSet in...
I am trying to dig around for how attachments are tied to a post or resource. Also how it generates the hash and creates the .data file.
Since the API for resources is not updated and I am having a hard time trying to figure out what all needs to be sent. I figured I would just write a custom...
I finally found it. DragonByte Credit is having some issue with the DB. Which in turn makes it so you can submit new resource items. After disabling the addon, everything is working.
Didnt resolve it
XFRM 2.2.5
XF 2.2.16
Ya found that out XD
Update tho. After reuploading the forum files, doing a rebuild, disabling everything and renabling 1 addon at time. The issue resolved itself some how.
I also found out they Dragonbyte Credits was having some mysql issues as well on...
Whenever any user or myself try to upload anything to XFRM, this error message pops up
Please enter a number that is no more than 2147483647.
I recently moved the forum to a new server. I have updated php.ini to support 1024M for upload_max_filesize and post_max_size. Nginx is also set to...