We build. You grow.

Get best community software here

Start a social network, a fan-site, an education project with oxwall - free opensource community software

Plugin & FTP update | Forum

Stuart
Stuart Jan 19 '13

I have a long running plugin update problem and for some reason there seems to be a duplication of the root folder for oxwall.


FTP access is ok its just the directory oxwall is trying to create a test for.


Wed Jan 16 18:24:48 2013 [pid 2] CONNECT: Client "127.0.0.1"Wed Jan 16 18:24:49 2013 [pid 1] [user] OK LOGIN: Client "127.0.0.1"Wed Jan 16 18:24:49 2013 [pid 3] [user] FAIL MKDIR: Client "127.0.0.1", "/var/www/var/www/ow_core/test"


its the duplication of /var/www as /var/www/var/www doesn't exist.


This is with ubuntu 12.04 & vsftp anyone else the same?


The above is from the vsftp log. Been trying for a while but still no response from oxwall?

Alia Team
Alia Jan 22 '13
Stuart, what path do you have in your config.php?

Stuart
Stuart Jan 22 '13

define('OW_DIR_USERFILES', OW_DIR_ROOT.'ow_userfiles'.DS);

define('OW_DIR_STATIC', OW_DIR_ROOT.'ow_static'.DS);

define('OW_URL_STATIC', OW_URL_HOME.'ow_static/');

define('OW_URL_USERFILES', OW_URL_HOME.'ow_userfiles/');

define('OW_DIR_PLUGINFILES', OW_DIR_ROOT.'ow_pluginfiles/');


define('OW_DIR_CORE', OW_DIR_ROOT.'ow_core'.DS);

define('OW_DIR_INC', OW_DIR_ROOT.'ow_includes'.DS);

define('OW_DIR_LIB', OW_DIR_ROOT.'ow_libraries'.DS);

define('OW_DIR_UTIL', OW_DIR_ROOT.'ow_utilities'.DS);

define('OW_DIR_PLUGIN', OW_DIR_ROOT.'ow_plugins'.DS);

define('OW_DIR_THEME', OW_DIR_ROOT.'ow_themes'.DS);

define('OW_DIR_SYSTEM_PLUGIN', OW_DIR_ROOT.'ow_system_plugins'.DS);

define('OW_DIR_SMARTY', OW_DIR_ROOT.'ow_smarty'.DS);