• Hey good meeting you at WCTO,

    I tried to add this plugin, but ran into the whole moved wp-content folder issue. (Yeah, I just hate that folder).

    I’m not sure exactly what the paths are used for in your plugin in the conf.php file (dir/url), so… makes it a little hard to update.

    This is the line that kills it (self hosted plugins was the desired outcome)

    if (!file_exists(DOC_BASE.CMS_ASSETS_DIRECTORY) and !mkdir(DOC_BASE.CMS_ASSETS_DIRECTORY)){
    	die('Unable to create assets directory at '.DOC_BASE.CMS_ASSETS_DIRECTORY);
    }

    https://www.ads-software.com/extend/plugins/topquark/

  • The topic ‘Ack, wp-content’ is closed to new replies.