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

unexpected ' | Forum

Topic location: Forum home » Support » General Questions
Thomas
Thomas Dec 7 '10
Hello,

after install and changing the config.php, i get a

Parse error: syntax error, unexpected '<' in /homepages/6/d216716912/htdocs/ceramique/community/ow_includes/config.php on line 26

Den Team
Den Dec 7 '10
Hi
You have corrupted config.php file. Check line 26. or attach it here.
Thomas
Thomas Dec 7 '10
this the code I got during the install (the xxx are to hide the db values).

K



define('OW_URL_HOME', 'http://ceramique-design.fr/community/index.php/');

define('OW_DB_HOST', 'xxx');
define('OW_DB_PORT', null);
define('OW_DB_USER', 'xxx');
define('OW_DB_PASSWORD', 'xxx');
define('OW_DB_NAME', 'xxx');

define('OW_DB_PREFIX', 'ow_');

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_INSTALL_PLUGINS', false);
define('OW_PASSWORD_SALT', '4cfe08f4af211');

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);
}
Den Team
Den Dec 8 '10
Change extension of config.php to txt and attach this file here
Thomas
Thomas Dec 15 '10
thanks, it's working know.

can you delete the files in this post ?

K
Den Team
Den Dec 16 '10
Done :)