Sentora Support Forums

Full Version: Ajaxplorer Can't Open
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
i am using sentora 1.0.0 on ubuntu 14.04
just installed ajaxplorer and it automatically returns to sentora panel homepage after the progress bar is full

i tried to change the /etc/sentora/panel/etc/apps/ajaxplorer folder ownership to www-data and change the chmod to 777 and 755 but the problem still exists

in zpanel 10.1.1 the problem solved after changing the ajaxplorer ownership to www-data and chmod to 755
but in sentora 1.0.0 the same method didn't work
I try it all the ops said but no way i can make the module to return on cp

If anyone can help us a litlle will be great as this was the best module for file manager as this delte the folders so quickly as kfm give errors and ftp is slow
I won't use this module

https://github.com/wrk73/ajaxplorer-zpanel

As the code os for an outdated ajax explorer here that might have a lot of bugs/flaws.

This module need a review and total update. I would like to but have no time like most of the team is focused on sentora beta currently.

M B
Just to point installing pydio.io was a bit tricky as the temp folder was causing a lot of issues.

Pydio will default using /tmp while zpanel/sentora use /var/zpanel/temp or /var/sentora/temp

Solution is post install adding

define("AJXP_TMP_DIR", "/var/zpanel/temp"); ( or /var/sentora/temp)

to conf/bootstrap_context.php

This will fix it.

If you have any issue that totally prevent install you can disable openbasedir/ temporary ONLY then get it back. I'm using it without any issue while openbase_dir & suhosin enabled.
(11-07-2014, 06:56 AM)Me.B Wrote: [ -> ]Just to point installing pydio.io was a bit tricky as the temp folder was causing a lot of issues.

Pydio will default using /tmp while zpanel/sentora use /var/zpanel/temp or /var/sentora/temp

Solution is post install adding

define("AJXP_TMP_DIR", "/var/zpanel/temp"); ( or /var/sentora/temp)

to conf/bootstrap_context.php

This will fix it.

If you have any issue that totally prevent install you can disable openbasedir/ temporary ONLY then get it back. I'm using it without any issue while openbase_dir & suhosin enabled.

Not Work........... Confused Confused Confused
This is why you should NOT any more use the old ajax explore

http://nvd.nist.gov/nvd.cfm?cvename=CVE-2013-6227

Unrestricted file upload vulnerability in plugins/editor.zoho/agent/save_zoho.php in the Zoho plugin in Pydio (formerly AjaXplorer) before 5.0.4 allows remote attackers to execute arbitrary code by uploading an executable file, and then accessing this file at a location specified by the format parameter of a move operation.
hi
here ajaxexplorer open, starting loding, but back home page sentora panel!
I don't understand despite I posted the warning it's not secure....
so if ajaxexpoloerer is not secure what are the alternatives?
I find this plugin very useful in zPanel, i hope there is alliterative or some one is willing to write updates plugin?
(11-07-2014, 06:56 AM)Me.B Wrote: [ -> ]Just to point installing pydio.io was a bit tricky as the temp folder was causing a lot of issues.

Pydio will default using /tmp while zpanel/sentora use /var/zpanel/temp or /var/sentora/temp

Solution is post install adding

define("AJXP_TMP_DIR", "/var/zpanel/temp"); ( or /var/sentora/temp)

to conf/bootstrap_context.php

This will fix it.

If you have any issue that totally prevent install you can disable openbasedir/ temporary ONLY then get it back. I'm using it without any issue while openbase_dir & suhosin enabled.

Me.B's option works fine, you just have to wait for the daemon to refresh cache in able for the ajaxplorer to run stable.

Tested just now: Jan 20, 2015
Pages: 1 2