Recent content by nathanw

  1. N

    XF 2.2 Issues after database restore

    Thanks! That's a lot to work through, but I'll get there.
  2. N

    XF 2.2 Issues after database restore

    Both issues were fixed by correctly updating the xf_ip table user_id_log_date index to include keys for uiser_id, content_id, ip, and log_date. I'm still interested in a script or list of the default XF database structure so I can double check the installation though.
  3. N

    XF 2.2 Issues after database restore

    After restoring the XF database, I'm having a two issues I haven't been able to solve: Server error XF\Db\InvalidQueryException: Template public:approval_item_user error: MySQL statement prepare error [1176]: Key 'user_id_log_date' doesn't exist in table 'xf_ip'...
  4. N

    XF 2.2 XF\Db\Exception: MySQL query error [1048]: Column 'ip_id' cannot be null in src/XF/Db/AbstractStatement.php at line 230

    @digitalpoint thanks!!! I didn't even think to check that. Adding AI to xf_ip -> ip_id fixed my issue.
  5. N

    XF 2.2 XF\Db\Exception: MySQL query error [1048]: Column 'ip_id' cannot be null in src/XF/Db/AbstractStatement.php at line 230

    I've been forced to change VPS providers and have completed the following to do so: Provisioned new VPS, installed Debian 12 Installed Apache, PHP, MariaDB, other releated items Configured MySQL accounts and databases, Apache as per existing server Copied all files to the new server sqldump...
  6. N

    XF 2.2 Alerts list blank but information is in the DOM

    I can't reproduce this on my machine, but I have a user that always gets a blank Alerts list when viewing the forum on his Win10 PC using Chrome. User gets the list on their Android device using Chrome. I can't find any other forum users that have this issue. I used teamviewer to check it out...
  7. N

    XF 2 Custom Addon

    Thanks AndyB, I already have a subscription to your addon set. I was hoping to have a login/register form show instead. Is this possible?
  8. N

    XF 2 Custom Addon

    Thanks ENF, will check it out.
  9. N

    XF 2 Custom Addon

    Hi All, I need an addon that will hide all thread replies (except the OP) based on the group you are in. In my case, I want to hide all thread replies to users that are not logged in so just the orignal post is visible. Native XF allows me to hide the entire thread, but that is no good either...
  10. N

    [XFA] RM Marketplace/Shop - XF2 [Paid]

    Brilliant! That's the answer I was hoping for. I guess for now I could use the default Bank Transfer payment system and provide a Bitcoin address along with it.
  11. N

    [XFA] RM Marketplace/Shop - XF2 [Paid]

    Hi, I understand this plugin does not integrate with the Xenforo payment system. I, under no cicrumstances, will use PayPal. How are admins taking their cut for purchases when they're using other payment models? E.g. Does the buyer pay cash to the seller (or in any way they decide), and the...
  12. N

    XF 2.2 Show User ID in message_macro

    Thanks for that. Dunno why I thought 'visitor' was the way to go...
  13. N

    XF 2.2 Show User ID in message_macro

    Hey All, I'm wanting to add a custom field to the message_macro template that shows the message posters user_id. I've tried the code: <dl class="pairs pairs--justified"> <dt>{{ phrase('user_id') }}</dt> <dd> <span>{{ $xf.visitor.user_id }}</span> </dd> </dl> but it only...
  14. N

    Native Mobile Apps [Paid]

    I use Siropu's chat add-on. Will that work in the app?
  15. N

    XF 2.1 Xenforo User Session Time

    No, the session time varies greatly between users and their environment. Some users shut down their computer and are logged in the next day, others are logged out after 60 minutes
Top Bottom