My local url's for CMS MS are full of '///////////' ...
Posted: Tue Apr 25, 2006 8:44 am
Hi All,
I'm new here and I hope you can help. I'm running CMS MS version 0.12.1 with PHP 4.3.8 and MySQL 3.23.
I installed CMS MS fine and all went to plan. When I use certain items in the admin though I see this error:
BTW my server address is http://localhost/ and the folder CMSMS is sitting in is application_sites/CMS_Simple
Actually, it may help if I included my config.php
Thanks
Sarah
I'm new here and I hope you can help. I'm running CMS MS version 0.12.1 with PHP 4.3.8 and MySQL 3.23.
I installed CMS MS fine and all went to plan. When I use certain items in the admin though I see this error:
It happens when I try to log out, for example, or move a page up or down in the order. Things still seem to work i.e. if I move the order of a page I get the error above but when I click back the page has indeed moved! I'm thinking this could be a configuration problem but I'm not sure so any help would be appriciated.Forbidden
You don't have permission to access /application_sites\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\CMS_Simple\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\/admin/login.php on this server.
Apache/1.3.27 Server at localhost Port 80
BTW my server address is http://localhost/ and the folder CMSMS is sitting in is application_sites/CMS_Simple
Actually, it may help if I included my config.php
$config['dbms'] = 'mysql';
$config['db_hostname'] = 'localhost';
$config['db_username'] = '*****';
$config['db_password'] = '*******';
$config['db_name'] = 'cmsms';
$config['db_prefix'] = 'cms_';
$config['root_url'] = 'http://localhost/application_sites/CMS_Simple/';
$config['root_path'] = 'c:\program files\apache group\apache\htdocs\application_sites\cms_simple';
$config['query_var'] = 'page';
$config['use_bb_code'] = false;
$config['use_smarty_php_tags'] = false;
$config['previews_path'] = 'c:\program files\apache group\apache\htdocs\application_sites\cms_simple/tmp/cache';
$config['uploads_path'] = 'c:\program files\apache group\apache\htdocs\application_sites\cms_simple/uploads';
$config['uploads_url'] = 'http://localhost/application_sites/CMS_Simple//uploads';
$config['max_upload_size'] = 1000000;
$config['debug'] = false;
$config['assume_mod_rewrite'] = false;
$config['auto_alias_content'] = true;
$config['image_manipulation_prog'] = 'GD';
$config['image_transform_lib_path'] = '/usr/bin/ImageMagick/';
$config['use_Indite'] = false;
$config['image_uploads_path'] = 'c:\\program files\\apache group\\apache\\htdocs\\application_sites\\cms_simple/uploads/images';
$config['image_uploads_url'] = 'http://localhost/application_sites/CMS_ ... ads/images';
$config['default_encoding'] = '';
$config['disable_htmlarea_translation'] = false;
$config['admin_dir'] = 'admin';
$config['persistent_db_conn'] = false;
$config['default_upload_permission'] = '664';
$config['page_extension'] = '.html';
$config['use_adodb_lite'] = true;
$config['locale'] = '';
$config['admin_encoding'] = 'utf-8';
Thanks
Sarah