• twitter image
  • facebook image
  • youtube image
  • linkedin image
Language: CMS Made Simple Czech CMS Made Simple France CMS Made Simple Spain CMS Made Simple Hungary CMS Made Simple Russia CMS Made Simple Netherlands

All times are UTC




Post new topic Reply to topic  [ 270 posts ]  Go to page Previous  1 ... 11, 12, 13, 14, 15, 16, 17, 18  Next
Author Message
 Post subject: Re: CMSMS 2.0 (say what now?!)
PostPosted: Fri Feb 29, 2008 10:12 am 
Offline
Power Poster
Power Poster

Joined: Wed Jul 04, 2007 3:39 pm
Posts: 293
PHP 5 as standard has a 128mb memory limit anyway on most hosts.

You have to move with the times I am afraid. PHP 4 is far too old.


Top
 Profile  
 
 Post subject: Re: CMSMS 2.0 (say what now?!)
PostPosted: Fri Feb 29, 2008 11:11 am 
Offline
Forum Members
Forum Members
User avatar

Joined: Tue Feb 28, 2006 5:35 pm
Posts: 76
I am not saying I don't have the facility to increase the memory but it is a work around again and not the server being set by the supplier to what would be considered reasonable by programmers. 
My host has both PHP4 and PHP5 and I can increase the memory by adding a file to root of my site php.ini and adding the one line memory_limit = 32M.
It works fine for me but as for 128MB I think they may bitch a bit at that as a modern server with only 1GB of memory and 1,000 websites on it with 20% using php they are asking for a crash.

Thanks anyway for the input it is just that I have encountered the problem and many developers do sometimes forget that must users don't have the same access levels to servers, the knowledge and know how they have, luckily for me they are good at what they do though.

Keep the good work up and I am look forward to a release version of 2.

_________________
Often Ignored but never forgotten


Top
 Profile  
 
 Post subject: Re: CMSMS 2.0 (say what now?!)
PostPosted: Mon Mar 03, 2008 3:52 pm 
Offline
Administrator
Administrator
User avatar

Joined: Fri Jun 11, 2004 6:58 pm
Posts: 3334
Location: Fairless Hills, Pa USA
Don't forget, this is a memory limit per request.  It's main purpose is to make sure that scripts don't run away, allocation a TON of resources and kill the server for the other requests.  It's meant to be a safety measure, not a measure of how well php can perform on a server.  This really shouldn't need to be tweaked, as the chances of a script that isn't flailing wildly out of control using 128 megs is pretty darn rare.  I hope that server administrators acknowledge this fact.

For those of you who care about these things, php 5.2.0 changed the default to a slightly more reasonable 16 megs.  PHP 5.2.1 upped it to 128 megs.  The 2.0 core will work within the confines of the 16 meg limit because 5.2.0 is the minimum requirement (right now a "regular" page render with menus, blog & comments uses about 6 megs -- that's 10 extra megs to play with for modules and stuff).

However, I see no reason to mess with the memory_limit.  If you're using enough modules to go over that limit, then chances are that you know what you're doing to fix it, or can at least google it.  It's one of those 80/20 issues that's best left to the "advanced" users and not causing potential support issues for us from the "newbies".

_________________
http://about.me/tedkulp


Top
 Profile  
 
 Post subject: Re: CMSMS 2.0 (say what now?!)
PostPosted: Mon Mar 03, 2008 9:19 pm 
Offline
Forum Members
Forum Members
User avatar

Joined: Tue Feb 28, 2006 5:35 pm
Posts: 76
Thanks Ted Just thought I would raise the issue as the greater majority of us lesser mortals don't even know how you all get the time to do what you do, never mind the mind blowing know how you need to accomplish it.
I would describe my self as a heavy or advanced user and no stretch to the imagination a coder so rely heavily on you your and the team's knowledge.
Looking forward to V2.

_________________
Often Ignored but never forgotten


Top
 Profile  
 
 Post subject: Re: CMSMS 2.0 (say what now?!)
PostPosted: Tue Mar 04, 2008 10:44 am 
Offline
Forum Members
Forum Members

Joined: Mon Feb 19, 2007 11:59 am
Posts: 130
I just want to say thank you for the work you are doing. I am looking forward to 2.0. (As I am no programmer, I cannot provide any help in the process.)


Top
 Profile  
 
 Post subject: Re: CMSMS 2.0 (say what now?!)
PostPosted: Fri Mar 14, 2008 4:47 pm 
Offline
New Member

Joined: Fri Mar 14, 2008 7:04 am
Posts: 1
Hi,

I'm always up for improvement... but please keep the adding new pages bit simple! I see this as one of most useful things for my clients as they really, really don't need any knowledge of HTML to do this - and the fact that it automatically adds the page to the menu... well, that just makes life so simple!

Appreciate the work you guys are doing  :)

Cheers,

Tracy


Top
 Profile  
 
 Post subject: Re: CMSMS 2.0 (say what now?!)
PostPosted: Wed Mar 19, 2008 10:09 am 
Offline
Translator
Translator
User avatar

Joined: Wed Apr 18, 2007 9:25 am
Posts: 457
Location: Germany
since a few days i do get an error when checking out of svn:

Error: URL 'http://svn.cmsmadesimple.org/svn/tinymce/branches/trunk' doesn't exist

simon

