Recent content by Neal Bowman

  1. N

    Conditional Statements for XenForo 2

    When I try this as a display condition, I get "Display condition: Line 1: Syntax error". I am adding this to a navigation button. Edit: I think I just fixed via simply using "$xf.visitor.user_id" as the display condition.
  2. N

    RM 2.1 Does Resource Manager Have a Working API?

    Is there more current docs for the Resource Manager API that does not show unknown? I am trying to locate resources by user_id, across 20-30 categories. I am able to accomplish this via SQL queries...
  3. N

    XF 2.2 Errors filling logs

    My other embedded scripts in the addon ran correctly and no errors have been logged. Thank you very for the support and updated script code.
  4. N

    XF 2.2 Errors filling logs

    @bzcomputers , I have used your code, and so far no new logged errors. this looks promising, I'll check throughout the evening.
  5. N

    XF 2.2 Errors filling logs

    @nocte, I tried that just now, got this error in the log: ErrorException: Template error: [E_WARNING] Attempt to read property "user_id" on null src/addons/NCWW/Main/Listener.php:12 Generated by: Unknown account Nov 15, 2024 at 10:28 PM
  6. N

    XF 2.2 Errors filling logs

    That was a given. I posted the script that was being called, wondering if anyone could see an immediate problem with it.
  7. N

    XF 2.2 Errors filling logs

    Having the same error logged multiple times per minute, depending on how many users are online. This is from an addon that was written by our former webmaster, who is out of the picture now. ErrorException: Template error: [E_WARNING] Attempt to read property "Profile" on null...
  8. N

    XF 2.2 later_today_at_x

    I should have also mentioned these errors are on my prod site, not the upgraded test site.
  9. N

    XF 2.2 later_today_at_x

    I did see your post earlier, but I'm still running 2.2.16, and that addon is not installed on my system.
  10. N

    XF 2.2 later_today_at_x

    Yesterday, I applied the 2.3 update to my test server. I am running Centminmod with a different VHOST for prod and test servers. I was on my test server, and applied the update via CLI, all progressed normally and quickly, with no errors thrown. Each instance is using a different database in...
  11. N

    changing payment addon

    We have a custom addon that processes credit card payments. We are looking to change our vendor that handles the payments. I have been able to do some legwork with Postman to push some test cases, but I am not familiar with changing the actual php coding to handle the changeover. Any advice?
  12. N

    XF 2.3 Using XF 2.3 OAuth Provider

    I'm trying to use Postman with our forum running CentOs (CentMinMod) with Nginx. I've setup a superuser API key with access to all nodes, and setup the XF-Api-Key value in the Postman collection. I have the following data returned regardless of the node requested: <html> <head><title>404 Not...
  13. N

    XFtoWP - XenForo to WordPress integration [Paid]

    This may be addressed in the previous pages, but can I bring a XF resource to WP as a blog entry and have the comments posted on both XF and WP? Can I bring over posts that have 50+ comments in specific forum nodes?
  14. N

    Add-on Add-on help needed

    Thanks for all the replies, work completed via @JustinHawk. Very satisfied with the results.
  15. N

    Add-on Add-on help needed

    We have an add-on that was written by our former webmaster. He is no longer responsible for the site, his interests have moved to other subjects. We migrated our 2.2.11 server from an older Lightsail Linux instance running PHP7, and are now on an EC2 instance running Centmin Linux with PHP8. All...
Back
Top Bottom