Bug in Model: $this->vvvv = $item->; #21

Closed
opened 2016-08-07 08:58:28 +00:00 by paolavness · 2 comments
paolavness commented 2016-08-07 08:58:28 +00:00 (Migrated from github.com)

Hey there,
Looks like a bug...

Parse error: syntax error, unexpected ';', expecting identifier (T_STRING) or variable (T_VARIABLE) or '{' or '$' in administrator/components/com_xxxx/models/programme.php on line 105

Went to line 105, this is what i found:

$this->vvvv = $item->;

Happened after I added a linked view.

Thank you,
Paola

Hey there, Looks like a bug... > Parse error: syntax error, unexpected ';', expecting identifier (T_STRING) or variable (T_VARIABLE) or '{' or '$' in administrator/components/com_xxxx/models/programme.php on line 105 Went to line 105, this is what i found: > $this->vvvv = $item->; Happened after I added a linked view. Thank you, Paola

This seems like a setting that is not correct, I would like to take a look. Will contact you via skype :)

This seems like a setting that is not correct, I would like to take a look. Will contact you via skype :)
paolavness commented 2016-08-07 22:45:24 +00:00 (Migrated from github.com)

Ahh, thank you for help with that. Coding at 3am in the morning, i mistook the hint of 'id' in the input box for the parent lookup link, as an actual input... IE, the error occurred because there was nothing in the parent look up field.

Ahh, thank you for help with that. Coding at 3am in the morning, i mistook the hint of 'id' in the input box for the parent lookup link, as an actual input... IE, the error occurred because there was nothing in the parent look up field.
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: joomla/Component-Builder#21
No description provided.