[GLLUG] GLLUG web site has drupal errors

Clay Dowling clay at lazarusid.com
Thu Jun 12 23:08:02 EDT 2014


Sadly this is because recent versions ship with E_STRICT turned on (as they should), and the views module in drupal 6 is syntactically incorrect. It contains ambiguity in function definitions, which is a very bad thing.  Unfortunately the views module for drupal 6 is not being maintained, and the code changes required are tedious, because the very large views module was written based on a faulty foundation.

Yes, this is a sore point for me.  It is impacting another site I run, and causing me to move away from drupal for that site.

Clay



Sent from my ASUS Pad

Jonathan Billings <billings at negate.org> wrote:

>I'm not sure if anyone has noticed, but when I visit the GLLUG web
>page (http://gllug.org/) I see the following errors:
>
>    strict warning: Non-static method view::load() should not be
>    called statically in
>    /home/gllug/public_html/sites/all/modules/views.old/views.module
>    on line 879.
>    strict warning: Declaration of views_handler_argument::init()
>    should be compatible with views_handler::init(&$view, $options) in
>    /home/gllug/public_html/sites/all/modules/views.old/handlers/views_handler_argument.inc
>    on line 745.
>    strict warning: Declaration of
>    views_handler_filter::options_validate() should be compatible with
>    views_handler::options_validate($form, &$form_state) in
>    /home/gllug/public_html/sites/all/modules/views.old/handlers/views_handler_filter.inc
>    on line 589.
>    strict warning: Declaration of
>    views_handler_filter::options_submit() should be compatible with
>    views_handler::options_submit($form, &$form_state) in
>    /home/gllug/public_html/sites/all/modules/views.old/handlers/views_handler_filter.inc
>    on line 589.
>    strict warning: Declaration of
>    views_handler_filter_node_status::operator_form() should be
>    compatible with views_handler_filter::operator_form(&$form,
>    &$form_state) in
>    /home/gllug/public_html/sites/all/modules/views.old/modules/node/views_handler_filter_node_status.inc
>    on line 14.
>
>
>Seems like it's a Drupal error related to E_STRICT.  I'm not sure who
>maintains the website, so I hope people don't mind the list traffic. 
>
>-- 
>Jonathan Billings <billings at negate.org>
>_______________________________________________
>linux-user mailing list
>linux-user at egr.msu.edu
>http://mailman.egr.msu.edu/mailman/listinfo/linux-user


More information about the linux-user mailing list