Announcing CMS Made Simple 1.2 Beta 3

Project Announcements. This is read-only, as in... not for problems/bugs/feature request.
stopsatgreen
Power Poster
Power Poster
Posts: 322
Joined: Sat Feb 04, 2006 1:24 am
Location: London, England

Re: Announcing CMS Made Simple 1.2 Beta 3

Post by stopsatgreen »

Have just updated a site from 1.08 to 1.2-b3, and all went absolutely fine as far as I can see. Will continue to test.
rab
Forum Members
Forum Members
Posts: 120
Joined: Wed Sep 05, 2007 8:35 pm

Re: Announcing CMS Made Simple 1.2 Beta 3

Post by rab »

Fresh install on Win2kPro running Xampp:

Install error: the "tmp" directory had no subdirectories, so I created "templates_c" and "cache", hit Try Again button, and installation completed smoothly.

Then installed the following modules:

- Album 0.9.2
- BlankoftheMonth 1.1
- Calendar 0.7.10 - got this error ->
    Warning: implode() [function.implode]: Bad arguments. in
    C:\xampp\htdocs\LAX\lib\adodb_lite\adodb-datadict.inc.php on line 726
- Captcha 0.3
- CategoryManager 0.3
- ConfigGUI .2
- CGExtensions 1.1
- CompanyDirectory 1.1
- Diagnostics 0.2
- FormBrowser 0.2
- FormBuilder 0.4.4
- FrontEndUsers 1.2.0
- Glossary 0.5.1
- Guestbook 1.1.9
- NMS 1.0.1
- Questions 1.0
- SimpleGoogleMap 1.0.1
- SystemInfo 0.1.2
- TemplateManager 0.2
- Uploads 1.3.0

If there are any known problems with these mods which would make testing them useless, please let me know.

Onwards!
rab
Forum Members
Forum Members
Posts: 120
Joined: Wed Sep 05, 2007 8:35 pm

Re: Announcing CMS Made Simple 1.2 Beta 3

Post by rab »

Diagnostics mod error, as follows:

I selected Diagnostics mod -> Full Report -> Download directly and got this error:

Fatal error: Call to undefined method pear_ADOConnection::MetaTables() in C:\xampp\htdocs\LAX\lib\adodb_lite\adodb-datadict.inc.php on line 219

Warning: Unknown: 1 result set(s) not freed. Use mysql_free_result to free result sets which were requested using mysql_query() in Unknown on line 0

Have no clue whether this is CMSms or module problem, I'm just reporting all errors.
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 1.2 Beta 3

Post by calguy1000 »

The diagnostics module requires the full adodb not adodb_lite
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.
tsw
Power Poster
Power Poster
Posts: 1408
Joined: Tue Dec 13, 2005 10:50 pm
Location: Finland

Re: Announcing CMS Made Simple 1.2 Beta 3

Post by tsw »

Sounds like diagnostics module depends on full adodb.

So this is not a core bug, its a module bug.
donnut

Re: Announcing CMS Made Simple 1.2 Beta 3

Post by donnut »

Hi,

I noticed that the sub directories of tmp in all of the cmsmadesimpe-1.2beta?.tar.gz files are missing (cache, configs, templates and template_c). A clean install and chmod 777 tmp, as the installation instruction suggests, fails for the obvious reason.

Donnut
rab
Forum Members
Forum Members
Posts: 120
Joined: Wed Sep 05, 2007 8:35 pm

Re: Announcing CMS Made Simple 1.2 Beta 3

Post by rab »

Got this error 3 times now:

Fatal error: Out of memory (allocated 12845056) (tried to allocate 1572864 bytes) in C:\xampp\htdocs\LAX\modules\FrontEndUsers\lang\en_US.php on line 530

Forum search for "Out of Memory" and "FrontEndUsers" produced many posts which seemed to suggest 16MB should be workable minimum, so this error doesn't make sense, since my php.ini has memory_max of 32MB and my box has 640MB. Or maybe I'm missing something?

Apache error log says:
----------------------------------------------
[Wed Oct 03 15:50:41 2007] [notice] Child 492: Listening on port 80.
[Wed Oct 03 15:50:49 2007] [error] [client 127.0.0.1] PHP Warning:  Unknown: 1 result set(s) not freed. Use mysql_free_result to free result sets which were requested using mysql_query() in Unknown on line 0, referer: http://localhost/phpmyadmin/
[new_snode] Warning: String exceeds storage size

[new_snode] Warning: String exceeds storage size

[new_snode] Warning: String exceeds storage size

Warning: Truncating oversized username
Skipping bad record (6312)
Warning: Truncating oversized request field
[new_snode] Warning: String exceeds storage size

[new_snode] Warning: String exceeds storage size

[new_snode] Warning: String exceeds storage size
---------------------------------------------------------------

