Problem editing pages in CMSMS 0.10.4

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Post Reply
sebjames
New Member
New Member
Posts: 5
Joined: Thu Jul 06, 2006 11:38 am

Problem editing pages in CMSMS 0.10.4

Post by sebjames »

Hello there,

I want to install a site with cmsms 0.10.4, which I know is old, but I have a template which works for this version - I need phplayers, basically. I've had a couple of sites on cmsms 0.10.x and they have been great, so thanks for developing an excellent application.

The new site is running at www.wmltd.co.uk/cmsms at the moment, on a server running apache which announces itself as version 1.3.33. mysql is 4.0.21 and php is version 4.3.10. register_globals is set to "On".

The install process worked fine. The problem occurs when I try to change one of the pages - I go to the page in the admin section, and then I edit it, and all appears fine. However, when I then press "Preview", "Apply" or "Submit", I get a 404 error:

Code: Select all

Not Found
The requested URL /cmsms/admin/editcontent.php was not found on this server.

Apache/1.3.33 Server at wmltd.co.uk Port 80
Which is odd, because the script is definitely there. I had a search on these forums and couldn't find anything userful. I wonder if there is something odd about my ISP's server setup? Here is my config.php:

Code: Select all

<?php

$config['dbms'] = 'mysql';
$config['db_hostname'] = 'mysql.someserver.net';
$config['db_username'] = '*****';
$config['db_password'] = '*****';
$config['db_name'] = '*****';
$config['db_prefix'] = 'cms_';
$config['root_url'] = 'http://wmltd.co.uk/cmsms/';
$config['root_path'] = '/hsphere/local/home/wmltd/wmltd.co.uk/cmsms';
$config['query_var'] = 'page';
$config['use_bb_code'] = false;
$config['use_smarty_php_tags'] = false;
$config['previews_path'] = '/hsphere/local/home/wmltd/wmltd.co.uk/cmsms/tmp/cache';
$config['uploads_path'] = '/hsphere/local/home/wmltd/wmltd.co.uk/cmsms/uploads';$config['uploads_url'] = 'http://wmltd.co.uk/cmsms/uploads';
$config['max_upload_size'] = 1000000;
$config['debug'] = true;
$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'] = '/hsphere/local/home/wmltd/wmltd.co.uk/cmsms/uploads/images';
$config['image_uploads_url'] = 'http://wmltd.co.uk/cmsms/uploads/images';
$config['default_encoding'] = '';
$config['disable_htmlarea_translation'] = false;
$config['admin_dir'] = 'admin';
$config['persistent_db_conn'] = true;
$config['default_upload_permission'] = '664';
$config['page_extension'] = '.shtml';
$config['locale'] = 'en_US';

?>
Hoping someone can shed some light on why I can't edit the pages.

Seb James
cyberman

Re: Problem editing pages in CMSMS 0.10.4

Post by cyberman »

sebjames wrote: I need phplayers
Haven't tried it - but perhaps it's possible phplayers module works with newer /current CMSms versions  ::).

Code: Select all

Not Found
The requested URL /cmsms/admin/editcontent.php was not found on this server.

Apache/1.3.33 Server at wmltd.co.uk Port 80
Hmm, was not found means there's nothing to found  :) - please look here:
sebjames wrote: The new site is running at www.wmltd.co.uk/cmsms at the moment,

Code: Select all

$config['root_url'] = 'http://wmltd.co.uk/cmsms/';

$config['uploads_url'] = 'http://wmltd.co.uk/cmsms/uploads';

$config['image_uploads_url'] = 'http://wmltd.co.uk/cmsms/uploads/images';
Think there's a wrong path - don't know your servers config but it's possible that www.wmltd.co.uk is not the same like wmltd.co.uk.

Please try to add www. in config.php.
sebjames
New Member
New Member
Posts: 5
Joined: Thu Jul 06, 2006 11:38 am

Re: Problem editing pages in CMSMS 0.10.4

Post by sebjames »

cyberman wrote:
sebjames wrote: I need phplayers
Haven't tried it - but perhaps it's possible phplayers module works with newer /current CMSms versions  ::).

Code: Select all

Not Found
The requested URL /cmsms/admin/editcontent.php was not found on this server.

Apache/1.3.33 Server at wmltd.co.uk Port 80
Hmm, was not found means there's nothing to found  :) - please look here:
sebjames wrote: The new site is running at www.wmltd.co.uk/cmsms at the moment,

Code: Select all

$config['root_url'] = 'http://wmltd.co.uk/cmsms/';

$config['uploads_url'] = 'http://wmltd.co.uk/cmsms/uploads';

$config['image_uploads_url'] = 'http://wmltd.co.uk/cmsms/uploads/images';
Think there's a wrong path - don't know your servers config but it's possible that www.wmltd.co.uk is not the same like wmltd.co.uk.

Please try to add www. in config.php.
That didn't help - I'm sure wmltd.co.uk is the same as www.wmltd.co.uk. Same "not found" error...  :(
User avatar
quadracer
Forum Members
Forum Members
Posts: 44
Joined: Wed Apr 26, 2006 9:59 am

Re: Problem editing pages in CMSMS 0.10.4

Post by quadracer »

Have you tried to reupload the missed file once again?

Long time ago I'd the same problem - don't know why but the ftp upload wasn't complete. Than it works ...
User avatar
quadracer
Forum Members
Forum Members
Posts: 44
Joined: Wed Apr 26, 2006 9:59 am

Re: Problem editing pages in CMSMS 0.10.4

Post by quadracer »

sebjames wrote: I want to install a site with cmsms 0.10.4, which I know is old, but I have a template which works for this version - I need phplayers, basically.
What especially do you need from phplayers? Perhaps someone in forum can helps you to transform this to template for menumanager of current CMSms version  ;) ...
Post Reply

Return to “CMSMS Core”