Tagged: x
-
AuthorPosts
-
July 18, 2016 at 11:20 pm #1092904
malliktajmahalParticipantI am creating a new page with Portfolio layout.
I am getting two warnings in portfolio php
`Warning: in_array() expects parameter 2 to be array, string given in /themes/x/framework/functions/global/portfolio.php on line 112
Warning: Invalid argument supplied for foreach() in /themes/x/framework/functions/global/portfolio.php on line 128
in wp_config.php WP_DEBUG set as false and no columns is selected as two portfolio columns. Please help me if I am missing something.
by the way, My requirement is https://goo.gl/2182pB
July 19, 2016 at 1:58 am #1093027
RupokMemberHi there,
If your WP_DEBUG is already set to false then maybe your PHP error_reporting is enabled. You can place
error_reporting(0);instead ofdefine(‘WP_DEBUG’, false);on your config file.Thanks
July 19, 2016 at 2:57 pm #1094095
malliktajmahalParticipanthi I am using cpanel.
ini_set('display_errors',0);error_reporting(E_ALL|E_STRICT);
this code worked.Thanks.
July 19, 2016 at 4:21 pm #1094203
NicoModeratorThank you so much for sharing.
Feel free to ask us again.
Thanks.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1092904 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