Restarting Apache fixes the problem, but only temporarily.
Last edited by rab on Wed Oct 03, 2007 8:13 pm, edited 1 time in total.
KO
Power Poster
Power Poster
Posts: 562
Joined: Mon Nov 06, 2006 7:55 pm
Location: Helsinki, Finland

Re: Announcing CMS Made Simple 1.2 Beta 3

Post by KO »

I've been playing with this some time now and for me it works nicely. I have few things that could be addressed or ignored related to admin layout. These are not necessarily things with this beta release but as 2.0 is still some time to come they could be checked (or ignored) :).

Deleting several pages brings up "confirmation" page which has extra somewhere. I was playing with alternative admin template to have pagewrapper as screens get nowdays bigger and wider to have some limit and this extra breaks it.

function.startExpandCollapse.php could have class (or id) for button . It's around on line40. What I have tried to do is to use Start-StopExpandCollapse to show-hide filters in news admin (articlelist.tpl) to make first sight look more simple for users/editors but changing button style is tricky without class (or id). Othervice it's fine and I would like to see this (show/hide filters) default in news admin.

Admin seems to validate quite nicely (I only check with Firefox html validator addon which probably slips something through) other than tables (like in page listing) do not have summary (class="pagetable").

In some other post (Beta2) there was talk about another file manager. I have played with KFM filemanager and that seems quite nice module to look in future. http://dev.cmsmadesimple.org/projects/kfm/

I hope this helps to make best even better.

K
tsw
Power Poster
Power Poster
Posts: 1408
Joined: Tue Dec 13, 2005 10:50 pm
Location: Finland

Re: Announcing CMS Made Simple 1.2 Beta 3

Post by tsw »

Admin layout will get a total overhaul in 2.0 (and it will be smartifyied for easier customization)
GDS
Forum Members
Forum Members
Posts: 81
Joined: Sun Feb 18, 2007 1:26 pm
Location: Norway

Re: Announcing CMS Made Simple 1.2 Beta 3

Post by GDS »

i get this error message when using Calendar module:

Warning: WARNING: Calendar is not properly cleaning input params. in c:\phpdev\www\foreldrene.no\lib\classes\class.module.inc.php on line 1503


GDS
GDS
Forum Members
Forum Members
Posts: 81
Joined: Sun Feb 18, 2007 1:26 pm
Location: Norway

Re: Announcing CMS Made Simple 1.2 Beta 3

Post by GDS »

I get this eerror message when using NMS module:

Warning: WARNING: NMS is not properly cleaning input params. in c:\phpdev\www\foreldrene.no\lib\classes\class.module.inc.php on line 1503

GDS
rab
Forum Members
Forum Members
Posts: 120
Joined: Wed Sep 05, 2007 8:35 pm

Re: Announcing CMS Made Simple 1.2 Beta 3

Post by rab »

Decided any test would make more sense on a "live" server, so installed 1.2B3 on my host's server last night. Had same "tmp" error as before, plus a "session path not writable" warning, but all installed very nicely. Added 14 different mods, and all except Calendar (same "implode" error) installed without error.

Site is mylaxteam.net hosted on Linux 2.6.9 server with Apache 1.3.37, PHP 5.2.4 and MySQL 5.0.27. While I suspect the types of problems I will run into will be far too "low level" to really help your beta testing efforts, I'll spend next 2 days trying to set up a new site and post all errors/problems here anyway.
stopsatgreen
Power Poster
Power Poster
Posts: 322
Joined: Sat Feb 04, 2006 1:24 am
Location: London, England

Re: Announcing CMS Made Simple 1.2 Beta 3

Post by stopsatgreen »

So far I've upgraded one site from 1.1.3.1 and one from 1.08, and done a fresh install on another. So far, the only problems I have encountered are what I've posted here.

I confirm that there are no files in the /tmp/ directory in the 1.2-beta3 package, which had to be created.
moorezilla

Re: Announcing CMS Made Simple 1.2 Beta 3

Post by moorezilla »

I haven't run into anything new other than what's been posted.

Upgrade of existing site went well, other than the minor things already detailed.
New file manager seems to work well.
News module seems to work well.
New printing module seems to work fine; the errors it fires for me have to do with calling it on pages with objects it isn't designed to handle, like randomized images.

I think it's just about there!
KO
Power Poster
Power Poster
Posts: 562
Joined: Mon Nov 06, 2006 7:55 pm
Location: Helsinki, Finland

Re: Announcing CMS Made Simple 1.2 Beta 3

Post by KO »

One thing about printing module.

If you want to have pdf printing enabled is it so that you set pdf="true" on you rinting tag. Now help says pdf="false" to enable it.
Or is it just me confused.
Post Reply

Return to “Announcements”