Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • Michael Casha Friend
    #119523

    Warning: Division by zero in /joomla_location/templates/ja_pollux/index.php on line 40

    If you are receiving a similar error message to that above, please follow these instructions to resolve the issue:

    Open index.php in /templates/ja_pollux/ and replace:

    $ja_headerimg = $ja_header_images [getCurrentMenuIndex() % count($ja_header_images)];
    on line 40 with:

    if (count($ja_header_images)) $ja_headerimg = $ja_header_images [getCurrentMenuIndex() % count($ja_header_images)];
    Please make sure you backup the file before editing.

    davidp Friend
    #217236

    Thank you so much for posting this up! It helped fix the problem for me on Antares.

    Michael Casha Friend
    #217238

    <em>@davidp 11752 wrote:</em><blockquote>Thank you so much for posting this up! It helped fix the problem for me on Antares.</blockquote>
    Excellent!

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

This topic contains 3 replies, has 2 voices, and was last updated by  Michael Casha 17 years, 1 month ago.

We moved to new unified forum. Please post all new support queries in our New Forum