- Katılım
- 22 Kasım 2010
- Mesajlar
- 49
- Reaction score
- 1
bi sorunum var yurt dışından bir script aldım fakat adamlar şunu düzenliyeceksiniz diye mail attı anlayamadım bu php kod nasıl düzenliyeceğim siteme göre
did you modified this variable?
dedi , teşekkürler şimdiden arkadaşlar.
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/';
dedi , teşekkürler şimdiden arkadaşlar.