- Posts: 8
- Thank you received: 0
Hi everybody, I had the same issue with the errors in the admin area of the Grid plugin.
The solution of adding
error_reporting(E_ALL & ~E_NOTICE);
Notice: Undefined offset: 1 in /var/www/web1422/html/components/com_grid/GridConfigManager.php on line 159
Notice: Use of undefined constant GridView - assumed 'GridView' in /var/www/web1422/html/plugins/content/displaygrid.php on line 101
Notice: Undefined variable: conf_order in /var/www/web1422/html/components/com_grid/GridBuilder.php on line 79
Notice: Undefined variable: where in /var/www/web1422/html/components/com_grid/GridBuilder.php on line 274
Notice: Undefined offset: 1 in /var/www/web1422/html/components/com_grid/layouts/GridView.php on line 107
Notice: Undefined offset: 2 in /var/www/web1422/html/components/com_grid/layouts/GridView.php on line 107
Notice: Undefined offset: 3 in /var/www/web1422/html/components/com_grid/layouts/GridView.php on line 107
Notice: Undefined offset: 4 in /var/www/web1422/html/components/com_grid/layouts/GridView.php on line 107
Notice: Use of undefined constant search_menu - assumed 'search_menu' in /var/www/web1422/html/components/com_grid/layouts/GridView.php on line 218
Notice: Use of undefined constant output_script - assumed 'output_script' in /var/www/web1422/html/components/com_grid/layouts/GridView.php on line 228
Please Log in or Create an account to join the conversation.
Hi,
Paste the same line of code on the beginning of components/com_grid/GridBuilder.php
This should work.
However this should be included in the last version. Are you sure you have downloaded the latest version?
Regards,
Tomaž
Please Log in or Create an account to join the conversation.
Hey thx a lot this worked!
Please Log in or Create an account to join the conversation.