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

Path can not start with "/" and contain alphabet symbols or numbers[Answered] | Forum

Topic location: Forum home » Support » General Questions
rahul shinde
rahul shinde May 17 '14
I had tried every things on on corn configuration guide but i m getting this error 

Path can not start with "/" and contain alphabet symbols or numbers

The Forum post is edited by ross May 26 '14
ross Team
ross May 19 '14
please, paste the content of your ow_includues/config.php file. 
rahul shinde
rahul shinde May 21 '14

<?php


define('OW_URL_HOME', 'http://socialfun.bl.ee/');


define('OW_DB_HOST', '127.0.0.1');

define('OW_DB_PORT', null);

define('OW_DB_USER', 'u269904551_gunyn');

define('OW_DB_PASSWORD', 'qyTajeSuNa');

define('OW_DB_NAME', 'u269904551_gawab');


define('OW_DB_PREFIX', 'oxwa2_');


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_PASSWORD_SALT', 'boNAnkqoonEma');


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);


define('OW_USE_CLOUDFILES', false);


if ( defined('OW_CRON') )

    define('OW_DEBUG_MODE', false);

    define('OW_DEV_MODE', false);

    define('OW_PROFILER_ENABLE', false);

else 

    /**

    * Make changes in this block if you want to enable DEV mode and DEBUG mode

    */

    

    define('OW_DEBUG_MODE', false);

    define('OW_DEV_MODE', false);

    define('OW_PROFILER_ENABLE', false); 

}

ross Team
ross May 21 '14
I'm sorry Rahul where do you get this error, can you please screenshot?
rahul shinde
rahul shinde May 25 '14
ross Team
ross May 26 '14
please contact your hosting provider support and ask them which command to use and how?
rahul shinde
rahul shinde May 26 '14
ok thank you