Recent content by Bitwix

  1. B

    XF 1.1 Upgrade path from XF 1.1.3

    Just my fear of the unknown, and the Importing page *not* listing XF 1.1.3. So, to be clear, if I purchase the latest stable XF version, I ought to be able to import all users, posts etc?
  2. B

    XF 1.1 Upgrade path from XF 1.1.3

    After some changes to my server, the Forum is now mis-behaving badly. Rather than try to fix such an old version, I'm happy to upgrade to a modern XF version. But I would want to import all the users and posts from the old version. So, yes, I guess I should have asked about Importing.
  3. B

    XF 1.1 Upgrade path from XF 1.1.3

    There's no mention of XF 1.1.3 on https://xenforo.com/help/importing/ - XF 1.2+ is the earliest listed. So there's no complete import for 1.1.3? Does anyone have any advice on what is practical for an upgrade from 1.1.3? Thanks to all.
  4. B

    XF 1.1 Zend Validate fails on XF 1.1.3

    Brilliant - I will do that. Now it's just a matter of an SMTP Server not sending emails - see https://xenforo.com/community/threads/email-with-local-smtp-server.92247/ which is unfortunately a dormant thread.
  5. B

    XF 1.1 Zend Validate fails on XF 1.1.3

    So a better change would be: $origdc = iconv_get_encoding('default_charset') ; // had been 'internal_encoding'); iconv_set_encoding('default_charset', 'UTF-8'); // had been 'internal_encoding' If that is better, it's not a scary change. Please confirm. Sorry for...
  6. B

    XF 1.1 Zend Validate fails on XF 1.1.3

    Yes, the error shows up as "Use of iconv.internal_encoding is deprecated (see below)". Commenting out a couple of lines in hostname.php allows email addresses to be edited. So that's good. Unless there's a problem with removing the line. There are 21 uses of inconv_set_encoding (see below). Do...
  7. B

    XF 1.1 Zend Validate fails on XF 1.1.3

    I had put in a few comments, so the line numbers could have changed. I have now returned them to the originals (I think) - causing the User.php line number to change to 572 (was 573 above). Is that the line number that looked wrong to you? The include path in PHP.ini was blank. I have just set...
  8. B

    Email with local SMTP server

    Did you resolve this? I am having the same kind of problem. In my case, the OS is Windows Server R2 Standard. I have the Interspire email software, from which I took working values for SMTP Server and Account credentials. Like you, I see an entry in the server log, but no email arrives...
  9. B

    XF 1.1 Zend Validate fails on XF 1.1.3

    Thanks for the suggestion. I have: File Health Check All 1,064 checked files are present and correct.
  10. B

    XF 1.1 Zend Validate fails on XF 1.1.3

    XF 1.1.3 worked really well, so I never needed to upgrade. Then I moved to a new server (still on Windows) and the problems started. I'm now getting a Zend_Validate_Exception showing up in the server logs: Zend_Validate_Exception: Validate class not found from basename 'EmailAddress' -...
  11. B

    Upgrade from 1.1.3 - easy or not?

    That's what I feared - I don't want to go through a big upgrade, as 1.1.3 was doing what we wanted. Is there any chance of getting support for a Zend error like: Validate class not found from basename 'EmailAddress'? Jonathan
  12. B

    Upgrade from 1.1.3 - easy or not?

    Hi, XenForo has been working well from me, until I upgraded my Windows server. I transferred my XenForo v1.1.3 installation to the new server, and it looked ok. But I get a lot of little problems, especially with email veification and sending. I've tried digging around looking for the error...
Back
Top Bottom