UPDATES EasyBlog 6.0.11 Released! Update to the latest version now!

Helpdesk

Your Time
Our Time
Response Time
24 — 48 hours
We strive to provide the fastest ever response possible. However, we are not super beings.

Allow at least 24 — 48 hours
  Support is online
Our support specialists is available now. We will attend to you as soon as we can.
  Support is online

App install writable directory check

Kevin Ortman · ·
1:11 PM Sunday, 29 December 2013
None
This is potential a very MINOR bug(?) in the backend UI. The applications->install UI complains that SOCIAL_MEDIA . '/fields' and SOCIAL_MEDIA . '/applications' directories are not writable.
Currently the following directories are being used to store apps: SOCIAL_MEDIA . '/apps/fields' and SOCIAL_MEDIA . '/apps/user'

Version 1.3.1
File: /administrator/components/com_easysocial/models/apps.php
Code: lines 441/442

// Get a list of folders.
$folders = array(
$jConfig->getValue( 'tmp_path' ),
SOCIAL_MEDIA,
SOCIAL_MEDIA . '/fields',
SOCIAL_MEDIA . '/applications'
);
The replies under this section are restricted to logged in users or users with an active subscription with us