Page 6 of 15

Re: 1.0 Beta4 Released!

Posted: Wed Aug 09, 2006 2:33 pm
by Der Rudi
A fairly minor one, probably easy to solve:
In Admin Log the user name is NOT shown when loggin in; it just states a login, not who logged in. It does show who edited what, and also on logout who logged out. This also applies to the previous versions (0.13 etc).

Re: 1.0 Beta4 Released!

Posted: Wed Aug 09, 2006 7:13 pm
by Russ
Further to my previous e-mail. I overwrote the whole local directory with my on-line on (0.13) and also copied across the database. But still cannot access the site or admin. httpd log is showing..

[Wed Aug  9 20:11:05 2006] [error] PHP Fatal error:  Call to undefined function cms_join_path() in /Library/WebServer/Documents/cms/include.php on line 52

.. OK fixed that - getting a bit late and I forgot to copy eveything. But still no login? even with debug on it loop showing no errors. I've manually cleaned the cache and the site homepage is visible - but no admin and menus don't work.


- OK I got site admin to work - .htaccess - too tired to see it last night. Everything fine as a 0.13 install. Upgraded to beta4 - upgrade seemed to go OK - no errors. However:
1. Contents won't list in admin
2. No primary menu (using menu level 1). Sub menu works (menu level2) if you remove primary menu.
3. You can edit contents if you put an {edit} on a page and go to it directly/


Fixed all that by coping updated file from SVN, mainly listcontent... But

4. Search will not install? Other modules will. The search index table is created but that is it. Not on menu etc. The ixntall never completes.

Any ideas?

Russ

Re: 1.0 Beta4 Released!

Posted: Thu Aug 10, 2006 8:24 am
by Der Rudi
When running the default beta4 install through the w3c css validator the following errors occure:

URI : http://www.novion.net/tests/cmsms10beta ... ype=screen
Line: 252 Context : code, pre
Invalid number : white-space pre-wrap is not a white-space value : pre-wrap

Line: 253 Context : code, pre
Invalid number : white-space Parse Error - -moz-pre-wrap

Line: 254 Context : code, pre
Invalid number : white-space Parse Error - -pre-wrap

Line: 255 Context : code, pre
Invalid number : white-space Parse Error - -o-pre-wrap

Line: 256 Context : code, pre
Property word-wrap doesn't exist : break-word

Line: 436 Context : div#menu_vert a
Invalid number : background Too many values or values are not recognized : url(images/cms/arrow-right.gif) no-repeat 0.5em center

Line: 444 Context : div#menu_vert ul ul a
Invalid number : background-position 1.5em and center are incompatible : 1.5em center

Line: 450 Context : div#menu_vert ul ul ul a
Invalid number : background Too many values or values are not recognized : url(images/cms/dash.gif) no-repeat 2.8em center

Line: 467 Context : div#menu_vert li a.activeparent
Invalid number : background Too many values or values are not recognized : url(images/cms/arrow-down.gif) no-repeat 0.4em center

Line: 473 Context : div#menu_vert ul ul li a.activeparent
Invalid number : background-position 1.5em and center are incompatible : 1.5em center

Line: 484 Context : div#menu_vert ul h3
Invalid number : background Too many values or values are not recognized : url(images/cms/arrow-right-active.gif) no-repeat 0.4em center

Line: 500 Context : div#menu_vert ul ul h3
Invalid number : background-position 1.4em and center are incompatible : 1.4em center

Line: 509 Context : div#menu_vert ul ul ul h3
Invalid number : background Too many values or values are not recognized : url(images/cms/arrow-right-active.gif) no-repeat 2.7em center

Line: 631 Context : * html > body .clearfix
Invalid number : display inline-block is not a display value : inline-block

btw xhtml checks out as valid

Re: 1.0 Beta4 Released!

Posted: Thu Aug 10, 2006 5:23 pm
by Der Rudi
when typing in new content page and pressing preview button (BEFORE submit/apply) the following error shows in preview pane:

Fatal error: Call to a member function GetContent() on a non-object in /usr/home/www/www.novion.net/www/tests/cmsms10beta4/p ... .print.php on line 60

