Announcing CMS Made Simple v1.4 "Jamaica"

Project Announcements. This is read-only, as in... not for problems/bugs/feature request.
libralion
Forum Members
Forum Members
Posts: 191
Joined: Fri Jul 11, 2008 4:11 pm
Location: The Netherlands

Re: Announcing CMS Made Simple v1.4 "Jamaica"

Post by libralion »

Thanks for this new release. :D
Is there somewhere a manual for all the new features?

Johanna
User avatar
Silmarillion
Dev Team Member
Dev Team Member
Posts: 483
Joined: Sun Jan 02, 2005 9:10 pm
Location: Denmark

Re: Announcing CMS Made Simple v1.4 "Jamaica"

Post by Silmarillion »

mikeim

If you can, then please checkout TinyMCE-svn as I did a small fix which might (or might not) solve your problem...

Sil.
mikeim wrote: Thanks alby, hope you had a good vacation.

Unfortunately, this is not the case for me.
When I select a file, the field gets filled like so: /www.site.com/uploads/file.pdf
And when I apply changes to page and test front-end, the url ends up being: /www.website.com/www.website.com/uploads/file.pdf
Ziggywigged
Power Poster
Power Poster
Posts: 424
Joined: Sat Feb 02, 2008 12:42 am
Location: USA

Re: Announcing CMS Made Simple v1.4 "Jamaica"

Post by Ziggywigged »

alby: I checked that my paths are correct

Silmarillion: Please excuse my noobness but I've never used the svn before. Just downloaded ( from this link http://dev.cmsmadesimple.org/snapshots.php?group_id=12 )but not sure what I'm looking for exactly.
Take a penny, leave a penny.
alby

Re: Announcing CMS Made Simple v1.4 "Jamaica"

Post by alby »

mikeim wrote: Silmarillion: Please excuse my noobness but I've never used the svn before. Just downloaded ( from this link http://dev.cmsmadesimple.org/snapshots.php?group_id=12 )but not sure what I'm looking for exactly.
Go here and download the attach

Alby
Ziggywigged
Power Poster
Power Poster
Posts: 424
Joined: Sat Feb 02, 2008 12:42 am
Location: USA

Re: Announcing CMS Made Simple v1.4 "Jamaica"

Post by Ziggywigged »

Thanks alby, just downloaded and replaced but unfortunately it didn't fix my issue.

Here is my uploads_url in config.php:

Code: Select all

$config['uploads_url'] = $config['root_url'] . '/uploads';
And my uploads_path:

Code: Select all

$config['uploads_path'] = '/var/www/hosts/website.com/http/uploads';
which seem correct to me.
Take a penny, leave a penny.
RonnyK
Support Guru
Support Guru
Posts: 4962
Joined: Wed Oct 25, 2006 8:29 pm
Location: Raalte, the Netherlands

Re: Announcing CMS Made Simple v1.4 "Jamaica"

Post by RonnyK »

Mikeim,

The fix alby pointed you at, was not for your issue.... I will post those files later, for you to test....

When that test is succesfull, I will post those files in the post mentioned as well...


Ronny
Ziggywigged
Power Poster
Power Poster
Posts: 424
Joined: Sat Feb 02, 2008 12:42 am
Location: USA

Re: Announcing CMS Made Simple v1.4 "Jamaica"

Post by Ziggywigged »

Ok, thanks Ronny.

Might be worth mentioning that I have my admin using https with the help of htaccess. Not sure if that would have anything to do with it.
Take a penny, leave a penny.
stopsatgreen
Power Poster
Power Poster
Posts: 322
Joined: Sat Feb 04, 2006 1:24 am
Location: London, England

Re: Announcing CMS Made Simple v1.4 "Jamaica"

Post by stopsatgreen »

RonnyK wrote:The fix alby pointed you at, was not for your issue.... I will post those files later, for you to test....
That's the fourth fix, I believe; doesn't that warrant a 1.4.1 release?
calguy1000
Support Guru
Support Guru
Posts: 8169
Joined: Tue Oct 19, 2004 6:44 pm
Location: Fernie British Columbia, Canada

Re: Announcing CMS Made Simple v1.4 "Jamaica"

Post by calguy1000 »

Yeah, we're discussing a 1.4.1 release now.  We'll probably wait for a few more days though (and I have to write a brand new script to create diff releases).
Follow me on twitter
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
RonnyK
Support Guru
Support Guru
Posts: 4962
Joined: Wed Oct 25, 2006 8:29 pm
Location: Raalte, the Netherlands

Re: Announcing CMS Made Simple v1.4 "Jamaica"

Post by RonnyK »

mikeim,

please download the attached files, remove the .mpg at the end, and move the 2 to the /modules/TintMCE/templates folder.

Could you give feedback on the test, as I can put the fix in the general post than as well...

Ronny
Attachments

[The extension mpg has been deactivated and can no longer be displayed.]

[The extension mpg has been deactivated and can no longer be displayed.]

Ziggywigged
Power Poster
Power Poster
Posts: 424
Joined: Sat Feb 02, 2008 12:42 am
Location: USA

Re: Announcing CMS Made Simple v1.4 "Jamaica"

Post by Ziggywigged »

Ronny,

Uploaded new files, cleared cache from admin and browser and reset all TinyMCE options to default and I'm still ending up with same result: /www.webadress.com/uploads/etc...
Last edited by Anonymous on Wed Aug 06, 2008 8:34 pm, edited 1 time in total.
Take a penny, leave a penny.
RonnyK
Support Guru
Support Guru
Posts: 4962
Joined: Wed Oct 25, 2006 8:29 pm
Location: Raalte, the Netherlands

Re: Announcing CMS Made Simple v1.4 "Jamaica"

Post by RonnyK »

mikeim,

just to be sure....

You did rename, and the 2 old files are overwritten in the templates-folder of TinyMCE?

Ronny
alby

Re: Announcing CMS Made Simple v1.4 "Jamaica"

Post by alby »

mikeim wrote: cleared cache from admin and browser
because is a smarty template (even if it is in Admin part), drop all files in tmp/templates_c also

Alby
Ziggywigged
Power Poster
Power Poster
Posts: 424
Joined: Sat Feb 02, 2008 12:42 am
Location: USA

Re: Announcing CMS Made Simple v1.4 "Jamaica"

Post by Ziggywigged »

Deleted all (but index.html) in tmp/template_c and still same result.
I notice that turning on and off the wysiwyg then looking at the code, Tiny removes the first / it initially adds but then I'm still left with: www.website.com/uploads/etc...

BTW, I upgraded using the base package. Should I have used the full package?
Last edited by Anonymous on Thu Aug 07, 2008 8:21 pm, edited 1 time in total.
Take a penny, leave a penny.
cb2004
Power Poster
Power Poster
Posts: 317
Joined: Wed Jul 04, 2007 3:39 pm

Re: Announcing CMS Made Simple v1.4 "Jamaica"

Post by cb2004 »

The forge really should be updated with the latest modules. Module Manager is still showing FileManager 0.3.0b1. Is this not a version with the securiy risk still there?
Post Reply

Return to “Announcements”