Viewing 2 replies - 1 through 2 (of 2 total)
  • Guido

    (@guido07111975)

    Try this:

    <?php $counter = new vs_counter(); $count_values = $counter->vc_count_users(); echo "Visitors: ".$count_values['overall_counter']; echo " - Now online: ".$count_values['online_users'];?>

    Guido

    Thread Starter Sören Müller

    (@pattyland)

    It works, thanks Guido!

    I wonder why the installation guide give’s wrong instructions then?

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

The topic ‘Fatal error: Class 'visits_counter' not found’ is closed to new replies.