no content is displayed; template displays ok as far as I can tell.

When submitting new page, and then previewing everything is ok.

Re: 1.0 Beta4 Released!

Posted: Thu Aug 10, 2006 5:37 pm
by Piratos
Call to a member function GetContent() on a non-object in /usr/home/www/www.novion.net/www/tests/cmsms10beta4/p ... .print.php on line 60
This comes sometimes by me if i click then print button within the preview.

And somtetimes with a normal preview this:

Not Found

The requested URL was not found on this server.

Re: 1.0 Beta4 Released!

Posted: Thu Aug 10, 2006 9:03 pm
by 3dcandy
Can't install beta4, it redirects to a https:// address and fails.
Any ideas???

Re: 1.0 Beta4 Released!

Posted: Thu Aug 10, 2006 11:34 pm
by calguy1000
Welll... I might have ideas, but.... it'd mean that I got more information, like... exactly what type of host you were on, what step of the installation process that you encountered this error on, etc.

Please try to provide as much information as you can when submitting a question such as this.
it just wastes your time and ours if you don't provide enough information.

Re: 1.0 Beta4 Released!

Posted: Fri Aug 11, 2006 12:52 am
by 3dcandy
Sorry....
Hosted on windows server 2003 (homeserver), latest version of php (5.1.4?)
Any more information needed?

Re: 1.0 Beta4 Released!

Posted: Fri Aug 11, 2006 9:04 pm
by nils73
Congratulations! 1.0 has definitely some great improvements. I love the re-ordering feature as well as the performance improvements all over the system and most of all the search!!! Finally a great search!

However, I have encountered some problems up to date: I am using ISO-8859-1 in config.php for front- and backend. I have set al templates to ISO-8859-1 but when re-ordering pages it seems they are being displayed in admin-mode as UTF-8. First of all I was kind of worried if the content would be affected, but this does not seem to be the case. But it looks kind of disturbing with all the special chars being displayed as cryptic symbols .. ;)

Furthermore my CMS does not keep the language settings in the cookie. When I shut down my browser and then restart it and log in once again the language is English instead of German. So I have to log out and on to have everything all right again.

That is all for now, but I keep on testing. Just one question: Is there a list of modules that have already been converted to work with 1.0? Might be worth a thread ...

Regards,
Nils

Re: 1.0 Beta4 Released!

Posted: Sat Aug 12, 2006 5:49 am
by Russ
As an aside.
Should we not be re-setting all the database table and database creation in the new install to UTF-8?

Russ

Re: 1.0 Beta4 Released!

Posted: Sat Aug 12, 2006 6:22 am
by Elijah Lofgren
nils73 wrote: Just one question: Is there a list of modules that have already been converted to work with 1.0? Might be worth a thread ...
Check out "Extensions -> ModuleManager" in the Admin Paenl. All the modules listed there should work fine with CMSMS 1.0 ;)

Re: 1.0 Beta4 Released!

Posted: Sat Aug 12, 2006 1:05 pm
by 3dcandy
Get errors with chat made simple and 1.0 beta 3. Get a load of gobbledy gook at top of modules until the files are removed...
will grab a screeny later

Re: 1.0 Beta4 Released!

Posted: Wed Aug 16, 2006 1:48 am
by anthony
Did anybody get Calendar working yet?

Everything else looks great (how could anything called "Hawaii" be bad anyway?). 

Awesome work dev team.

Re: 1.0 Beta4 Released!

Posted: Wed Aug 16, 2006 1:49 am
by calguy1000
Calander SVN works in 1.0-beta4, no issues.  I guess it's my project now....

Re: 1.0 Beta4 Released!

Posted: Wed Aug 16, 2006 7:35 pm
by jce76350
Hi,

In page "news"
This page is not Valid XHTML 1.0 Transitional! from  http://validator.w3.org/check

I think the problem is  "&cntnt01article" " &cntnt01origid"  "&cntnt01returnid"
--> must be &cntnt01article ...
Into
-  {anchor anchor='menu_vert' title='Skip to navigation'
-  {anchor anchor='main' title='Skip to content'
-  {anchor anchor='main' text='^ Top'}

Regards