Viewing 15 posts - 1 through 15 (of 22 total)
  • Author
    Posts
  • linghun1 Friend
    #205221

    hello , i use jVarcade to integrade games in purity3, but come out error Fatal error: Cannot redeclare class JPagination in C:xampphtdocspuritylibrariescmspaginationpagination.php on line 20, how to fix it, i also post in jVarcade forum http://www.jvitals.com/support/support-forum/default-topic/4526-fatal-error-cannot-redeclare-class-jpagination.html#p25384

    Pankaj Sharma Moderator
    #565433

    Hello
    We do not provide support for third party extension . Please raise your request on jVcard and follow it .
    You can see the issue is from Joomla <blockquote>Fatal error: Cannot redeclare class JPagination in C:xampphtdocspuritylibrariescmspaginationpagination.php on line 20
    </blockquote>
    Or You can post this issue on Joomla Forum . I found a similar issue like your on Joomla Forum here

    linghun1 Friend
    #565437

    <em>@pankajsharma 466590 wrote:</em><blockquote>Hello
    We do not provide support for third party extension . Please raise your request on jVcard and follow it .
    You can see the issue is from Joomla
    Or You can post this issue on Joomla Forum . I found a similar issue like your on Joomla Forum here</blockquote>
    thank you ,i will post on Joomla Forum
    and jVcard Forum

    linghun1 Friend
    #565463

    you are wrong, after update T3 Framework plugin from 2.1.4 to the latest, the problem gone, so the problem is the template, not joomla, why the plugin have no update warning

    jooservices Friend
    #565465

    Hi there
    Please install xdebug. By this way we can get track back to know where is error came from.

    Thank you,
    Viet Vu

    linghun1 Friend
    #565467

    another problem ,the Pagination is ugerly, how to fix it


    1. page
    jooservices Friend
    #565577

    Hi there
    Please provide your site backend & CPanel access. I’ll help you check it

    Thank you,
    Viet Vu

    linghun1 Friend
    #565819

    my website is localhost,i will move online,i will inform you, thank you

    jooservices Friend
    #565833

    <em>@linghun1 466634 wrote:</em><blockquote>another problem ,the Pagination is ugerly, how to fix it</blockquote>
    Hi there
    Like this screenshot. It’s about css conflict.
    Please make sure you have no css conflict here.

    Thank you,
    Viet Vu

    linghun1 Friend
    #566326

    <em>@jooservices 467125 wrote:</em><blockquote>Hi there
    Like this screenshot. It’s about css conflict.
    Please make sure you have no css conflict here.

    Thank you,
    Viet Vu</blockquote>
    hello, my website is http://www.letaoxy.com/,i have pm you my account and password

    jooservices Friend
    #566402

    Hi there

    http://www.letaoxy.com/index.php/online-game/newest
    This page is another 3rd component and they render wrong html with duplicate ul

    Please contact them for detail.

    Thank you,
    Viet Vu

    linghun1 Friend
    #566541

    <em>@jooservices 467822 wrote:</em><blockquote>Hi there

    http://www.letaoxy.com/index.php/online-game/newest

    This page is another 3rd component and they render wrong html with duplicate ul

    Please contact them for detail.

    Thank you,
    Viet Vu</blockquote>
    thank you it seems you help me fixed some error, i will ask jvarcade the problem

    linghun1 Friend
    #566646

    <em>@jooservices 467822 wrote:</em><blockquote>Hi there

    http://www.letaoxy.com/index.php/online-game/newest
    This page is another 3rd component and they render wrong html with duplicate ul

    Please contact them for detail.

    Thank you,
    Viet Vu</blockquote>
    hello, i find that in Default protostar template Pagination is good,isn’t that caused by purity3?http://prntscr.com/6sntbp , i also post here.

    jooservices Friend
    #566717

    Hi there
    Confirmed it’s issue with this component
    Check

    componentscom_jvarcadeviewsincludepagination.php
    You’ll see duplicate ul here
    You’ll need to work with them about this. Or try to with this

    <?php
    /**
    * @package jVArcade
    * @version 2.12
    * @Date 2014-05-17
    * @copyright Copyright (C) 2007 - 2014 jVitals Digital Technologies Inc. All rights reserved.
    * @license http://www.gnu.org/copyleft/gpl.html GNU/GPLv3 or later
    * @link http://jvitals.com
    */

    // no direct access
    defined('_JEXEC') or die('Restricted access');

    ?>

    <?php if ($this->pageNav->getPagesLinks()) : ?>

    <div id="pagenav">

    <?php echo $this->pageNav->getPagesLinks(); ?>

    <?php echo $this->pageNav->getPagesCounter(); ?>
    </div>
    <?php endif; ?>
    <style>
    #pagenav ul {}
    #pagenav ul li {display: inline;}
    </style>

    https://www.dropbox.com/s/ig2sved03r42bld/2015-04-13_13-22-31.png?dl=0

    Thank you,
    Viet Vu

    linghun1 Friend
    #566955

    <em>@jooservices 468285 wrote:</em><blockquote>Hi there
    Confirmed it’s issue with this component
    Check

    componentscom_jvarcadeviewsincludepagination.php

    You’ll see duplicate ul here
    You’ll need to work with them about this. Or try to with this

    <?php
    /**
    * @package jVArcade
    * @version 2.12
    * @Date 2014-05-17
    * @copyright Copyright (C) 2007 - 2014 jVitals Digital Technologies Inc. All rights reserved.
    * @license http://www.gnu.org/copyleft/gpl.html GNU/GPLv3 or later
    * @link http://jvitals.com
    */

    // no direct access
    defined('_JEXEC') or die('Restricted access');

    ?>

    <?php if ($this->pageNav->getPagesLinks()) : ?>

    <div id="pagenav">

    <?php echo $this->pageNav->getPagesLinks(); ?>

    <?php echo $this->pageNav->getPagesCounter(); ?>
    </div>
    <?php endif; ?>
    <style>
    #pagenav ul {}
    #pagenav ul li {display: inline;}
    </style>

    https://www.dropbox.com/s/ig2sved03r42bld/2015-04-13_13-22-31.png?dl=0

    Thank you,
    Viet Vu</blockquote>
    hello, i have changed the code,the pagenav still ugly,can’t Calling template style, you can install a online edit compomnent ,and edit my website


    1. pagenavugly
Viewing 15 posts - 1 through 15 (of 22 total)

This topic contains 22 replies, has 3 voices, and was last updated by  jooservices 9 years, 7 months ago.

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