Search found 14 matches
- Wed Jan 28, 2015 4:54 pm
- Forum: CMSMS Core
- Topic: No Content Blocks Visible When Trying to Edit a Page
- Replies: 5
- Views: 1889
SOLVED-Re: No Content Blocks Visible When Trying to Edit a P
Velden and Paul, thank you for your help. It triggered my memory of reading that in version 1.8 the {stylesheet} tag was deprecated and replaced with the {cms_stylsheet} tag. Also, I checked my style sheets to make sure all urls were absolute. Those 2 changes brought editing of content back to life....
- Wed Jan 28, 2015 3:03 pm
- Forum: CMSMS Core
- Topic: No Content Blocks Visible When Trying to Edit a Page
- Replies: 5
- Views: 1889
Re: No Content Blocks Visible When Trying to Edit a Page
Velden, thanks for the reply and suggestions. You know the old saying about how the simplest explanation and solution is probably the right one. But in this case, it did not fix the problem. At this point, I am starting to think about having to completely remove the CMSMS installation and just insta...
- Tue Jan 27, 2015 9:51 pm
- Forum: CMSMS Core
- Topic: No Content Blocks Visible When Trying to Edit a Page
- Replies: 5
- Views: 1889
No Content Blocks Visible When Trying to Edit a Page
After a long, tedious, and what I thought was a carefully executed process of updating a CMSMS site from version 1.10.2 to 1.11.12, the website, http://www.baycreek.com , is publicly visible and I can log into the Admin Console. The problem is when I try to edit a page there are no content blocks vi...
- Sat Jan 09, 2010 9:30 pm
- Forum: CMSMS Core
- Topic: [SOLVED!!!!] Site is Down and Returns "Can't open socket" message
- Replies: 6
- Views: 1997
Re: Site is Down and Returns "Can't open socket" message
What does the system info page say, have they upgraded the server to PHP5.3?... Doc, the server is running PHP 5.2.6. But there is good news today. Last night I cleared the cache and today the site is back online. I have to conclude clearing the cache was the solution because I did not change anyth...
- Fri Jan 08, 2010 10:32 pm
- Forum: CMSMS Core
- Topic: [SOLVED!!!!] Site is Down and Returns "Can't open socket" message
- Replies: 6
- Views: 1997
Re: Site is Down and Returns "Can't open socket" message
Yes, Rolf. IX Webhosting checked the database server and webserver. They say it looks good from their side. It is odd because it is still possible to log into the admin console. I am going to run through your suggestions to diagnose where the problem might be tonight. Thanks for your continuing inte...
- Thu Jan 07, 2010 9:11 pm
- Forum: CMSMS Core
- Topic: [SOLVED!!!!] Site is Down and Returns "Can't open socket" message
- Replies: 6
- Views: 1997
Re: Site is Down and Returns "Can't open socket" message
I have not tried any of those suggestions, Rolf. Thanks for pointing me in the right direction. I'll give them a try and post the results.
The site is at baycreek.com.
Mitch
The site is at baycreek.com.
Mitch
- Tue Jan 05, 2010 2:40 am
- Forum: CMSMS Core
- Topic: [SOLVED!!!!] Site is Down and Returns "Can't open socket" message
- Replies: 6
- Views: 1997
[SOLVED!!!!] Site is Down and Returns "Can't open socket" message
1/5/2010 Update: I tried to enable the "Site Down Message" in the Global Settings, but that did not work. This problem started about 2 weeks ago on the website of one of my clients. The site has been running without incident since spring 2009. We are running CMSMS version 1.5.4 on an Apac...
- Sat Feb 02, 2008 10:54 pm
- Forum: CMSMS Core
- Topic: [SOLVED]Modules error after 1.2.2 -> 1.2.3 upgrade?
- Replies: 5
- Views: 3367
Re: [SOLVED]Modules error after 1.2.2 -> 1.2.3 upgrade?
Thanks for this post. I had the same situation and this was the solution that fixed it for me too. Just wanted to let folks know. 

- Sun Jul 15, 2007 2:03 pm
- Forum: CMSMS Core
- Topic: Contact Form is fine in Firefox but really narrow in IE
- Replies: 3
- Views: 1480
Re: Contact Form is fine in Firefox but really narrow in IE
How do I access the code to make the alterations you have suggested? The file you need to edit resides in the plugins folder and is named function.contact_form.php. You should be able to access it on your local files but it not, just FTP it there to edit. Open this file with a text editor and look ...
- Thu Jun 21, 2007 1:04 am
- Forum: Modules/Add-Ons
- Topic: A new gallery manager : Album
- Replies: 312
- Views: 140498
Re: A new gallery manager : Album
Do images have to be upload to the /uploads/images folder in order for CMSMS to create thumbnails? I created some folders within /uploads/images and no thumbnails are available. But when I uploaded an image to /uploads/images CMSMS created the thumbnail. I sure would like to sort photos within folde...
- Sun Jun 17, 2007 12:22 am
- Forum: Layout and Design (CSS & HTML)
- Topic: contact form width
- Replies: 3
- Views: 2140
Re: contact form width
Look for this line: $formStyle = 'style="width:520px; important; font-weight: bold;"'; // form in the file function.contact_form.php in the plugin folder. The original width was expressed at 30em. I settled for a compromise by specifying the width in pixels. I just don't have time to try a...
- Wed Jun 06, 2007 2:27 am
- Forum: [locked] Installation, Setup and Upgrade
- Topic: image manager invaild xml response
- Replies: 8
- Views: 3352
Re: image manager invaild xml response
I was having a similar problem, not being able to upload files with the File Manager or the Image Manager. Here's what my php.ini file looks like now after setting file_uploads to On from Off. register_globals = on include_path = ".:/usr/local/php/share/pear" zend_optimizer.optimization_le...
- Fri Jan 05, 2007 12:05 am
- Forum: Layout and Design (CSS & HTML)
- Topic: How can I chnage the name of the admin login page title, etc?
- Replies: 5
- Views: 3341
Re: How can I chnage the name of the admin login page title, etc?
Look at line 51 in /your-installation-dir/admin/themes/default/login.php to edit the footer text of the admin panel login page. My assumption is that if you wanted to create an entirely new admin theme you could copy the default theme folder and all its contents to a folder with a new name and start...
- Tue Jan 02, 2007 11:09 pm
- Forum: Layout and Design (CSS & HTML)
- Topic: How can I chnage the name of the admin login page title, etc?
- Replies: 5
- Views: 3341
Re: How can I chnage the name of the admin login page title, etc?
I found the string of text defined in 'logintitle' in admin/land/en_US/admin.inc.php. The line looks like this: $lang['admin']['logintitle'] = 'CMS Made Simple Admin Login'; // needs translation I used a text editor to change the text 'CMS Made Simple Admin Login' to what I wanted and then FTPed the...