Jump to content

JaxSite

Members
  • Posts

    29
  • Joined

  • Last visited

  • Days Won

    2

Community Answers

  1. JaxSite's post in Basic Setup: Directories not writable was marked as the answer   
    Ok I've fixed my issue so I thought I would share in case anyone else runs into a similar issue. PHP's open_basedir was blocking those directories from being seen. I read that on several other blog posts but when I checked my php.ini file, that value wasn't even set. I'm running HestiaCP with Nginx + PHP-FPM. Apparently, there's an additional pool file created per domain located at /etc/php/7.x/fpm/pool.d/yourdomain.com.conf that was setting it. I simply updated it to include the directories and now they are writable as should be.
     

  2. JaxSite's post in Custom Template Label Not Displaying was marked as the answer   
    It works great now. Turns out I was missing an opening curly brace after require. Thanks everyone!
    {     "version": "0.1.0",     "name": "JaxSite",     "description": "Custom template for JaxSite integration.",     "authors": [         {             "name": "JaxSite",             "url": "http://www.jaxsite.com"         }     ],     "require": {         "blesta": ">=3.2.0"     } }  
×
×
  • Create New...