Search found 6 matches
- Fri May 01, 2020 11:25 am
- Forum: Modules/Add-Ons
- Topic: module manager only show message
- Replies: 2
- Views: 987
Re: module manager only show message
I think I have the same problem. I'm upgrading an old installation v.1.9.4.3 which stopped working recently - blank page. I couldn't use the module manager in admin so I followed the upgrade instructions and went to v 1.10.3. I had a notification about upgrading core and DB format from 34 to 35 whic...
- Thu Apr 30, 2020 3:35 pm
- Forum: CMSMS Core
- Topic: Reinstalled CMSMS with no prefix, restored db with prefixes
- Replies: 2
- Views: 1195
Re: Reinstalled CMSMS with no prefix, restored db with prefi
for anyone else with this problem I see the answer I wanted is one line in config.php:
$config['db_prefix'] = 'cms_';
$config['db_prefix'] = 'cms_';
- Tue Apr 28, 2020 5:29 pm
- Forum: CMSMS Core
- Topic: Reinstalled CMSMS with no prefix, restored db with prefixes
- Replies: 2
- Views: 1195
Re: Reinstalled CMSMS with no prefix, restored db with prefi
I copied the tablenames from phpmyadmin and created a script in Editpad to rename them all.
I can now see all my data in phpmyadmin and I can log in to CMSMS admin, but no pages appear in Content/pages.
I'll reinstall it on my PC and try to find out what's going on.
I can now see all my data in phpmyadmin and I can log in to CMSMS admin, but no pages appear in Content/pages.
I'll reinstall it on my PC and try to find out what's going on.
- Tue Apr 28, 2020 11:13 am
- Forum: CMSMS Core
- Topic: Reinstalled CMSMS with no prefix, restored db with prefixes
- Replies: 2
- Views: 1195
Reinstalled CMSMS with no prefix, restored db with prefixes
Hi, I had a problem with an old CMSMS 1.9.4.3 site so I reinstalled from the CMSMS installer and restored the db from a backup. Unfortunately I erased the cms_ prefix during the installation, forgetting that the files used it. Is there somewhere I can add 'cms_' to the configuration or do I need to ...
- Mon May 23, 2011 1:03 pm
- Forum: [locked] Installation, Setup and Upgrade
- Topic: [solved] news category link gives 404 Not Found
- Replies: 3
- Views: 1509
Re: news category link gives 404 Not Found
Thanks for your quick reply. I found the reference to "news" in the section for News in the copy of the "CSSMenu left + 1 column" template I am using: {* Start News, stylesheet "Module: News" *} <div id="news"> <h2>News</h2> {news number='3' detailpage='news'}...
- Mon May 23, 2011 8:57 am
- Forum: [locked] Installation, Setup and Upgrade
- Topic: [solved] news category link gives 404 Not Found
- Replies: 3
- Views: 1509
[solved] news category link gives 404 Not Found
Hi, I am setting up my second website with CMSMS, for a French association, so I'm rather inexperienced. I installed 1.9.4.1 "Faanui" on a distant linux server, created one page OK, copied the templates and stylesheets I wanted to use, and set up the site as they wanted it. The default &qu...