Needs review
Project:
Kaltura
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
16 Mar 2011 at 16:47 UTC
Updated:
19 May 2011 at 23:56 UTC
Jump to comment: Most recent file
There are numerous PHP warning messages that are displayed on various pages once the Kaltura modules are enabled. Many are due to variables, array keys, and object properties that are not defined in all cases. Resolving these issues is part of coding best practices. See: https://drupal.org/node/34341
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | kaltura-1094876-3-fix_php_warnings.diff | 17.91 KB | arithmetric |
| #1 | kaltura-1094876-1-fix_php_warnings.diff | 18.39 KB | arithmetric |
Comments
Comment #1
arithmetric commentedAttached is a patch that resolves the warnings that were most visible to me and had a clear solution. There are most instances to fix, but it would be great to get these first fixes committed.
Comment #2
arithmetric commented[bumping status]
Comment #3
arithmetric commentedAttached is an updated patch against the 6.x-2.x branch.
Comment #4
xurizaemon@arithmetic, I'm afraid some of the patch above will be removed by fixes in #1026426: Installation issues: FAPI rewrite of installer. The rest is very welcome.
I hope to have that ticket sorted shortly and then will be able to review and re-roll your patch above with the remaining items.
Thanks! Will leave as review for now.