| 
Welcome, Guest

Creating List - javascript problems
(1 viewing) (1) Guest

TOPIC: Creating List - javascript problems

Re:Creating List - javascript problems 2 years, 3 months ago #116224

  • Posts:
  • Karma:
CB is not fully stable on 5.3. Please force usage of 5.2 through htaccess on your host or through backend if they offer a switcher in their panel. Contact your host for further assistance in changing PHP version.
Kyle (Krileon)
Community Builder Team Member
Before posting on forums: Read FAQ thoroughly
CB links: Documentation - Templates - CBSubs - Hosting - Forge - Incubator - GroupJive
--
If you are a Advanced, Professional, Developer, or CBSubs subscriber and have a support issue please always post in your respective support forums for best results!
--
If I've missed your support post with a delay of 3 days or greater and are a Advanced, Professional, Developer, or CBSubs subscriber please send me a private message with your thread and will reply when possible!
--
Please note I am available Monday - Friday from 8:00 AM EST to 4:00 PM EST. I am away on weekends (Saturday and Sunday) and if I've missed your post on or before a weekend after business hours please wait for the next following business day (Monday) and will get to your issue as soon as possible, thank you.
--
My personal site(s)/link(s): AllMySocials - Tutorials
The topic has been locked.

Re:Creating List - javascript problems 2 years, 3 months ago #116256

  • Posts:
  • Karma:
Looks like i am having the same problem.
PHP 5.3, Joomla 1.5.15 and CB 1.2.1.

I have contacted my host (one.com). It is not possible for me to force usage of 5.2.

Is there any information on a releasedate for CB with support for php 5.3?
The topic has been locked.

Re:Creating List - javascript problems 2 years, 2 months ago #118954

  • Posts:
  • Karma:
Any news??
When is CB supporting PHP 5.3
Really needs to be able to show lists....
/Grethe
The topic has been locked.

Re:Creating List - javascript problems 2 years, 2 months ago #118966

  • Posts:
  • Karma:
PHP 5.3 support is still not yet available. We do not have a time frame for such support. Please still attempt to obtain and use PHP 5.2

Post edited by: krileon, at: 2009/12/11 22:08
Kyle (Krileon)
Community Builder Team Member
Before posting on forums: Read FAQ thoroughly
CB links: Documentation - Templates - CBSubs - Hosting - Forge - Incubator - GroupJive
--
If you are a Advanced, Professional, Developer, or CBSubs subscriber and have a support issue please always post in your respective support forums for best results!
--
If I've missed your support post with a delay of 3 days or greater and are a Advanced, Professional, Developer, or CBSubs subscriber please send me a private message with your thread and will reply when possible!
--
Please note I am available Monday - Friday from 8:00 AM EST to 4:00 PM EST. I am away on weekends (Saturday and Sunday) and if I've missed your post on or before a weekend after business hours please wait for the next following business day (Monday) and will get to your issue as soon as possible, thank you.
--
My personal site(s)/link(s): AllMySocials - Tutorials
The topic has been locked.

Re:Creating List - javascript problems 2 years ago #121951

  • Posts:
  • Karma:
This is a valid bug, after the JS is buffered in admin.comprofiler.html.php ( lines 358-737 ) it is send to addHeadScriptDeclaration() ( in pligins.foundation.php )where it is put into $this->_head['scripts'][$type][] then _renderCheckOutput( ) is called.

This is where the error is. In the function _renderCheckOutput( ) ( line 1558 ) $this->_headsOutputed is checked and if true the scripts are flushed using echo $this->_outputToHead(); but this code is never executed because $this->_headsOutputed never returns true OR _renderCheckOutput( ) is never called after the heads are outputted. My own debugging suggests that the issue is with $this->_headsOutputed as my debugging output ends up in the body of the document, not in the header or before the headers. Clearly you guys do have a bug and this is the root.

Thank you.
The topic has been locked.

Re:Creating List - javascript problems 2 years ago #122172

  • Posts:
  • Karma:
Thanks, but maybe I didn't understand the bug description as I can't reproduce here as well.

It's the template's role to output the headers after the component executes, not CB's.

Maybe you have a template issue ?

Does it work with standard Joomla tempalte ?

What's your joomla version and template used ?
Beat
Community Builder Team Member
Before posting on forums: Read FAQ thoroughly
CB links: Subscribe to CB documentation - Our templates - Paid Subscriptions - Get Hosting - Our Forge - Incubator
Visit my CB Profile - Send me a Private Message (PM)
--
help us spend more time coding by helping others in this forum, many thanks
The topic has been locked.
Time to create page: 0.94 seconds