Recent content by ForumDevs

  1. ForumDevs

    XF 2.3 Can a Self-Hosted XenForo Be Moved to XenForo Cloud?

    In most cases you won't need to handle server management unless you opt for an unmanaged dedicated server. Plenty of hosting companies take care of everything for less than the cost of the cheapest XenForo Cloud plan.
  2. ForumDevs

    XF 2.3 This email has failed its domain's authentication requirements. It may be spoofed or improperly forwarded.

    You have to ensure the default email address matches your domain plus valid SPF, DKIM and DMARC records because the email providers require those to verify your identity. To avoid these problems we always suggest our customers to send emails through an email provider like https://www.smtp2go.com
  3. ForumDevs

    XF 2.3 Clicking on "Home" give me error from my migration from my localhost

    The issue isn't in your index.php, it's in your board configuration. The Home button is pointing to localhost path instead of the domain (I can see this because on https://thevapeworkshop.com/xf/index.php the Home link points directly to http://localhost/) I also recommend enabling Friendly...
  4. ForumDevs

    XF 2.3 Not working: icon and select option

    You do it via /install/ Just browse example.com/install, log in and click on rebuild master data
  5. ForumDevs

    XF 2.3 Not working: icon and select option

    Have you updated the forum URL on Setup > Options > Basic board information ? Make sure to also rebuild the master data through example.com/install
  6. ForumDevs

    File Uploads

    You can install the following addon: https://xenforo.com/community/resources/itd-embedded-pdf-ii-bbcode.6659/
  7. ForumDevs

    Vb 4.2.5 import to Xenforo

    Hello, We can do this. I've sent you a private message.
  8. ForumDevs

    inet_pton(): Argument #1 ($ip) must not contain any null bytes

    Yes, of course. Take a backup and take this approach..
  9. ForumDevs

    cPanel install to 2 domain extensions

    Unfortunately it's the only addon I'm aware of that allows sharing the same database for different URLs
  10. ForumDevs

    cPanel install to 2 domain extensions

    You are looking for this addon (and one XenForo license per domain): https://xenforo.com/community/resources/xencentral-multisite-system-2.6966/
  11. ForumDevs

    XF 2.3 Call to undefined method Symfony\Component\Mime\Message::getTo()

    Uncheck Enable DKIM signing and clear the job queue (or wait for the next mail job) and check if the error persists. This could be related to this bug which has been fixed: https://xenforo.com/community/threads/dkim-signing-is-broken.234071/
  12. ForumDevs

    inet_pton(): Argument #1 ($ip) must not contain any null bytes

    Open src/XF/Util/Ip.php. find convertIpStringToBinary($ip) function and replace it by the following: public static function convertIpStringToBinary($ip) { if (strpos($ip, "\0") !== false) { // print the hex of the bad IP echo "\n[ERROR] Null byte detected in IP string...
  13. ForumDevs

    Xen Hispano - Still active? Can't buy translation, because server appears brokem

    You can install this one which is free: https://xenforo.com/community/resources/xenforo-2-3-7-spanish-translation.10136/
  14. ForumDevs

    Can XF convert Invision to Xenforo? Get a quote?

    Private message sent as well (y)
  15. ForumDevs

    Looking for someone expert to import VB 4.2.2 to XenForo

    Hi! I've sent you our proposal. Absolutely. I'm sending our proposal to you as well.
Back
Top Bottom