I've just set up an XF install on a Cloudways server and not experiencing any problems. I don't think there's a simple answer to the question, for me Cloudways is good for a. spinning a server up to try something out then delete a few days later and b. setting up servers for other people (so I...
This seems to have done the trick:
INSERT IGNORE INTO xf_thread_read SELECT 0,w.user_id,w.thread_id,t.last_post_date as thread_read_date FROM xf_thread_watch as w LEFT JOIN xf_thread as t ON w.thread_id=t.thread_id;
Thanks :)
I'm not... sure I understand the question. Everything was imported, there was no existing content, and all the options were checked in the XF importer. However it's quite possible (likely even) that the source database did not contain the last-visited data, as it itself was the result of a...
Hi, I'm not entirely sure I'm asking the right question, but I've completed an import to XF and users don't get notified when a thread in their pre-existing (from before the import) watched threads is updated. The user_id/thread_id data is present in xf_thread_watch; however I guessing that...
Sometimes I do wish members would act more their age, but 1020 might be a bit extreme :oops:
I had a look and it's not a bug with the importer, just bad input data from a krufty old database.
Hi, I'm getting a weird number next to the user title on users that I imported from SMF. Example:
This is the relevant source:
On a newly createdmember, the
<span role="presentation"...</span>
" 1020"
is not there.
I'm trying to figure out where this extra field might be coming from or how...
Hi, I'm working on an import from SMF2.1. Currently I am using a very small test install to check before moving on to the full forum.
I had/have a couple of issues with the attachments. I will file a bug report when I have the second figured out a bit further.
I am using Xenforo 2.2.15. The...