![]() |
New post in an existing thread for award issue doesn't seem to be working.
Is it something on my end or is it YaAS? Edit: It's not letting me change the PM userid either. I changed from user 10 to user 1, but it's still sending from user 10. |
Quote:
Quote:
Quote:
|
Quote:
|
I get the following error when recommending an award.
Quote:
Using 4.0.6 on vB 4.2 PL3. I tried researching this error, but even Google only came up with one hit, and it was on the 3.8 version. As a side note, when recommending a rank (Yet Another Ranks System), it works just fine. It's only in the Awards mod that I get this error. |
Quote:
|
Thanks for the response.
Strangely enough, it's working now. I made no changes - seriously - other than to verify the forumid, my Admin user permissions, and the mod settings, all of which were good and none of which were changed. I don't know what to say ... /shrug Thanks. [Edit / Update]: Okay, so I don't know if I accidentally used the Ranks mod instead of the Awards mod earlier, or if there's something else going on. However, the Ranks mod works fine but the Awards mod is not working ... still/again(?). Both mods have the exact same configs, including forum and usergroup posting permissions. I have uninstalled and re-installed the Awards mod. From the AdminCP, it's all good. In fact, while it fails to post in the forums I see the request in the AdminCP. Fatal error: Existing data passed is not an array |
Quote:
|
Again, thank you for the response ...
Further testing reveals the following:
I know HTML and CSS, but I don't know PHP, so when I look at the variations between the Rank and the Awards code and I see the following: Awards code ... not working ... (partial) ... Code:
{vb:stylevar htmldoctype} Ranks code ... works fine ... (partial) ... Code:
$stylevar[htmldoctype] Mostly I'm noting the {vb:xxxxxxx} versus $xxxxxx differences. Switching my language to UTF-8 wouldn't cause any problems, would it? Lastly, I have no problems agreeing with you that there is most likely something else going on, but if you can tell me what to look for - since it is your mod that is having trouble sending the information - I research this further. The people for whom I'm building this site are very adamant that this mod works, so I really appreciate your time in answering my posts and helping me resolve this issue. :) [Edit / Update]: I just checked, and the PM function works perfectly, so it seems the only issue is posting on the forums. |
Quote:
You can try to make the following changes to see if it helps track down the problem: Change line 122 as follows: Code:
$foruminfo = verify_id('forum', $vbulletin->options[award_request_formforumid], 0, 1); Code:
$foruminfo = verify_id('forum', $vbulletin->options[award_request_formforumid], 1, 1); Code:
build_new_post('thread', $foruminfo, array(), array(), $newpost, $errors); Quote:
Quote:
Quote:
Quote:
|
Just as a follow up, I have not applied your fix yet; however, I also have not had a single error (and no one has reported any errors to me). I'm going to keep things as-is, for now and I'll apply your fix when/if the issue arises again.
[Edit] Removed misinformation. Thanks a ton! :) |
All times are GMT. The time now is 01:53 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|