character inserted for second spaces
Discuss JEvents 2.x for Joomla 1.5-2.5 here - club members can use the special club forum for faster response times.
Forum rules
When requesting support, please copy and paste the 'Version information for Support Forum' from the JEvents Control Panel into your post. If you cannot see this, please enable JEvents project news within it's configuration. Also, if you get a 500 Error, Enable Joomla! Maximum Error Reporting and view the page again, you should now have a more detailed error which will help us to resolve you issue quickly.
When requesting support, please copy and paste the 'Version information for Support Forum' from the JEvents Control Panel into your post. If you cannot see this, please enable JEvents project news within it's configuration. Also, if you get a 500 Error, Enable Joomla! Maximum Error Reporting and view the page again, you should now have a more detailed error which will help us to resolve you issue quickly.
 character inserted for second spaces
by randyru » Mon Feb 11, 2013 5:25 pm
Greetings,
Here are my settings:
**********************************************
Joomla : 2.5.9
component_com_jevents : 2.2.8
module_mod_jevents_cal : 2.2.0
module_mod_jevents_filter : 2.2.0
module_mod_jevents_latest : 2.2.5
module_mod_jevents_legend : 2.2.3
plugin_editors_jce : 2.3.1
plugin_search_eventsearch : 2.2.0 (not enabled)
***********************************************
Recently, in my JEvents event creation, an  character inserted in place of a second space or when two paragraphs are entered (second space )
My database is encoded UTF-8 (used Admin Tools to ensure this); I entered into my .htaccess file the line of code:
AddDefaultCharset UTF-8
Still no help.
Here is the resulting HTML:
I do not have any problems with articles or other components.
This has also started to happen to another site running J!1.5.x and an older version of JEvents.
Any ideas?
Randy
Here are my settings:
**********************************************
Joomla : 2.5.9
component_com_jevents : 2.2.8
module_mod_jevents_cal : 2.2.0
module_mod_jevents_filter : 2.2.0
module_mod_jevents_latest : 2.2.5
module_mod_jevents_legend : 2.2.3
plugin_editors_jce : 2.3.1
plugin_search_eventsearch : 2.2.0 (not enabled)
***********************************************
Recently, in my JEvents event creation, an  character inserted in place of a second space or when two paragraphs are entered (second space )
My database is encoded UTF-8 (used Admin Tools to ensure this); I entered into my .htaccess file the line of code:
AddDefaultCharset UTF-8
Still no help.
Here is the resulting HTML:
- Code: Select all
<p>This is a new event [enter p now]</p>
<p>This is a 2-line string with 2 sentences within a paragraph. 2 spaces before this sentence.</p>
<p>Â </p>
<p>Now a new line with 2 p's above.</p>
I do not have any problems with articles or other components.
This has also started to happen to another site running J!1.5.x and an older version of JEvents.
Any ideas?
Randy
- randyru
- Posts: 12
- Joined: Tue Jul 17, 2012 12:40 pm
Re: Â character inserted for second spaces
by Tonyp » Mon Feb 11, 2013 8:39 pm
Hello,
This is the way the page is translated it is still not classed as UTF-8.
It is picking up ISO-8859-1 as assumed for example.
You might find:
http://forum.joomla.org/viewtopic.php?t=174443
useful.
Regards
Tony
This is the way the page is translated it is still not classed as UTF-8.
It is picking up ISO-8859-1 as assumed for example.
You might find:
http://forum.joomla.org/viewtopic.php?t=174443
useful.
Regards
Tony
---------------------------------------
Do not forget if you like JEvents, why not join the CLUB! for priority support and lots of excellent plugin's. JEvents Club
Do not forget if you like JEvents, why not join the CLUB! for priority support and lots of excellent plugin's. JEvents Club
-

Tonyp - Contributor
- Posts: 8710
- Joined: Tue Oct 12, 2010 9:12 pm
- Location: Isle of Man
Re: Â character inserted for second spaces
by randyru » Mon Feb 11, 2013 11:01 pm
Hey Tony,
Thanks for the quick reply. I think I have found the culprit...sort of. However, I believe there might be some disconnect with JEvents in the J! translation area and php 5.4.
I found this J! bug report:
http://joomlacode.org/gf/project/joomla/tracker/?action=TrackerItemEdit&tracker_item_id=29944
Now the rest of my site is working fine with no filtering of the to A...it only happens in JEvents.
I have rolled back my version of php to 5.3 from 5.4 and that has eliminated the problem. Only a temp solution though.
Comments?
Randy
Thanks for the quick reply. I think I have found the culprit...sort of. However, I believe there might be some disconnect with JEvents in the J! translation area and php 5.4.
I found this J! bug report:
http://joomlacode.org/gf/project/joomla/tracker/?action=TrackerItemEdit&tracker_item_id=29944
Now the rest of my site is working fine with no filtering of the to A...it only happens in JEvents.
I have rolled back my version of php to 5.3 from 5.4 and that has eliminated the problem. Only a temp solution though.
Comments?
Randy
- randyru
- Posts: 12
- Joined: Tue Jul 17, 2012 12:40 pm
Re: Â character inserted for second spaces
by Tonyp » Tue Feb 12, 2013 7:56 am
Help Randy,
Ahh php5.4 that is/was still experimental last time I looked. And you should stay on 5.3.
5.4 has deprecated a lot of features and we are yet to test under 5.4
Ahh php5.4 that is/was still experimental last time I looked. And you should stay on 5.3.
5.4 has deprecated a lot of features and we are yet to test under 5.4
---------------------------------------
Do not forget if you like JEvents, why not join the CLUB! for priority support and lots of excellent plugin's. JEvents Club
Do not forget if you like JEvents, why not join the CLUB! for priority support and lots of excellent plugin's. JEvents Club
-

Tonyp - Contributor
- Posts: 8710
- Joined: Tue Oct 12, 2010 9:12 pm
- Location: Isle of Man
Re: Â character inserted for second spaces
by randyru » Tue Feb 12, 2013 1:34 pm
Tony,
php 5.4 has been out for about a year...I would have thought that version would be stable by now -- and integrated into J! components by now.
Ha, live and learn!
Thanks for your help & keep up the good work.
Randy
php 5.4 has been out for about a year...I would have thought that version would be stable by now -- and integrated into J! components by now.
Ha, live and learn!
Thanks for your help & keep up the good work.
Randy
- randyru
- Posts: 12
- Joined: Tue Jul 17, 2012 12:40 pm
Re: Â character inserted for second spaces
by Tonyp » Tue Feb 12, 2013 8:04 pm
Hi Randy,
You are very correct it has. But in the last few months been classed as stable.
This is a very new version really. And in the up coming months we will likely be doing tests on 5.4.
Many thanks
Tony
You are very correct it has. But in the last few months been classed as stable.
This is a very new version really. And in the up coming months we will likely be doing tests on 5.4.
Many thanks
Tony
---------------------------------------
Do not forget if you like JEvents, why not join the CLUB! for priority support and lots of excellent plugin's. JEvents Club
Do not forget if you like JEvents, why not join the CLUB! for priority support and lots of excellent plugin's. JEvents Club
-

Tonyp - Contributor
- Posts: 8710
- Joined: Tue Oct 12, 2010 9:12 pm
- Location: Isle of Man
6 posts
• Page 1 of 1
Return to Jevents 2.x (Free Access)
Who is online
Users browsing this forum: Alexa [Bot], Google [Bot]

