The requested URL /listcontent.php was not found on this server.

Help with getting the CMS CORE package up and running. This does not include 3rd party modules, PHP scripts, anything downloaded via module manager or from any external source.
Locked
pedantics

The requested URL /listcontent.php was not found on this server.

Post by pedantics »

new install of cmsms - in a subdirectory eg. http://domain.com/cmsms - and everything seemed to be working...

HOWEVER, when editing any content (upon "submit") it tries to redirect to the root directory on the site eg. http://domain.com/listcontent.php

this doesn't seem to be a problem with the config file - as all the paths are correct and everything else is working - so I'm dumbfounded, especially considering the listcontent file is actually located in the admin directory of the install path.

I have no idea what I'm doing wrong. anybody able to throw me some advice?

cheers
peter
pedantics

Re: The requested URL /listcontent.php was not found on this server.

Post by pedantics »

p.s. when I say "editing content" I mean, of course, using the script's administration tool. upon deeper investigation, this error appears when trying to edit content at any level...

:(
Last edited by pedantics on Tue May 02, 2006 3:50 pm, edited 1 time in total.
Russ
Power Poster
Power Poster
Posts: 813
Joined: Fri Nov 25, 2005 5:02 pm

Re: The requested URL /listcontent.php was not found on this server.

Post by Russ »

Check your config.php paths and what you have set in .htaccess if anything?

Hope this helsp,
Russ
pedantics

Re: The requested URL /listcontent.php was not found on this server.

Post by pedantics »

I'm not using an .htaccess - could using one with the rewritebase command be an answer?

here's my config settings - cmsms is installed at http://domain.com/site - can you see anything wrong here? I can't...

$config['dbms'] = 'mysql';
$config['db_hostname'] = 'mysql.domain.com';
$config['db_username'] = 'username';
$config['db_password'] = 'password';
$config['db_name'] = 'domain.com';
$config['db_prefix'] = 'cms_';
$config['root_url'] = 'http://www.domain.com/site';
$config['root_path'] = '/shared/home4/domain.com/site';
$config['query_var'] = 'page';
$config['use_bb_code'] = false;
$config['use_smarty_php_tags'] = false;
$config['previews_path'] = '/shared/home4/domain.com/site/tmp/cache';
$config['uploads_path'] = '/shared/home4/domain.com/site/uploads';
$config['uploads_url'] = 'http://www.domain.com/site/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'] = '/shared/home4/domain.com/site/uploads/images';
$config['image_uploads_url'] = 'http://www.domain.com/site/uploads/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';

any help would be great - am a little out of my league here so this is a good learning experience. :)
Russ
Power Poster
Power Poster
Posts: 813
Joined: Fri Nov 25, 2005 5:02 pm

Re: The requested URL /listcontent.php was not found on this server.

Post by Russ »

Do you have a url we can see?

Russ
Locked

Return to “[locked] Installation, Setup and Upgrade”