Author |
Message |
dochavoc
New Member


Joined: Jan 13, 2010
Posts: 6
|
Posted:
Wed Jan 13, 2010 6:15 pm |
|
Hello all,
I am having trouble with the content plus 2.2.2 module the issue is
I can add catagories but no pages
ERROR: Title and Text Couldn't Be Empty
This is a new install, RN version 2.4
php version 5.2.11
both the user and admin sides.
any clues?
Thank You in advance |
|
|
|
 |
jestrella
Moderator

Joined: Dec 01, 2005
Posts: 593
Location: Santiago, Dominican Republic
|
Posted:
Thu Jan 14, 2010 8:22 am |
|
Seems like title or text fields are being left empty... At the time you need to fill both title and text fields in order to avoid this error. In future versions you'll be allowed to fill title and one of the following... header, text or footer and not mandatory text.
Hope this helps |
_________________ "For those whom have not reach the sky... Every mountain seems high"
Best Regards
Jonathan Estrella
http://about.me/jestrella04 |
|
|
 |
jestrella

|
Posted:
Thu Jan 14, 2010 8:52 am |
|
Trying to schematize the situation
title -> mandatory
header -> optional
text -> mandatory
footer -> optional
signature -> optional |
|
|
|
 |
dochavoc

|
Posted:
Thu Jan 14, 2010 6:43 pm |
|
jestrella wrote: | Trying to schematize the situation
title -> mandatory
header -> optional
text -> mandatory
footer -> optional
signature -> optional | I receive the error with all the fields filled out or just the required ones.
I tried a complete re-install of the cms and same issue. |
|
|
|
 |
dochavoc

|
Posted:
Sat Jan 16, 2010 12:37 pm |
|
Any one have any ideas as to what or where elese to look? |
|
|
|
 |
spasticdonkey
RavenNuke(tm) Development Team

Joined: Dec 02, 2006
Posts: 1693
Location: Texas, USA
|
Posted:
Sat Jan 16, 2010 1:42 pm |
|
Working under the assumption your talking about the site linked from your profile, it could possibly be theme or block related, if your theme has layout errors it's possible it could break the form, and thus result in your issue. Try it out in one of the default RN themes.
UPDATE: I recommend the HTML tidy addon for firefox, if you run it you will see you have some unexpected form errors on your site, for instance:
Code:
<INPUT TYPE=HIDDEN NAME="name" VALUE="Shopping_Cart"></TD></TR></FORM>
|
which looks to be part of the "shopping cart" search block |
|
|
|
 |
dochavoc

|
Posted:
Sat Jan 16, 2010 2:39 pm |
|
Thank you, very helpful,
I removed the shopping cart just to make sure then I went through all the themes that are dist with cms and found that I have this error with all of them but one RAVENICE this one works fine. |
|
|
|
 |
spasticdonkey

|
Posted:
Sat Jan 16, 2010 7:10 pm |
|
ok, well ravenice has a "tableless" layout so that may have helped with how some of your forms are nested in the page. But the main issue is with some html errors in your modifications, not with RN. The major ones being multiple instances of:
</head>
<body>
</body>
</html>
(should only be used once in a page)
you don't have to fix every error but this will give you an idea
http://validator.w3.org/check?uri=http%3A%2F%2Fwww.sesatelliteinc.com%2F
as I said before I recommend the tidy html addon for firefox
https://addons.mozilla.org/en-US/firefox/addon/249
which IMO is easier to use and even gives you tips on how to fix each problem. It won't catch as many errors as some online validation services, but it will catch the important ones that cause problems such as yours. I would recommend switching back to your preferred theme and fixing any of the form errors as well as the major html errors and your problem will probably go away  |
|
|
|
 |
dochavoc

|
Posted:
Tue Jan 19, 2010 11:44 am |
|
As per your advice I started to fix as much as i can as time allows, during this process I discovered that the linkus block was the cause of the problem when removed all works as intended, it would insert the linkus logo onto the txt section of the the content module.
and again thanks for your help |
|
|
|
 |
spasticdonkey

|
Posted:
Tue Jan 19, 2010 5:11 pm |
|
cool, I stopped by your site yesterday and noticed you had some content pages, so figured you had made a breakthru  |
|
|
|
 |
jestrella

|
Posted:
Sat Jan 23, 2010 3:17 pm |
|
Ohhh, I was lookingforward to get soem time off to start working back on my scripts/pending issues here but I'm glad to see you get to get it working... thaks to teh power of the Spactic Donkey  |
|
|
|
 |
|