zend

  1. D

    XF 2.2 Xenforo develop requirement ?

    Hello guys, I am gonna develop a forum using Xenforo. I know basic PHP and Laravel Framework. I have some questions: 1. Do I need to study Zend Framework to work on Xenforo? 2. Is Xenforo a framework or CMS? 3. Do I need any skills about frontend? Thank you
  2. ActorMike

    XF 1.5 ReCAPTCHA (No CAPTCHA) connection error

    I've recently been getting these errors in the server logs periodically, but whenever I test the Captcha box it works. Also, I checked where someone logged an error whow as registering, but they ended up registered, so they must have gotten the box checked somehow. I have my own server in a...
  3. Chernabog

    XF 1.5 Zend -> Service -> DeveloperGarden

    While porting over files to do some upgrade testing, I notice this particular directory in my XF installation which seems to go without use, documentation or mention in the ACP -> Home -> Options. It seems as though this has or did have a rather nifty purpose of SMS and calling capability.. but...
  4. ratrodbikes

    XF 1.5 HELP! - Zend_Mail_Protocol_Exception:

    Since February 1, 2017 my forum has been giving these errors. I'm wondering if someone can look at the code below and let me know what would be causing these server errors... Server Error Log Error Info Zend_Mail_Protocol_Exception: Email to guinnappraisals@hotmail.com failed (after retry)...
  5. Q

    XF 1.5 How can I use APCu and PHP OPcache?

    Hello, installed PHP 7 with Zend OPcache support and APCu as user cache. My question: How can I use APCu? If I add this to my config.php I get an error message (An unexpected error occurred. Please try again later.): $config['cache']['enabled'] = true; $config['cache']['backend'] = 'Apc';
  6. kaieivindm

    Message from my ISP, regarding old ZEND version

    So last night I got an email from my ISP, telling me that I have an old version of ZEND installed. In other words, they say I have an unsecured version, and "must" update. Newest version is; 2.4.9 and currently I have version 1.11.1 installed. Is it just to upgrade ZEND on my webhotel? Or is...
  7. Abracadaniel

    XF 1.4 Configure proxy to hide Image Proxy's backend origin IP

    Hey there, I wonder if it's possible to configure some http or socks5 proxy for Image Proxy system? In `/library/Zend/Http/Client/Adapter/Proxy.php` I see this block: class Zend_Http_Client_Adapter_Proxy extends Zend_Http_Client_Adapter_Socket { /** * Parameters array * *...
Top Bottom