_________________
Top Forum Entries (en):
http://forum.cmsmadesimple.org/index.ph ... 450.0.html (Search Plugins for Firefox)
Top Forum Einträge (de):
http://forum.cmsmadesimple.org/index.ph ... 541.0.html (HowTo: CMSms Sicherheit ab Version 1.4.1)
http://forum.cmsmadesimple.org/index.ph ... 474.0.html (HowTo: CMSms-Tuning 1.x)
http://forum.cmsmadesimple.org/index.ph ... 465.0.html (Suchmaschinen Plugins für Firefox)

Delete unused lang files: http://forum.cmsmadesimple.org/index.ph ... l#msg65351 (own Script)

cmsmadesimple.org/api[doc]/ - the [old] API
-------
en: www.godlovestheworld.com • de: www.gottkennen.com - www.gottliebtsie.de


Top
 Profile  
 
 Post subject: Re: CMSMS 2.0 (say what now?!)
PostPosted: Wed Mar 19, 2008 10:58 am 
Offline
Power Poster
Power Poster

Joined: Mon May 29, 2006 1:20 pm
Posts: 1667
Location: Rouen
Hi,

Quote:
Error: URL 'http://svn.cmsmadesimple.org/svn/tinymce/branches/trunk' doesn't exist


http://svn.cmsmadesimple.org/svn/tinymce/trunk/

_________________
Jean-Claude Etiemble  1.11.7-Fr


Top
 Profile  
 
 Post subject: Re: CMSMS 2.0 (say what now?!)
PostPosted: Wed Mar 19, 2008 8:19 pm 
Got a similar error too

Quote:
Fehler: REPORT request failed on '/svn/tinymce/!svn/vcc/default'


It comes true if I make a SVN checkout of current 2.0 with TortoiseSVN ::) - looks like a wrong path.


Top
  
 
 Post subject: Re: CMSMS 2.0 (say what now?!)
PostPosted: Fri Mar 21, 2008 1:43 pm 
Offline
Administrator
Administrator
User avatar

Joined: Fri Jun 11, 2004 6:58 pm
Posts: 3334
Location: Fairless Hills, Pa USA
I'll just have to remove that external.  WYSIWYGs aren't working currently anyway.  Tiny is going to need a few changes to work with the 2.0 architecture...  and I still haven't made the 2.0 WYSIWYG methods yet on my end.  Better do that soon, I guess.

_________________
http://about.me/tedkulp


Top
 Profile  
 
 Post subject: Re: CMSMS 2.0 (say what now?!)
PostPosted: Mon Mar 31, 2008 6:59 pm 
Offline
Administrator
Administrator
User avatar

Joined: Fri Jun 11, 2004 6:58 pm
Posts: 3334
Location: Fairless Hills, Pa USA
I started this thread well over a year ago.  Scary!  Means I started 2.0 (then, 1.1) about 18 months ago.

Good news, though.  After my holiday and a few weeks of work, I'm back on the 2.0 wagon.  Also, I've managed to get calguy to take time to help the cause as well.  There is still a lot to be done, but having someone else along for the ride will definitely keep the motivation up.

In the last day, I've finalized the flat permissions handling and started working on content attributes.  In addition, I'm writing a subsystem that allow any object to have attributes.  This means when it comes time to extend the user handling so we have features more similar to what FrontEndUsers does, it'll be easier to accomplish because the data handling aspect will "just work".

I'll try to keep you guys updated as we go, so you have an idea what cool stuff you can look forward to in the near future.  Thanks for your patience on this "all too long" development process.

_________________
http://about.me/tedkulp


Top
 Profile  
 
 Post subject: Re: CMSMS 2.0 (say what now?!)
PostPosted: Tue Apr 01, 2008 2:33 pm 
Offline
Power Poster
Power Poster

Joined: Wed Jul 04, 2007 3:39 pm
Posts: 293
Keep it up guys. May give svn another run :).


Top
 Profile  
 
 Post subject: Re: CMSMS 2.0 (say what now?!)
PostPosted: Wed Apr 02, 2008 3:23 pm 
Offline
Support Guru
Support Guru

Joined: Mon Jul 24, 2006 3:27 pm
Posts: 3687
Location: Paris
Thank you Ted, thank you Calguy, thank you all the DevTeam and worldwide contributors.

1.2.x is VERY good. Hence the expectations about 2.x are HIGH.
I wish you the best for releasing 2.0.

Pierre M. :-)

_________________
-- Pierre, support team member. comodérateur du forum francophone.
Please read "how to submit installation/support requests" before posting. Don't send private messages to ask for support.
Want to contribute to CMSms ? Improve the wiki with your forum account.


Top
 Profile  
 
 Post subject: Re: CMSMS 2.0 (say what now?!)
PostPosted: Wed Apr 09, 2008 9:57 pm 
Offline
Forum Members
Forum Members

Joined: Mon Mar 24, 2008 8:26 pm
Posts: 13
CMSMS rules, keep up the excellent work, guys.


Top
 Profile  
 
 Post subject: Re: CMSMS 2.0 (say what now?!)
PostPosted: Thu Apr 10, 2008 11:37 pm 
Offline
Forum Members
Forum Members
User avatar

Joined: Thu Apr 13, 2006 11:24 pm
Posts: 128
Location: arizona
any ETA on the official 2.0 release? Im just excited.


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 270 posts ]  Go to page Previous  1 ... 11, 12, 13, 14, 15, 16, 17, 18  Next

All times are UTC


Who is online

Users browsing this forum: No registered users


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron
A2 Hosting