Search found 10 matches

by nlindq
Wed Sep 03, 2014 3:09 pm
Forum: CMSMS Core
Topic: [SOLVED] Unable to add new content
Replies: 1
Views: 1491

Re: Unable to add new content

Okay, I believe I may have figured this out. I noticed all the *_seq tables in the MySQL schema which didn't exist in the old PostgreSQL schema. Due to the method I used to migrate my data, those tables ended up with no rows in them as there was nothing to import. It seems that CMSMS does not rely o...
by nlindq
Wed Sep 03, 2014 2:15 pm
Forum: CMSMS Core
Topic: [SOLVED] Unable to add new content
Replies: 1
Views: 1491

[SOLVED] Unable to add new content

I upgraded to the latest (at the time) 1.11.10 version of CMSMS several months ago, also migrating from PostgreSQL to the required MySQL. At the time I'd thought everything was working, but I guess nobody had attempted to add new content until now. ETA: I should mention that modifying existing conte...
by nlindq
Thu May 22, 2014 5:03 pm
Forum: [locked] Installation, Setup and Upgrade
Topic: [SOLVED] Spurious characters in content after upgrade
Replies: 5
Views: 2356

Re: Spurious characters in content after upgrade

There are two things that could be up: a: The mysql import file contained the utf-8 characters, but did not create the tables and fields in utf-8 character sets My process for transitioning from Postgres to MySQL involved using the usual install process to generate the database tables, followed by ...
by nlindq
Wed May 21, 2014 9:18 pm
Forum: [locked] Installation, Setup and Upgrade
Topic: [SOLVED] Spurious characters in content after upgrade
Replies: 5
Views: 2356

Re: Spurious characters in content after upgrade

Certainly: <?php # CMS Made Simple Configuration File # Documentation: /doc/CMSMS_config_reference.pdf # $config['dbms'] = 'mysqli'; $config['db_hostname'] = 'localhost'; $config['db_username'] = 'cms_user'; $config['db_password'] = '*****'; $config['db_name'] = 'maei_cms'; $config['db_prefix'] = 'c...
by nlindq
Wed May 21, 2014 7:23 pm
Forum: [locked] Installation, Setup and Upgrade
Topic: [SOLVED] Spurious characters in content after upgrade
Replies: 5
Views: 2356

[SOLVED] Spurious characters in content after upgrade

I've recently upgraded from 1.6.10 with PostgreSQL all the way to 1.11.10 (with every major release step upgraded in between) on MySQL 5.1.73. PHP is version 5.3.3, all running on CentOS 6.x. After the switch to MySQL (at the 1.10.3 upgrade step), spurious high-byte characters showed up on some of t...
by nlindq
Thu May 15, 2014 3:37 pm
Forum: [locked] Installation, Setup and Upgrade
Topic: Can't access File Manger folders after update {SOLVED}
Replies: 1
Views: 1431

Re: Can't access File Manger folders after update {SOLVED}

I solved this while awaiting assistance. I removed the old but updated config file and replaced it with the much reduced in size config file created during a brand new install. This solved the problem. I did a little more digging, and the specific directive causing the problem appears to be root_pa...
by nlindq
Mon May 12, 2014 7:33 pm
Forum: [locked] Installation, Setup and Upgrade
Topic: Can't open subdirectories in File Manager after upgrade
Replies: 1
Views: 1334

Can't open subdirectories in File Manager after upgrade

After upgrading to 1.10.3, I'm unable to open any subdirectories in FileManager. Checked filesystem permissions, and the apache user is able to read/write everything under uploads . I'm able to create and delete subdirectories with FM, too. If I Enable Advanced Mode under Settings, I'm able to open ...
by nlindq
Tue Dec 23, 2008 9:52 pm
Forum: [locked] Installation, Setup and Upgrade
Topic: Sitemap ?
Replies: 13
Views: 6228

Re: Sitemap ?

I'd check theEvents and see if it's tied to the post of eidt and such, if not then tie them on... that'll be a start... hope it's that :) I had this exact same issue with CMSMS version 1.5.1 and the latest SitemapMadeSimple.  Directory permissions were set properly, but no sitemap.xml.  In the Even...
by nlindq
Mon Feb 04, 2008 6:38 am
Forum: Layout and Design (CSS & HTML)
Topic: [solved] Error importing CMSMS templates
Replies: 3
Views: 2802

Re: Error importing CMSMS templates

Various modules and a few core DB items are slightly broken in Postgres at the moment.  I just fixed them all today. Your error is the expectation that an INSERT with a VALUE in one of the columns of '' is the same as integer zero.  It's not. First fix, lib/classes/class.content.inc.php around line...
by nlindq
Fri Feb 01, 2008 2:47 am
Forum: Layout and Design (CSS & HTML)
Topic: [solved] Error importing CMSMS templates
Replies: 3
Views: 2802

[solved] Error importing CMSMS templates

I have a fresh installation of CMSMS 1.2.3 running on RHEL4 with php 4.3.9 and PostgreSQL 8.1.x. Filesystem permissions are wide open for the directories listed in the installation instructions. Whenever I try and import any of the XML theme or theme template files from the CMSmS themes site using t...

Go to advanced search