By Kevin Ortman on Sunday, 29 December 2013
Posted in General Issues
Replies 1
Likes 0
Views 853
Votes 0
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'
);
Hello Kevin,

I am really sorry for the delay of this reply as it is a weekend for us here. Nice catch Fixed this internally.
·
Sunday, 29 December 2013 14:26
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post