Recent content by rhakoome

  1. rhakoome

    XF 2.2 Error: Key 'thread_id_post_date' doesn't exist

    I wanted to delete a few postings in a thread this morning, but when trying with the last post I received an error message. Then rebuilding of cache of the threads gave me the same error now: XF\Db\InvalidQueryException: MySQL statement prepare error [1176]: Key 'thread_id_post_date' doesn't...
  2. rhakoome

    XF 2.1 Is it normal php cmd.php xf:convert-utf8mb4 skips the post-table?

    Strange, now that I tried again there is no more error-message. Maybe I was just too impatient. Thanks for your quick response Chris!
  3. rhakoome

    XF 2.1 Is it normal php cmd.php xf:convert-utf8mb4 skips the post-table?

    For unicode I have had my hosting company (Knownhost) run the command from the manual ( php cmd.php xf:convert-utf8mb4 ), but I see in the result it skips the post-table: (xf_post). Is that expected? Since I still do get an error-message when somebody is using for instance an accent like ä...
  4. rhakoome

    XF 2.1 XF\Db\Exception: MySQL query error [1048]: Column 'result_cache_id' cannot be null

    So far it seems the only one. Plus the one of emoticons returning erros, but that's because I did not run the command to change the database yet. Thanks again!
  5. rhakoome

    XF 2.1 XF\Db\Exception: MySQL query error [1048]: Column 'result_cache_id' cannot be null

    Chris, That did the trick! And yes, it was copied from one server to another (previous version) and then upgraded to version 2.* Thank you so much for your support! Raymond
  6. rhakoome

    XF 2.1 XF\Db\Exception: MySQL query error [1048]: Column 'result_cache_id' cannot be null

    Hi Chris, CREATE TABLE xf_tag_result_cache ( result_cache_id int(10) unsigned NOT NULL, tag_id int(10) unsigned NOT NULL, user_id int(10) unsigned NOT NULL, cache_date int(10) unsigned NOT NULL, expiry_date int(10) unsigned NOT NULL, results mediumblob NOT NULL ) ENGINE=InnoDB DEFAULT...
  7. rhakoome

    XF 2.1 XF\Db\Exception: MySQL query error [1048]: Column 'result_cache_id' cannot be null

    When people are trying to see tags in my forum (like https://www.hiking-site.nl/prikbord/index.php?tags/wildkamperen/page-2), they get an error-message which I see also in the logs (see below). What can I do to asolve this? Raymond Stack trace INSERT INTO xf_tag_result_cache (tag_id...
  8. rhakoome

    XF 2.1 Upgrading XenForo Media Gallery gives errors

    Chris, Thank you so much! Seems the developer who moved the forum added this. Deleted the line and all seems to work.
  9. rhakoome

    XF 2.1 Upgrading XenForo Media Gallery gives errors

    Runs without issues, but I still have the same message that a job has to be run manually (which then gives the error). Can I de-install and then re-install the add-on without losing the data from the tables?
  10. rhakoome

    XF 2.1 Upgrading XenForo Media Gallery gives errors

    It's there as a normal, active add-on. The error I received when installing was the same as the one shown in my posting. Was thinking about removing the add-on and re-install it, but am afraid to lose the data of the images (16k photos).
  11. rhakoome

    XF 2.1 Upgrading XenForo Media Gallery gives errors

    I moved (with some help) my forum to a new server and then had it upgraded from version 1.5 to 2.latest. When adding the XenForo Media Gallery, I ran across some errors and it seems the installation did not work out. I do not see the media-link in the navigation-menu, and in the main page of the...
  12. rhakoome

    Service needed: Moving to a new server and upgrading at the same time

    Thank you all for the fast replies and suggestions. I have somebody working on this right now (first the move, then the upgrade) and having my fingers crossed it will be done in time. Raymond
  13. rhakoome

    Service needed: Moving to a new server and upgrading at the same time

    Hi all, I am running Xenforo 1.5 on a server which will be closed down at the end of the week. I have set up the domain on a new (shared) server, where I would like to move the forum to. But there are a few things that make it tricky: 1. Old server is running Xenforo 1.5, on new server I want...
  14. rhakoome

    XF 2.1 After converting from PHPBB: 503 errors in console

    Hi all, Converted an old forum from phpbb 3.2 to Xenforo 1.5 and then the last 2.* version. When trying to post a message, I get the famous 'Oops! We ran into some problems. ' message and in the console I see: core-compiled.js?_v=844e7546:45 PHP: <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML...
Back
Top Bottom