bi sorunum var yurt dışından bir script aldım fakat adamlar şunu duzenliyeceksiniz diye mail attı anlayamadım bu php kod nasıl duzenliyeceğim siteme gore
PHP:
look at your config.php file: | NOTE: in the case that you can't upload images in your admin panel (like site logo or listings images) | or have troubles with captcha rendering, try to play with this variable: | | $config['users_content_server_path'] = $_SERVER['DOCUMENT_ROOT'] . '/' . $config['subdirectory'] . 'users_content/'; | or | $config['users_content_server_path'] = '/' . $_SERVER['DOCUMENT_ROOT'] . '/' . $config['subdirectory'] . 'users_content/'; | or | $config['users_content_server_path'] = '/' . $config['subdirectory'] . '/users_content/'; | or | $config['users_content_server_path'] = $config'subdirectory' . 'users_content/'; | | */ $config'users_content_server_path' = $_SERVER'DOCUMENT_ROOT' . '/' . $config'subdirectory' . 'users_content/';

did you modified this variable?

dedi , teşekkurler şimdiden arkadaşlar.