Nov 20, 2008, 06:18 PM *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
Search via SMF or Google: modx forums all of modxcms.com web
  MODxCMS.com   Forums   Help Login Register  
News:Read what MODx Developers say: MODx Dev. Blogs
Pages: [1] 2   Go Down
  Print  
Author Topic: [x9] Known issues and resolutions.  (Read 12651 times)
0 Members and 1 Guest are viewing this topic.
zi
MODx Special Forces /
Administrator
*
Posts: 3,003


May Peace Be On You


WWW
« on: Oct 29, 2005, 01:24 PM »

Hello everyone !

Please use this thread to post/update the known issues in our latest release MODx x9.

Thanks.

MODx Team
Logged

“Internet Explorer’s CSS rendering: WYSIWTF”. — someone genius
--------------------------------------------------
rthrash
Foundation
*
Posts: 9,511



WWW
« Reply #1 on: Oct 29, 2005, 08:20 PM »

When using the newslisting snippet and you have fewer articles to summarize than the default value (3 or 5, don't recall) or the number passed into the snippet via the call, it chokes with a strange regex error.

Resolution: make sure you've got more than the "to-summarize" articles or lower the number passed into the snippet.
Logged

MODx is a framework that allows web professionals to turn over sites to end-users for daily maintenance without worrying. Community participation and questions are encouraged, especially when you help us help you, read the wiki, and review snippet parameters – even if you have to look at the source. Searching the forums helps, too.
Ryan Thrash
MODx Co-Founder
Principal @ Collabpad
work productively.
work intelligently.
work together.
aNoble
Coding Team
*
Posts: 679



WWW
« Reply #2 on: Oct 29, 2005, 08:40 PM »

The QuickEdit Manager, Logout and Help links do not work. Overwrite /assets/modules/quick_edit/output.class.inc.php with the attached file to fix it.

* output.class.inc.php.txt (7.46 KB - downloaded 708 times.)
Logged

Mark
Coding Team
*
Posts: 3,247


Ditto Developer


WWW
« Reply #3 on: Oct 29, 2005, 11:00 PM »

When using the newslisting snippet and you have fewer articles to summarize than the default value (3 or 5, don't recall) or the number passed into the snippet via the call, it chokes with a strange regex error.

Resolution: make sure you've got more than the "to-summarize" articles or lower the number passed into the snippet.

New resolution: http://modxcms.com/forums/index.php/topic,1235.msg7936.html#msg7936
Logged

xyzvisual
Javier Arraiza Cenoz
Moderators
*
Posts: 628


Javier Arraiza Cenoz


WWW
« Reply #4 on: Oct 30, 2005, 01:08 PM »

hello websignup couldent take template chunks
i think i do all well and look hours to solve but couldent find solution
perhaps could be the line 13 in websignup.inc.php
it tell "$declare = webLoginExtractDeclarations($tpl);"
but still couldent find solution
Logged

Web design from Pamplona-Iruña
marker | programación y diseño


rthrash
Foundation
*
Posts: 9,511



WWW
« Reply #5 on: Oct 30, 2005, 02:56 PM »

hello websignup couldent take template chunks
i think i do all well and look hours to solve but couldent find solution...
Actually, the demo site content uses chunks with Weblogin:
Code:
[!WebLogin? &tpl=`FormLogin` &loginhomeid=`2`!]
Make sure either the call or the page is not cachable, otherwise the snippet in general won't work.
Logged

MODx is a framework that allows web professionals to turn over sites to end-users for daily maintenance without worrying. Community participation and questions are encouraged, especially when you help us help you, read the wiki, and review snippet parameters – even if you have to look at the source. Searching the forums helps, too.
Ryan Thrash
MODx Co-Founder
Principal @ Collabpad
work productively.
work intelligently.
work together.
xyzvisual
Javier Arraiza Cenoz
Moderators
*
Posts: 628


Javier Arraiza Cenoz


WWW
« Reply #6 on: Oct 30, 2005, 04:50 PM »

this is my call
[!WebSignup? &tpl=`WebSignupFormat`!]
and the chunk is WebSignupFormat
any idea
Logged

Web design from Pamplona-Iruña
marker | programación y diseño


sottwell
Documentation Team
*
Posts: 8,170



WWW
« Reply #7 on: Oct 30, 2005, 05:12 PM »

From the snippet code:

Code:
#
# Examples:
#
# [[WebSignup? &formtpl=`SignupForm` &groups=`NewsReaders,WebUsers`]]

so it has to be &formtpl, not &tpl
Logged

sottwell.com has moved to a lovely Solaris 10 server!
Log in username guest, password guestuser.
Templates are now becoming available at http://sottwell.com/templates.html
xyzvisual
Javier Arraiza Cenoz
Moderators
*
Posts: 628


Javier Arraiza Cenoz


WWW
« Reply #8 on: Oct 30, 2005, 08:09 PM »

thanks, in my snippet dont put this &formtpl.
still having problems, but i think the problem is i put the snippet call in a document and
fckeditor ever  change  [!WebSignup? &formtpl=`WebSignupFormat`!] to [!WebSignup? &formtpl=`WebSignupFormat`!],i test to change by mysql,  another isue i find
if you edit a snippetcall in fckeditor,it put by default some special markup and give errors,if you change part of the call, for example a parameter you need to put in the source view
Logged

Web design from Pamplona-Iruña
marker | programación y diseño


sottwell
Documentation Team
*
Posts: 8,170



WWW
« Reply #9 on: Oct 31, 2005, 12:17 AM »

Yeah, I've had similar problems with the FCK editor mangling perfectly good code; for example if you want to output a description of a MODx tag and want to actually write the code, for example [*content*], you can't do that in a MODx document, because the parser will parse it just as it did the "real" [*content*] tag in the template.  So you have to use the HTML entities for the brackets instead.  If you do that in the Rich Text editor, it will display exactly what you write: &#91*content*&#93.  If you got to "source" and put it it, it converts it to brackets in the text, and you are back where you started.  The only way to get it right is to disable RTE for the entire document.  So it's not always the greatest thing.
Logged

sottwell.com has moved to a lovely Solaris 10 server!
Log in username guest, password guestuser.
Templates are now becoming available at http://sottwell.com/templates.html
xyzvisual
Javier Arraiza Cenoz
Moderators
*
Posts: 628


Javier Arraiza Cenoz


WWW
« Reply #10 on: Oct 31, 2005, 10:00 AM »

my snippet not have &formtpl and now works whith &tpl but the cuestion is my snippet is not updated whith modx0.9. whats the end version of the snippet?
Logged

Web design from Pamplona-Iruña
marker | programación y diseño


sottwell
Documentation Team
*
Posts: 8,170



WWW
« Reply #11 on: Oct 31, 2005, 10:18 AM »

My bad.  Must have been looking at an old version from somewhere.  The one with MODx .9 is verson 1.1, and does indeed use &tpl.
Logged

sottwell.com has moved to a lovely Solaris 10 server!
Log in username guest, password guestuser.
Templates are now becoming available at http://sottwell.com/templates.html
xyzvisual
Javier Arraiza Cenoz
Moderators
*
Posts: 628


Javier Arraiza Cenoz


WWW
« Reply #12 on: Oct 31, 2005, 12:39 PM »

thanks for the info i want the last version and realy use $tpl
Logged

Web design from Pamplona-Iruña
marker | programación y diseño


hautdogg
Guest
« Reply #13 on: Nov 02, 2005, 06:15 PM »

Don't embarass yourself online!

Fix the "Request An Account" page which appears
before and after registering and  which misspells the
word "privileges" as "priveleges" Shocked

Programmers: The error comes from setup.data.sql, at Approximately line 51:

REPLACE INTO `{PREFIX}site_content` VALUES ('5','document','text/html','Request an Account','Sign Up for Full Site Priveleges','','request-an-account','1','0','0','0','0','','[[WebSignup? &formtpl=`FormSignup` &groups=`Registered Users`]]','1','1','4','0','0','1','1126038533','2','1129906384','0','0','0','','0','1','0','0','0','0','1');

Users: To fix this manually after install,, login to manager, then
find, edit, and save the "Request an Account" page.

Logged
davidm
Marketing & Design Team
*
Posts: 6,733


The best way to predict the future is to invent it


WWW
« Reply #14 on: Nov 03, 2005, 06:14 PM »

I don't mean to overlap with the bug report I submitted, but since it's a major problem : is it just me and philippe or has anyone been stuck with this setup.sql problem ? I am surprised I didn't see anything about this on the forums...

Logged

.: david-molliere.net : Pour un web libre, moderne et ouvert! :: Forums modxcms.fr : Participez à l'élaboration du site MODx francophone ! :.
! Nouveau !  En live, ne manquez pas les news de modxcms.fr sur Twitter   ! Nouveau !

MODx est l'outil idéal pour les developpeurs et webdesigners qui cherchent un framework de gestion de contenu hautement flexible et performant, tout en étant simple d'accès pour les utilisateurs finaux.

Config : Apache 2.2.8 - MySQL 5.0.45 - PHP 5.2.6 | Debian 4.0 (Etch)

Réalisations sous MODx : nodeo.net | pargade-notaires.fr | soleil.info | gican.asso.fr | michelez-notaires.com | amadom.gerondicap.com | jocelyne-violet.net
Pages: [1] 2   Go Up
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP

Copyright © 2005-2008 MODxCMS, All rights reserved. Contact Us
Styles by ziworks.com

Powered by SMF 1.1.4 | SMF © 2005, Simple Machines LLC

Valid XHTML 1.0! Valid CSS!