• i have this error when try to install wp-shortstat:

    Fatal error: Non-static method wp_shortstat::maybe_create_table() cannot be called statically in /home/users/farnoud/wp-content/plugins/wp-shortstat.php on line 83
    help me 🙁

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter Hadi

    (@v_r_boy)

    anyone here can’t answer me??

    Thread Starter Hadi

    (@v_r_boy)

    noone here? where is support team?

    This is a problem with PHP5. When programming languages are becoming more “mature” it can happen that old code becomes deprecated or partly invalid.

    A non-static method is a “normal” method of a class, and as such it cannot be called without creating an instance of the class. I’m looking for a solution.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Fatal error: Non-static method wp_shortstat::maybe_create_table() cannot be call’ is closed to new replies.