I created a view.
I enabled:"Show Captions" and then "More info link Load node content" set to "Inline Page".
The view is shown fine but with this error:
Notice: Undefined property: stdClass::$0 en template_preprocess_md_portfolio_mdp_plugin_rows() (línea 354 de /Applications/MAMP/htdocs/base-1.0/sites/all/modules/md_portfolio/templates/mdp/theme.inc).
Hi,
Please update the latest version (we send you via email. please check)
The New version you sent us didn't fixed it. I cleared all caches after updating the module.
The views shows 6 items and still there are 6 errors like this:
"Notice: Undefined property: stdClass::$0 in template_preprocess_md_portfolio_mdp_plugin_rows() (line 357 of /Applications/MAMP/htdocs/base-1.0/sites/all/modules/md_portfolio/templates/mdp/theme.inc)."
Note: I just enable the module: md_portfolio. I didn't enabled any of the other sub-modules.
Hi,
Please send us your site's url as well as admin account to [email protected]
(Also this forum link)
We will check and fix your problem
Regards,
Sorry but I have this problem again. Only the line number changed:
Notice: Undefined property: stdClass::$0 in template_preprocess_md_portfolio_mdp_plugin_rows() (line 366 de/Applications/MAMP/htdocs/base/sites/all/modules/md_portfolio/templates/mdp/theme.inc).
Now I know that the cause is that just change the height. look my capture:
Hi,
Sorry for the inconvenience. So there is not any problems now?
I think I found the problem. I just changed line 364 in md_portfolio/templates/mdp/theme.inc and the problem was gone:
this:
if($filter_field != null) {
to this:
if($filter_field != null && $filter_field != 0) {
Let me know if the fix is right and will not be a problem for any feature of the module.