?
avatar brianteeman
brianteeman
29 Feb 2016

The new feature to enable downloading system information by @Radek-Suski and @phproberto will obfuscate certain information in the download.

For example the following values from the configuration file
log_path: xxxxxx
tmp_path: xxxxxx

But the same information is also downloaded as part of the folder permissions and is not obfuscated
Example
/Applications/MAMP/htdocs/joomla-cms-staging/logs: writable
/Applications/MAMP/htdocs/joomla-cms-staging/tmp: writable

avatar brianteeman brianteeman - open - 29 Feb 2016
avatar brianteeman
brianteeman - comment - 29 Feb 2016

The absolute path is also available in the information downloaded from the PHP information

Example

    error_log
    =============
    Local Value: /Applications/MAMP/logs/php_error.log
    Master Value: /Applications/MAMP/logs/php_error.log

    upload_tmp_dir
    =============
    Local Value: /Applications/MAMP/tmp/php
    Master Value: /Applications/MAMP/tmp/php<hr /><sub>This comment was created with the <a href="https://github.com/joomla/jissues">J!Tracker Application</a> at <a href="https://issues.joomla.org/tracker/joomla-cms/9252">issues.joomla.org/joomla-cms/9252</a>.</sub>
avatar brianteeman
brianteeman - comment - 29 Feb 2016

To fix the error_log and the upload_tmp_dir we just need to add them to the phpInfoArray section of the protected $privateSettings

Not sure how to fix the directory path part from the folder permissions section


This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/9252.

avatar brianteeman brianteeman - change - 1 Mar 2016
Labels Added: ?
avatar brianteeman brianteeman - change - 1 Mar 2016
Labels
avatar wilsonge wilsonge - assigned - 1 Mar 16
avatar wilsonge wilsonge - unassigned - 1 Mar 16
avatar wilsonge
wilsonge - comment - 2 Mar 2016

If you could do those two array elements would be appreciated Brian - then I'll repeatedly annoy @Radek-Suski until I get something back :D

avatar brianteeman
brianteeman - comment - 2 Mar 2016

give me 30

On 2 March 2016 at 00:03, George Wilson notifications@github.com wrote:

If you could do those two array elements would be appreciated Brian - then
I'll repeatedly annoy @Radek-Suski https://github.com/Radek-Suski until
I get something back :D


Reply to this email directly or view it on GitHub
#9252 (comment).

Brian Teeman
Co-founder Joomla! and OpenSourceMatters Inc.
http://brian.teeman.net/

avatar wilsonge
wilsonge - comment - 2 Mar 2016

sure :)

avatar brianteeman
brianteeman - comment - 2 Mar 2016

See #9274 for fix for
log_path: xxxxxx
tmp_path: xxxxxx

On 2 March 2016 at 00:10, George Wilson notifications@github.com wrote:

sure :)


Reply to this email directly or view it on GitHub
#9252 (comment).

Brian Teeman
Co-founder Joomla! and OpenSourceMatters Inc.
http://brian.teeman.net/

avatar Radek-Suski
Radek-Suski - comment - 2 Mar 2016

That should do the trick

avatar brianteeman
brianteeman - comment - 2 Mar 2016

@radek I couldnt work out how to obfuscate the file path to temp etc in the
file permissions tab. George had a go BUT that removed it from the web
interface as well

On 2 March 2016 at 10:20, Radek Suski notifications@github.com wrote:

That should do the trick


Reply to this email directly or view it on GitHub
#9252 (comment).

Brian Teeman
Co-founder Joomla! and OpenSourceMatters Inc.
http://brian.teeman.net/

avatar brianteeman
brianteeman - comment - 2 Mar 2016

Sorry just saw your PR

On 2 March 2016 at 10:29, Brian Teeman brian@teeman.net wrote:

@radek I couldnt work out how to obfuscate the file path to temp etc in
the file permissions tab. George had a go BUT that removed it from the web
interface as well

On 2 March 2016 at 10:20, Radek Suski notifications@github.com wrote:

That should do the trick


Reply to this email directly or view it on GitHub
#9252 (comment)
.

Brian Teeman
Co-founder Joomla! and OpenSourceMatters Inc.
http://brian.teeman.net/

Brian Teeman
Co-founder Joomla! and OpenSourceMatters Inc.
http://brian.teeman.net/

avatar brianteeman brianteeman - change - 2 Mar 2016
Status New Closed
Closed_Date 0000-00-00 00:00:00 2016-03-02 10:31:20
Closed_By brianteeman
avatar brianteeman brianteeman - close - 2 Mar 2016
avatar wilsonge wilsonge - close - 2 Mar 2016
avatar wilsonge wilsonge - change - 12 Mar 2016
Labels Removed: ?

Add a Comment

Login with GitHub to post a comment