FLEXIContent - v2.0.0 - final for J2.5 released (r1648)

More
14 years 6 months ago #18186 by Arkadiy
Code:
Notice: Undefined property: JForm::$version in Z:\home\j17\www\plugins\flexicontent_fields\checkboximage\checkboximage.php on line 74 Fatal error: Call to a member function isAdmin() on a non-object in Z:\home\j17\www\plugins\flexicontent_fields\checkboximage\checkboximage.php on line 91
36 string replace
Code:
global $mainframe;
to
Code:
$mainframe = JFactory::getApplication();
add later
Code:
$version = $item->getValue('version', NULL, 0);
replace on 74 string
Code:
$item->version
to
Code:
$version
The topic has been locked.
More
14 years 6 months ago #18187 by Arkadiy
Replace from flexicontent.helper.php in string 745
Code:
global $mainframe;
to
Code:
$mainframe =& JFactory::getApplication();
radioimage.php in string 38
Code:
global $mainframe;
to
Code:
$mainframe =& JFactory::getApplication();
The topic has been locked.
More
14 years 6 months ago #18189 by effrit
hi!
when i publish Advenced Search module i take this:
Fatal error: Class 'modSearchHelper' not found in Z:\home\j17_new\www\modules\mod_flexiadvsearch\mod_flexiadvsearch.php on line 31

also, i have favorite one item, but its not showing in list of my favorite content (after i create 'Favorites' in menu).
The topic has been locked.
More
14 years 6 months ago - 14 years 6 months ago #18192 by Arkadiy
In checkboximage and and checkbox in editing the content is displayed instead of checkboxes, a text box
Code:
<input type="custom[checkbox]"
does not work
Last edit: 14 years 6 months ago by Arkadiy.
The topic has been locked.
More
14 years 6 months ago #18193 by effrit
add:
i have 2 category:
"root" what must content flexi items
and other
"noFlexi" - for com_content articles
but in 1.5.4 version i have the parameter "root Flexi category" to select, and in 2.0 i cant understend how menaged this settings.
i found something similar in FlexiHiddenMenu, but still, if i set this in "root" and post com_content article in "noFlexi" category i have notification from flexi what i must bind it or change category

i just want to separete flexi and no flexi items
there are i wrong? :o
The topic has been locked.
More
14 years 6 months ago #18195 by ggppdk
Thank you all,

We will fix bugs tomorrow and make a new download archive, which you can use to update.

Continue posting bugs as you find them.

Regards


-- Flexicontent is Free but involves a big effort on our part.
Like the our support? (for a bug-free FC, despite having a long list of functions) Like the features? Like the ongoing development and future commitment to FLEXIcontent?
-- Add your voice to the FLEXIcontent JED listing with a 5-star review. Thanks!
The topic has been locked.
More
14 years 6 months ago - 14 years 6 months ago #18199 by Arkadiy
Create New type - does not work "Cancel" button if empty field "Type"

Create New Category - does not work "Cancel" button if empty field "Title"
Last edit: 14 years 6 months ago by Arkadiy.
The topic has been locked.
More
14 years 6 months ago #18200 by Arkadiy
���������� in create new field "Extended Weblink"
The topic has been locked.
More
14 years 6 months ago #18201 by Arkadiy
Undefined constant
FLEXI_FIELD_THUMB_IN_ITEM
FLEXI_FIELD_THUMB_IN_CAT
FLEXI_FIELD_LINKTO_URL
FLEXI_FIELD_URL_TARGET
in create new field "image"
The topic has been locked.
More
14 years 6 months ago - 14 years 6 months ago #18202 by Arkadiy
Code:
Notice: Undefined property: JForm::$version in Z:\home\j17\www\plugins\flexicontent_fields\linkslist\linkslist.php on line 78
1. add
Code:
$version = $item->getValue('version', NULL, 0);
before
Code:
if($item->version...
, replace
Code:
$item->version
to
Code:
$version

2. linkslist.php string ~90
Code:
foreach ($items as $id => $item)
replace $item to $val (or $vsyaka_byaka), else object $item destroyed.

similarly as 1:
Code:
Notice: Trying to get property of non-object in Z:\home\j17\www\plugins\flexicontent_fields\radio\radio.php on line 70
Code:
Notice: Undefined property: JForm::$version in Z:\home\j17\www\plugins\flexicontent_fields\radioimage\radioimage.php on line 77
Code:
Notice: Undefined property: JForm::$version in Z:\home\j17\www\plugins\flexicontent_fields\select\select.php on line 47
Code:
Notice: Undefined property: JForm::$version in Z:\home\j17\www\plugins\flexicontent_fields\select\selectmultiple.php on line 47
Code:
Notice: Undefined property: JForm::$version in Z:\home\j17\www\plugins\flexicontent_fields\textarea\textarea.php on line 53
Code:
Notice: Undefined property: JForm::$version in Z:\home\j17\www\plugins\flexicontent_fields\weblink\weblink.php on line 48
Code:
Notice: Undefined property: JForm::$version in Z:\home\j17\www\plugins\flexicontent_fields\checkbox\checkbox.php on line 67
Code:
Notice: Undefined property: JForm::$version in Z:\home\j17\www\plugins\flexicontent_fields\email\email.php on line 45
Code:
Notice: Undefined property: JForm::$version in Z:\home\j17\www\plugins\flexicontent_fields\extendedweblink\extendedweblink.php on line 46
Last edit: 14 years 6 months ago by Arkadiy.
The topic has been locked.
Moderators: vistamediajoomlacornerggppdk
Cookies user preferences
We use cookies to ensure you to get the best experience on our website. If you decline the use of cookies, this website may not function as expected.
Accept all
Decline all
Essential
These cookies are needed to make the website work correctly. You can not disable them.
Display
Accept
Analytics
Tools used to analyze the data to measure the effectiveness of a website and to understand how it works.
Google Analytics
Accept
Decline
Save