Advanced Application Forms for XenForo 1.x [Deleted]

With trigger http url i mean, i could let it "call" a http url say "http://www.something.com/dosomething-with-application.php" which runs all kinds of stuff for me. I know the admins can read up and login to the forum, but we use Steam groups for instance, i could give them a message on their to get their attention (since they don't always check the forums)
That's not possible at this time.

I will put it on the wish list for this add-on for future consideration.
 
@Snog

While in 'development mode' we found this issue popup on the index screen of our forums:

Code:
Template Errors: advapp_navlinks
Invalid argument supplied for foreach() in /var/www/vhosts/inthegame.nl/httpdocs/forums/library/XenForo/Template/Abstract.php(265) : eval()'d code, line 4:
3: ';
4: foreach ($values AS $value)
5: {
Template Errors: advapp_navlinks
Invalid argument supplied for foreach() in /var/www/vhosts/inthegame.nl/httpdocs/forums/library/XenForo/Template/Abstract.php(265) : eval()'d code, line 4:
3: ';
4: foreach ($values AS $value)
5: {
Template Errors: advapp_navlinks
Invalid argument supplied for foreach() in /var/www/vhosts/inthegame.nl/httpdocs/forums/library/XenForo/Template/Abstract.php(265) : eval()'d code, line 4:
3: ';
4: foreach ($values AS $value)
5: {
Template Errors: advapp_navlinks
Invalid argument supplied for foreach() in /var/www/vhosts/inthegame.nl/httpdocs/forums/library/XenForo/Template/Abstract.php(265) : eval()'d code, line 4:
3: ';
4: foreach ($values AS $value)
5: {

Please advice?

Regards,
 
@Snog
I just recently updated to 1.4.4 and had some issues with the advanced application. Some of the applications wont work. This is mainly the ones that has the automaticly promotions if there is a vote.
Cant vote, cant reply only delete threadds - any idea why?
 

Attachments

  • error.webp
    error.webp
    24.9 KB · Views: 4
@Snog

While in 'development mode' we found this issue popup on the index screen of our forums:

Please advice?

Regards,
When I am on my site I see the site in debug/development mode and I can't duplicate this problem there or on my development server.

Can you supply the entire error text? It looks like you only provided portions of it.
 
Last edited:
@Snog
I just recently updated to 1.4.4 and had some issues with the advanced application. Some of the applications wont work. This is mainly the ones that has the automaticly promotions if there is a vote.
Cant vote, cant reply only delete threadds - any idea why?
Server errors like the one you show are usually actual server misconfiguration errors that are not related to the add-on. You would need to look at the server error logs to find the specific cause.

Also once the application is posted, voting, replies, etc. are handled directly by XF with no interface to the application system. So I would hazard a guess and say either some files are missing from XF or something went wrong with your update.
 
Nope, issue comes only when in debug mode.
Hmm, that doesn't make sense. There's nothing in the application system that monitors or uses debug mode.

Could you please zip the Snog->Applications->Listener->NavTab.php file on your server and send it to me via PC on my site?
 
Last edited:
I just checked through our CP panel - no error logs at all.
As much as I would like to help, if there are no errors then it's next to impossible to find out what the problem is. But the error you posted does point to exactly what it says an 'internal error or server misconfiguration'. The lack of an error in the XF admin area supports that.

I still tend to think something went wrong with the XF upgrade. Posting replies and voting on polls are strictly XF functions that are not controlled by or modified by the application system. Perhaps template modifications that were or weren't merged into your existing templates. Try using the default XF style and see if the error still happens. If it does, then the error lies in the server configuration or there's a problem with the server itself.
 
Last edited:
When I am on my site I see the site in debug/development mode and I can't duplicate this problem there or on my development server.

Can you supply the entire error text? It looks like you only provided portions of it.
We have found the issue, it has nothing to do with your mod.

I have disabled all mods on our forum and re-enable them one by one. it appears to be: ******* extra navigation menu.
error doesnt come when you are running a live forum, but as soon as you go in debug you'll catch some errors.
 
Was there also an option somewhere, to set the amount of time before a person can apply again? I now set it to 1 time only, but maybe after say a couple of months, they can try again. (as in auto reset the amount)
 
Was there also an option somewhere, to set the amount of time before a person can apply again? I now set it to 1 time only, but maybe after say a couple of months, they can try again. (as in auto reset the amount)
There isn't an auto-reset, but you can manually reset the counts for either all users or one user.

reset.webp
 
Yeah, but thats manual, while i like the aspect of everything being automatic here :) might be a nice feature request "reset count after xx days"
 
Top Bottom