Иконка ресурса

GoodForNothing Classifieds 1.0.0 RC 7.2

Нет прав для скачивания
Доска объявлений для XenForo.

baltun

Администратор
Сообщения
10.725
Реакции
2.541
Баллы
2.003
Пользователь xsasha разместил новый ресурс:

GoodForNothing Classifieds 1.0.0 RC 7 - Доска объявлений для XenForo.

Доска объявлений для XenForo. Перевод на русский язык.

Состоит из пяти основных модулей:
  • Типы объявлений - определяет тип объявления, которое хочет разместить пользователь. Это используется для первичной классификации рекламы, и по-умолчанию доступны объявления:
    • продам;
    • ищу;
    • обменяю.
  • Пакеты - когда пользователь создаёт...

Узнать больше об этом ресурсе...
 
Последнее редактирование:
  • Мне нравится
Реакции: Halk
Привет, установил этот плагин, всё хорошо, но не могу поправить аватар в объявление, сильно съехал в бок 2018-07-20_175734.jpg , меня ещё установлен плагин Elavatar, уже всё перепробовал, если и уменьшается то тогда по всему форуму уезжает, подскажите пожалуйста
 
Можно попробовать так в EXTRA.CSS
CSS:
.classifiedCommentContainer .avatarHolder .avatar img, .avatar .img, .avatarCropper {
    width: 147px !important;
}
 
Последнее редактирование:
второй вариант срабатывает но уезжает аватар по всему форуму, может дополнение elavatar мешает 2018-07-20_181146.jpg
вот так вроде нормально
Код:
.avatar img, .avatar .img, .avatarCropper {
    width: 147px;
    height: auto;
}
осталось только тут как то поправить
 

Вложения

  • 2018-07-20_181719.jpg
    2018-07-20_181719.jpg
    157.1 КБ · Просмотры: 11
второй вариант был вообще не удачный я его удалил попробуй так:
CSS:
.classifiedCommentContainer .messageUserInfo .avatarHolder a img {
    width: 147px !important;
    height: auto;
}
 
Последнее редактирование:
@baltun, спасибо огромнейшее, теперь отлично, сработало вот так
Код:
.avatarHolder img {
    width: 147px !important;
    height: auto;
}
Привет, ещё один вопрос, не кто не знает как в данном дополнение можно скрыть отображение созданных доп.полей от гостей ?
разобрался, если нужно скрыть доп поля и поле месторасположение от гостей, найдите шаблон classifieds_field_group , и замените его содержимое на
Код:
<xen:if is="{$category.fieldCache}">
    <xen:set var="$_tempCache" value="{$category.fieldCache}" />
<xen:elseif is="{$classified.fieldCache}" />
    <xen:set var="$_tempCache" value="{$classified.fieldCache}" />
</xen:if>
<xen:if is="{$visitor.user_id}">
<xen:if is="{$_tempCache.{$fieldGroup}}">
    <xen:if hascontent="true">
        <div class="customClassifiedFields {$extraFieldClass}">
        <xen:contentcheck>
            <xen:foreach loop="{$_tempCache.{$fieldGroup}}" value="$fieldId">
                <xen:if hascontent="true">
                    <dl class="customClassifiedField{xen:if 'is_array({$fieldId})', '{$fieldId.field_id}', '{$fieldId}'}">
                        <xen:if is="!{xen:helper classifiedFieldIsHint, $fieldId}"><dt>{xen:helper classifiedFieldTitle, $fieldId}:</dt></xen:if>
                        <dd><xen:contentcheck>{xen:helper classifiedFieldValue, $classified, $fieldId, {xen:if 'is_array({$fieldId})', '{$classified.customFields.{$fieldId.field_value}}', '{$classified.customFields.{$fieldId}}'}, $classifiedViewPage}</xen:contentcheck></dd>
                    </dl>
                </xen:if>
            </xen:foreach>
        </xen:contentcheck>
        </div>
    </xen:if>
</xen:if>
</xen:if>
Ещё раз привет, подскажите а то уже два дня мучаюсь не получается, есть код с аватаркой в объявление, сама аватарка не кликабельна, просто картинка, хочу из неё сделать кликабельную как на всём форуме, кликнул на аватар и перешёл в профиль пользователя, так вот, сам код вот он
Код:
div class="classifiedIcon">
                <img src="{xen:helper avatar, $classified, m}" />
            </div>
я пытаюсь в него вставить вот этот код
Код:
<a href="{xen:link classifieds/traders, $classified}">{$classified.username}</a>
появляется имя пользователя как ссылка, переходит всё как надо в профиль, но я хочу чтобы имя не отображалось, а кликабельный был сам аватар
2018-07-25_202335.jpg как мне вставить этот код в аватарку, или это вообще не правильное решение ?
 
Последнее редактирование:
Ну попробуй сделать так:
HTML:
div class="classifiedIcon">
      <a href="{xen:link classifieds/traders, $classified}">
                <img src="{xen:helper avatar, $classified, m}" />
      </a>
</div>
 
Благодарю, теперь вообще красота :thank_you:
Привет, ещё вопросик по этому плагину, хочу поменять ссылку , нашёл в каком шаблоне "classifieds_trader_view" вот сама ссылка
Код:
<xen:if is="{$user.classified_count}">
                    <dl><dt>{xen:phrase active_adverts}:</dt> <dd><xen:if is="{$user.classified_count}"><a href="{xen:link classifieds/advertisers, $user}">{xen:number $user.classified_count}</a><xen:else />{xen:number $user.classified_count}</xen:if></dd></dl>
                </xen:if>
нужно заменить вот это "classifieds/advertisers, $user"
я пробовал менять ссылку и код этот полностью вырезать, но всё равно при переходе по ней указывается та же страница которая и была 2018-08-06_120625.jpg, хотя в шаблоне изменена,
пересмотрел кучу шаблонов, нет больше не где такого текста, поиск по шаблонам даёт только один вариант, который я и написал выше, почему она не меняется, вот код всего шаблона
Код:
<xen:title>{$user.username}</xen:title>
<xen:h1></xen:h1>

<xen:navigation>
    <xen:breadcrumb href="{xen:link full:classifieds/traders}">{xen:phrase traders}</xen:breadcrumb>
    <xen:breadcrumb href="{xen:link full:classifieds/traders, $user}">{$user.username}</xen:breadcrumb>
</xen:navigation>

<xen:container var="$head.canonical">
    <link rel="canonical" href="{xen:link canonical:classifieds/traders, $user}" />
</xen:container>

<xen:container var="$head.description">
    <meta name="description" content="{xen:phrase x_is_a_y_at_z, 'name={$user.username}', 'title={xen:helper stripHtml, {xen:helper usertitle, $user}}', 'location={$xenOptions.boardTitle}'}" />
</xen:container>

<xen:container var="$head.openGraph">
    <xen:include template="open_graph_meta">
        <xen:set var="$url">{xen:link 'canonical:classifieds/traders', $user}</xen:set>
        <xen:set var="$title">{$user.username}</xen:set>
        <xen:set var="$description">{xen:phrase x_is_a_y_at_z, 'name={$user.username}', 'title={xen:helper stripHtml, {xen:helper usertitle, $user}}', 'location={$xenOptions.boardTitle}'}</xen:set>
        <xen:set var="$avatar">{xen:helper avatar, $user, 'm', '', 'true'}</xen:set>
        <xen:set var="$ogType">profile</xen:set>
    </xen:include>
</xen:container>

<xen:require css="member_view.css" />
<xen:require css="classifieds_trader_view.css" />

<div class="profilePage" itemscope="itemscope" itemtype="http://data-vocabulary.org/Person">

    <div class="mast">
        <div class="avatarScaler">
            <xen:if is="{$visitor.user_id} == {$user.user_id}">
                <a class="Av{$user.user_id}l OverlayTrigger" href="{xen:link account/avatar}">
                    <img src="{xen:helper avatar, $user, l, '', true}" alt="{$user.username}" style="{xen:helper avatarCropCss, $user}" itemprop="photo" />
                </a>
            <xen:else />
                <span class="Av{$user.user_id}l">
                    <img src="{xen:helper avatar, $user, l, '', true}" alt="{$user.username}" style="{xen:helper avatarCropCss, $user}" itemprop="photo" />
                </span>
            </xen:if>
        </div>
        
        <xen:include template="ad_member_view_below_avatar" />

        <xen:hook name="member_view_sidebar_start" params="{xen:array 'user={$user}'}" />

        <div class="section infoBlock">
            <div class="secondaryContent pairsJustified">

                <xen:hook name="member_view_info_block">
                
                <xen:if is="{$canViewOnlineStatus}">
                    <dl><dt>{xen:phrase last_activity}:</dt>
                        <dd><xen:datetime time="$user.effective_last_activity" /></dd></dl>
                </xen:if>

                <dl><dt>{xen:phrase joined}:</dt>
                    <dd>{xen:date $user.register_date}</dd></dl>

                <dl><dt>{xen:phrase messages}:</dt>
                    <dd>{xen:number $user.message_count}</dd></dl>

                <dl><dt>{xen:phrase likes_received}:</dt>
                    <dd>{xen:number $user.like_count}</dd></dl>

                <xen:if is="{$xenOptions.enableTrophies}">
                    <dl><dt>{xen:phrase trophy_points}:</dt>
                        <dd><a href="{xen:link 'members/trophies', $user}" class="OverlayTrigger">{xen:number $user.trophy_points}</a></dd></dl>
                </xen:if>
                    
                <xen:if is="{$canViewWarnings}">
                    <dl><dt>{xen:phrase warning_points}:</dt><dd>{xen:number $user.warning_points}</dd></dl>
                </xen:if>
                    
                <xen:if is="{$user.classified_count}">
                    <dl><dt>{xen:phrase active_adverts}:</dt> <dd><xen:if is="{$user.classified_count}"><a href="{xen:link classifieds/advertisers, $user}">{xen:number $user.classified_count}</a><xen:else />{xen:number $user.classified_count}</xen:if></dd></dl>
                </xen:if>
                
                <xen:include template="classifieds_trader_member_view_sidebar" />
                    
                </xen:hook>

            </div>
        </div>

        <xen:hook name="member_view_sidebar_middle1" params="{xen:array 'user={$user}'}" />

        <xen:if is="{$following} OR {$followers}">
        <div class="followBlocks">
            <xen:if is="{$following}">
                <div class="section">
                    <h3 class="subHeading textWithCount" title="{xen:phrase x_is_following_y_members, 'name={$user.username}', 'count={xen:number $followingCount}'}">
                        <span class="text">{xen:phrase following}</span>
                        <a href="{xen:link 'members/following', $user}" class="count OverlayTrigger">{xen:number $followingCount}</a>
                    </h3>
                    <div class="primaryContent avatarHeap">
                        <ol>
                        <xen:foreach loop="$following" key="$followUserId" value="$followUser">
                            <li>
                                <xen:avatar user="$followUser" size="s" text="{$followUser.username}" class="Tooltip" title="{$followUser.username}" itemprop="contact" />
                            </li>
                        </xen:foreach>
                        </ol>
                    </div>
                    <xen:if is="{$followingCount} > {xen:count $following, false}">
                        <div class="sectionFooter"><a href="{xen:link 'members/following', $user}" class="OverlayTrigger">{xen:phrase show_all}</a></div>
                    </xen:if>
                </div>
            </xen:if>

            <xen:if is="{$followers}">
                <div class="section">
                    <h3 class="subHeading textWithCount" title="{xen:phrase x_is_being_followed_by_y_members, 'name={$user.username}', 'count={xen:number $followersCount}'}">
                        <span class="text">{xen:phrase followers}</span>
                        <a href="{xen:link 'members/followers', $user}" class="count OverlayTrigger">{xen:number $followersCount}</a>
                    </h3>
                    <div class="primaryContent avatarHeap">
                        <ol>
                        <xen:foreach loop="$followers" key="$followUserId" value="$followUser">
                            <li>
                                <xen:avatar user="$followUser" size="s" text="{$followUser.username}" class="Tooltip" title="{$followUser.username}" itemprop="contact" />
                            </li>
                        </xen:foreach>
                        </ol>
                    </div>
                    <xen:if is="{$followersCount} > {xen:count $followers, false}">
                        <div class="sectionFooter"><a href="{xen:link 'members/followers', $user}" class="OverlayTrigger">{xen:phrase show_all}</a></div>
                    </xen:if>
                </div>
            </xen:if>
        </div>
        </xen:if>

        <xen:hook name="member_view_sidebar_middle2" params="{xen:array 'user={$user}'}" />

        <xen:if hascontent="true">
        <div class="section infoBlock">
            <dl class="secondaryContent pairsJustified">
            <xen:contentcheck>
                <xen:if is="{$user.gender}">
                    <dl><dt>{xen:phrase gender}:</dt>
                        <dd itemprop="gender"><xen:if is="{$user.gender} == 'male'">{xen:phrase male}<xen:else />{xen:phrase female}</xen:if></dd></dl>
                </xen:if>

                <xen:if is="{$birthday}">
                    <dl><dt>{xen:phrase birthday}:</dt>
                        <dd><span class="dob" itemprop="dob">{xen:date $birthday.timeStamp, $birthday.format}</span> <xen:if is="{$birthday.age}"><span class="age">({xen:phrase age}: {xen:number $birthday.age})</span></xen:if></dd></dl>
                </xen:if>

                <xen:if is="{$user.homepage}">
                    <dl><dt>{xen:phrase home_page}:</dt>
                        <dd><a href="{xen:string censor, $user.homepage, 'x'}" rel="nofollow" target="_blank" itemprop="url">{xen:string censor, $user.homepage}</a></dd></dl>
                </xen:if>

                <xen:if is="{$user.location}">
                    <dl><dt>{xen:phrase location}:</dt>
                        <dd><a href="{xen:link misc/location-info, '', 'location={xen:string censor, $user.location, 'x'}'}" rel="nofollow" target="_blank" itemprop="address">{xen:string censor, $user.location}</a></dd></dl>
                </xen:if>

                <xen:if is="{$user.occupation}">
                    <dl><dt>{xen:phrase occupation}:</dt>
                        <dd itemprop="role">{xen:string censor, $user.occupation}</dd></dl>
                </xen:if>
            </xen:contentcheck>
            </dl>
        </div>
        </xen:if>
        
        <xen:if is="{$user.allow_view_profile} == 'everyone'">
            <xen:include template="sidebar_share_page">
                <xen:set var="$url">{xen:link canonical:members, $user}</xen:set>
            </xen:include>
        </xen:if>

        <xen:hook name="member_view_sidebar_end" params="{xen:array 'user={$user}'}" />
        
        <xen:include template="ad_member_view_sidebar_bottom" />

    </div>

    <div class="mainProfileColumn">

        <div class="section primaryUserBlock">
            <div class="mainText secondaryContent">
                <div class="followBlock">
                    <xen:if hascontent="true">
                    <ul>
                        <xen:contentcheck>
                        <xen:if hascontent="true">
                            <li><div class="Popup moderatorToolsPopup">
                                <a rel="Menu">{xen:phrase moderator_tools}</a>
                                <div class="Menu">
                                    <div class="primaryContent menuHeader"><h3>{xen:phrase moderator_tools}</h3></div>
                                    <ul class="secondaryContent blockLinksList">
                                    <xen:contentcheck>
                                        <xen:if is="{$canWarn}">
                                            <li><a href="{xen:link members/warn, $user}">{xen:phrase warn}</a></li>
                                        </xen:if>
                                        <xen:if is="{$canCleanSpam}">
                                            <li><a href="{xen:link spam-cleaner, $user, 'noredirect=1'}" class="deleteSpam OverlayTrigger">{xen:phrase spam}</a></li>
                                        </xen:if>
                                        <xen:if is="{$canViewIps}">
                                            <li><a href="{xen:link members/shared-ips, $user}" class="OverlayTrigger">{xen:phrase shared_ips}</a></li>
                                        </xen:if>
                                        <xen:if is="{$canBanUsers}">
                                            <xen:if is="{$user.is_banned}">
                                                <li><a href="{xen:adminlink banning/users/lift, $user}">{xen:phrase lift_ban}</a></li>
                                            <xen:else />
                                                <li><a href="{xen:adminlink banning/users/add, $user}">{xen:phrase ban}</a></li>
                                            </xen:if>
                                        </xen:if>
                                        <xen:if is="{$canEditUser}">
                                            <li><a href="{xen:link members/edit, $user}">{xen:phrase edit}</a></li>
                                        </xen:if>
                                    </xen:contentcheck>
                                    </ul>
                                </div>
                            </div></li>
                        </xen:if>

                        <xen:follow user="$user" title="" tag="li" />
                        <xen:if is="{xen:helper isIgnored, $user.user_id}">
                            <li><a href="{xen:link members/unignore, $user}" class="FollowLink">{xen:phrase unignore}</a></li>
                        <xen:elseif is="{$canIgnore}" />
                            <li><a href="{xen:link members/ignore, $user}" class="FollowLink">{xen:phrase ignore}</a></li>
                        </xen:if>
                        <xen:if is="{$canReport}">
                            <li><a href="{xen:link members/report, $user}" class="OverlayTrigger">{xen:phrase report}</a></li>
                        </xen:if>
                        <xen:if is="{$canRate}">
                            <li><a href="{xen:link classifieds/traders/rate, $user}">{xen:phrase rate}</a></li>
                        </xen:if>
                        </xen:contentcheck>
                    </ul>
                    </xen:if>
                    <xen:if is="{$visitor.user_id} AND {$user.user_id} != {$visitor.user_id}">
                        <div class="muted">
                            <xen:if is="{$user.isFollowingVisitor}">
                                {xen:phrase user_is_following_you, 'user={$user.username}'}
                            <xen:else />
                                {xen:phrase user_is_not_following_you, 'user={$user.username}'}
                            </xen:if>
                        </div>
                    </xen:if>
                </div>

                <h1 itemprop="name" class="username">{xen:helper richUserName, $user}</h1>

                <p class="userBlurb">
                    {xen:helper userBlurb, $user}
                </p>
                <xen:if hascontent="true">
                    <div class="userBanners">
                        <xen:contentcheck>{xen:helper userBanner, $user}</xen:contentcheck>
                    </div>
                </xen:if>

                <xen:if is="{$user.status}"><p class="userStatus" id="UserStatus">{xen:helper bodyText, $user.status} <xen:datetime time="$user.status_date" /></p></xen:if>

                <xen:if is="{$canViewOnlineStatus}">
                    <dl class="pairsInline lastActivity">
                        <dt>{xen:phrase x_was_last_seen, 'username={$user.username}'}:</dt>
                        <dd>
                            <xen:if is="{$user.activity} AND {$canViewCurrentActivity}">
                                <xen:if is="{$user.activity.description}">
                                    {$user.activity.description}<xen:if is="{$user.activity.itemTitle}"> <em><a href="{$user.activity.itemUrl}">{$user.activity.itemTitle}</a></em></xen:if>,
                                <xen:else />
                                    {xen:phrase viewing_unknown_page},
                                </xen:if>
                                <xen:datetime time="{$user.effective_last_activity}" class="muted" />
                            <xen:else />
                                <xen:datetime time="{$user.effective_last_activity}" />
                            </xen:if>
                        </dd>
                    </dl>
                </xen:if>
            </div>
            
            <ul class="tabs mainTabs" data-panes="#ProfilePanes > li">
                <li><a href="{xen:link members, $user}#profilePosts">{xen:phrase profile_posts}</a></li>
                <li class="active"><a class="active" href="{$requestPaths.requestUri}#tradingProfile">{xen:phrase trading_profile}</a></li>
                <xen:if is="{$showRecentActivity}"><li><a href="{xen:link members, $user}#recentActivity">{xen:phrase recent_activity}</a></li></xen:if>
                <li><a href="{xen:link members, $user}#postings">{xen:phrase postings}</a></li>
                <li><a href="{xen:link members, $user}#info">{xen:phrase information}</a></li>
                <xen:if is="{$warningCount}"><li><a href="{xen:link members, $user}#warnings">{xen:phrase warnings} ({xen:number $warningCount})</a></li></xen:if>
                <xen:if is="{$user.classified_count} AND {$canViewClassifieds}"><li><a href="{xen:link members, $user}#classifieds">{xen:phrase classifieds}</a></li></xen:if>
                <xen:hook name="trader_view_tabs_heading" params="{xen:array 'user={$user}'}" />
            </ul>
        </div>

        <ul id="ProfilePanes">
            <li id="traderProfile" class="profileContent">
                <h3 class="textHeading">{xen:phrase trader_ratings}</h3>
                
                <form action="{xen:link classifieds/inline-mod/trader-ratings/switch}" method="post" class="InlineModForm section" data-cookieName="trader_ratings" data-controls="#InlineModControls" data-imodOptions="#ModerationSelect option">
                    <ol class="advertiserRatings messageSimpleList">
                        <xen:if is="{$ratings}">
                            <xen:foreach loop="$ratings" value="$rating">
                                <xen:if is="{$rating.isDeleted}">
                                    <xen:include template="classifieds_trader_rating_feedback_deleted" />
                                <xen:else />
                                    <xen:include template="classifieds_trader_rating_feedback_list_item" />
                                </xen:if>
                            </xen:foreach>
                        <xen:else />
                            <li id="NoAdvertiserRating">{xen:phrase x_is_yet_to_be_rated, 'name={$user.username}'}</li>
                        </xen:if>
                    </ol>
                    
                    <input type="hidden" name="_xfToken" value="{$visitor.csrf_token_page}" />

                    <xen:if is="{$inlineModOptions}">
                        <xen:include template="inline_mod_controls_classified_trader_rating" />
                    </xen:if>
                    
                    <div class="pageNavLinkGroup">
                        <div class="linkGroup SelectionCountContainer"></div>
                        
                        <xen:pagenav link="classifieds/traders" linkdata="{$user}" page="{$page}" perpage="{$perPage}" total="{$totalTraderRatings}" />
                    </div>
                </form>
            </li>
        </ul>
    </div>

</div>
Привет, есть ещё не большая проблема с этим плагином, подскажите как решить
при создание объявления выскакивает вот такая ошибка
Zend_Db_Statement_Mysqli_Exception: Mysqli statement execute error : Duplicate entry '67' for key 'PRIMARY' - library/Zend/Db/Statement/Mysqli.php:214
Сгенерирована пользователем: ХХХХХ, 10 мин. назад
#0 /var/www/roman/data/www/сайт/forums/library/Zend/Db/Statement.php(297): Zend_Db_Statement_Mysqli->_execute(Array)
#1 /var/www/roman/data/www/сайт/forums/library/Zend/Db/Adapter/Abstract.php(479): Zend_Db_Statement->execute(Array)
#2 /var/www/roman/data/www/сайт/forums/library/Zend/Db/Adapter/Abstract.php(574): Zend_Db_Adapter_Abstract->query('INSERT INTO `gf...', Array)
#3 /var/www/roman/data/www/сайт/forums/library/XenForo/DataWriter.php(1638): Zend_Db_Adapter_Abstract->insert('gfn_classifieds...', Array)
#4 /var/www/roman/data/www/сайт/forums/library/XenForo/DataWriter.php(1627): XenForo_DataWriter->_insert()
#5 /var/www/roman/data/www/сайт/forums/library/XenForo/DataWriter.php(1419): XenForo_DataWriter->_save()
#6 /var/www/roman/data/www/сайт/forums/library/GFNClassifieds/DataWriter/Classified.php(597): XenForo_DataWriter->save()
#7 /var/www/roman/data/www/сайт/forums/library/XenForo/DataWriter.php(1423): GFNClassifieds_DataWriter_Classified->_postSave()
#8 /var/www/roman/data/www/сайт/forums/library/GFNClassifieds/ControllerPublic/Classified.php(1154): XenForo_DataWriter->save()
#9 /var/www/roman/data/www/сайт/forums/library/XenForo/FrontController.php(351): GFNClassifieds_ControllerPublic_Classified->actionSave()
#10 /var/www/roman/data/www/сайт/forums/library/XenForo/FrontController.php(134): XenForo_FrontController->dispatch(Object(XenForo_RouteMatch))
#11 /var/www/roman/data/www/сайт/forums/index.php(13): XenForo_FrontController->run()
#12 {main}
array(3) {
["url"] => string(69) "http://сайт/forums/classifieds/items/save/"
["_GET"] => array(1) {
["/forums/classifieds/items/save/"] => string(0) ""
}
["_POST"] => array(20) {
["title"] => string(12) "Привет"
["tag_line"] => string(17) "дамп биос"
["custom_fields"] => array(6) {
["1_tel"] => string(12) "+79012345678"
["cf2"] => array(1) {
[0] => string(8) "poRussia"
}
["cf6"] => string(0) ""
["cf3"] => string(13) "100predoplata"
["cf4"] => string(3) "day"
["cf5"] => string(4) "work"
}
["custom_fields_shown"] => array(6) {
[0] => string(5) "1_tel"
[1] => string(3) "cf2"
[2] => string(3) "cf6"
[3] => string(3) "cf3"
[4] => string(3) "cf4"
[5] => string(3) "cf5"
}
["featured_image_attachment_id"] => string(0) ""
["description_html"] => string(21) "<p>пнопнпн</p>"
["_xfRelativeResolver"] => string(152) "http://сайт/forums/classifieds/categories/%D0%91%D0%BB%D0%BE%D0%BA%D0%B8-%D0%BC%D0%BE%D0%B4%D1%83%D0%BB%D0%B8.19/create-item/"
["tags"] => string(0) ""
["location"] => array(9) {
["latitude"] => string(17) "55.02452772908316"
["longitude"] => string(17) "36.98472213745117"
["route"] => string(12) "Unnamed Road"
["neighborhood"] => string(0) ""
["sublocality_level_1"] => string(0) ""
["locality"] => string(0) ""
["administrative_area_level_2"] => string(29) "Жуковский район"
["administrative_area_level_1"] => string(33) "Калужская область"
["country"] => string(2) "RU"
}
["advert_type_id"] => string(1) "1"
["price"] => string(1) "0"
["currency"] => string(3) "RUB"
["package_id"] => string(1) "1"
["gallery_hash"] => string(32) "625c492e37f23d79680617630898c3c5"
["_xfToken"] => string(8) "********"
["category_id"] => string(2) "19"
["classified_id"] => string(0) ""
["_xfRequestUri"] => string(114) "/forums/classifieds/categories/%D0%91%D0%BB%D0%BE%D0%BA%D0%B8-%D0%BC%D0%BE%D0%B4%D1%83%D0%BB%D0%B8.19/create-item/"
["_xfNoRedirect"] => string(1) "1"
["_xfResponseType"] => string(4) "json"
}
}
причём если так несколько раз (примерно раз 10) посоздавать объявления, то ошибка пропадает и объявления нормально создаются, и появляется ошибка вновь если только перезагрузить сервер
нашёл в интернете похожую проблему и её решение
Duplicate entry '1' for key 'PRIMARY' - то есть вы пытаетесь создать то, что уже создано(в phpmyadmin). Обычно такая ошибка возникает, когда вы поверх уже установленной базы (БД) движка, пытаетесь сверху накинуть примерно такую же базу, но таблицы к примеру уже такие были созданы и поэтому вылазит такая ошибка.

Открываем файл БД в программе notepad++ и меняем INSERT INTO на REPLACE INTO. Теперь мы не будем создавать то, что уже есть, а будем перезаписывать. Теперь заливаем еще раз эту БД и ошибка должна исчезнуть.
только вот как мне сделать запрос в базе только для этого плагина ?
 
Последнее редактирование:
нужно заменить вот это "classifieds/advertisers, $user"
Нужно заменить на что ? Вить просто так ссылку нельзя заменить она прописана в контроллере плагина в php нужно тогда править контроллер, по мимо шаблона, там же уже прописано просчитывать активные объявления, можно либо убрать ссылку вообще или переписать контроллер как вам надо. Ссылка может не менять возможно у вас форум кэшируется, если нет после смены в нужном шаблоне и нажатии Ctrl+F5 к примеру в хроме должно все обновится и появится.
Zend_Db_Statement_Mysqli_Exception: Mysqli statement execute error : Duplicate entry '67' for key 'PRIMARY' -
А эта ошибка возникает потому что запись в базу данных уже прошла и ее пытается плагин записать еще раз, даже не знаю с чем может быть связано на оффе по этому плагину , а вот решения, что то не нашел.
 
не, с этим уже решено
нужно заменить вот это "classifieds/advertisers, $user"
вопрос про ошибку базы
если я заменю в этой строке #2 /var/www/roman/data/www/сайт/forums/library/Zend/Db/Adapter/Abstract.php(574): Zend_Db_Adapter_Abstract->query('INSERT INTO `gf...', Array)
на REPLACE INTO , это повлияет на что то другое кроме этого плагина ?
 
если я правильно понял то в этом файле /forums/library/Zend/Db/Adapter/Abstract.php
я ещё не глядел но так понял что там будет INSERT INTO , а заменю на REPLACE INTO , или я что не так понял
 
если я правильно понял то в этом файле /forums/library/Zend/Db/Adapter/Abstract.php
Не не правильно понял, все ошибки надо искать только в папке с плагином или в model или в ControllerPublic в файлах движка нечего не надо менять это очень черевато.
Как минимум надо смотреть вот тут:
Код:
GFNClassifieds/DataWriter/Classified.php(597): XenForo_DataWriter->save()
GFNClassifieds/ControllerPublic/Classified.php(1154): XenForo_DataWriter->save()
 
<?php
/**
* Zend Framework
*
* LICENSE
*
* This source file is subject to the new BSD license that is bundled
* with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
*
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@zend.com so we can send you a copy immediately.
*
* @category Zend
* @package Zend_Db
* @subpackage Adapter
* @copyright Copyright (c) 2005-2010 Zend Technologies USA Inc. ( )
* @license New BSD License
* @version $Id: Abstract.php 23252 2010-10-26 12:48:32Z matthew $
*/


/**
* @see Zend_Db
*/
require_once 'Zend/Db.php';

/**
* @see Zend_Db_Select
*/
require_once 'Zend/Db/Select.php';

/**
* Class for connecting to SQL databases and performing common operations.
*
* @category Zend
* @package Zend_Db
* @subpackage Adapter
* @copyright Copyright (c) 2005-2010 Zend Technologies USA Inc. ( )
* @license New BSD License
*/
abstract class Zend_Db_Adapter_Abstract
{

/**
* User-provided configuration
*
* @var array
*/
protected $_config = array();

/**
* Fetch mode
*
* @var integer
*/
protected $_fetchMode = Zend_Db::FETCH_ASSOC;

/**
* Query profiler object, of type Zend_Db_Profiler
* or a subclass of that.
*
* @var Zend_Db_Profiler
*/
protected $_profiler;

/**
* Default class name for a DB statement.
*
* @var string
*/
protected $_defaultStmtClass = 'Zend_Db_Statement';

/**
* Default class name for the profiler object.
*
* @var string
*/
protected $_defaultProfilerClass = 'Zend_Db_Profiler';

/**
* Database connection
*
* @var object|resource|null
*/
protected $_connection = null;

/**
* Specifies the case of column names retrieved in queries
* Options
* Zend_Db::CASE_NATURAL (default)
* Zend_Db::CASE_LOWER
* Zend_Db::CASE_UPPER
*
* @var integer
*/
protected $_caseFolding = Zend_Db::CASE_NATURAL;

/**
* Specifies whether the adapter automatically quotes identifiers.
* If true, most SQL generated by Zend_Db classes applies
* identifier quoting automatically.
* If false, developer must quote identifiers themselves
* by calling quoteIdentifier().
*
* @var bool
*/
protected $_autoQuoteIdentifiers = true;

/**
* Keys are UPPERCASE SQL datatypes or the constants
* Zend_Db::INT_TYPE, Zend_Db::BIGINT_TYPE, or Zend_Db::FLOAT_TYPE.
*
* Values are:
* 0 = 32-bit integer
* 1 = 64-bit integer
* 2 = float or decimal
*
* @var array Associative array of datatypes to values 0, 1, or 2.
*/
protected $_numericDataTypes = array(
Zend_Db::INT_TYPE => Zend_Db::INT_TYPE,
Zend_Db::BIGINT_TYPE => Zend_Db::BIGINT_TYPE,
Zend_Db::FLOAT_TYPE => Zend_Db::FLOAT_TYPE
);

/** Weither or not that object can get serialized
*
* @var bool
*/
protected $_allowSerialization = true;

/**
* Weither or not the database should be reconnected
* to that adapter when waking up
*
* @var bool
*/
protected $_autoReconnectOnUnserialize = false;

/**
* Constructor.
*
* $config is an array of key/value pairs or an instance of Zend_Config
* containing configuration options. These options are common to most adapters:
*
* dbname => (string) The name of the database to user
* username => (string) Connect to the database as this username.
* password => (string) Password associated with the username.
* host => (string) What host to connect to, defaults to localhost
*
* Some options are used on a case-by-case basis by adapters:
*
* port => (string) The port of the database
* persistent => (boolean) Whether to use a persistent connection or not, defaults to false
* protocol => (string) The network protocol, defaults to TCPIP
* caseFolding => (int) style of case-alteration used for identifiers
*
* @param array|Zend_Config $config An array or instance of Zend_Config having configuration data
* @throws Zend_Db_Adapter_Exception
*/
public function __construct($config)
{
/*
* Verify that adapter parameters are in an array.
*/
if (!is_array($config)) {
/*
* Convert Zend_Config argument to a plain array.
*/
if ($config instanceof Zend_Config) {
$config = $config->toArray();
} else {
/**
* @see Zend_Db_Adapter_Exception
*/
require_once 'Zend/Db/Adapter/Exception.php';
throw new Zend_Db_Adapter_Exception('Adapter parameters must be in an array or a Zend_Config object');
}
}

$this->_checkRequiredOptions($config);

$options = array(
Zend_Db::CASE_FOLDING => $this->_caseFolding,
Zend_Db::AUTO_QUOTE_IDENTIFIERS => $this->_autoQuoteIdentifiers,
Zend_Db::FETCH_MODE => $this->_fetchMode,
);
$driverOptions = array();

/*
* normalize the config and merge it with the defaults
*/
if (array_key_exists('options', $config)) {
// can't use array_merge() because keys might be integers
foreach ((array) $config['options'] as $key => $value) {
$options[$key] = $value;
}
}
if (array_key_exists('driver_options', $config)) {
if (!empty($config['driver_options'])) {
// can't use array_merge() because keys might be integers
foreach ((array) $config['driver_options'] as $key => $value) {
$driverOptions[$key] = $value;
}
}
}

if (!isset($config['charset'])) {
$config['charset'] = null;
}

if (!isset($config['persistent'])) {
$config['persistent'] = false;
}

$this->_config = array_merge($this->_config, $config);
$this->_config['options'] = $options;
$this->_config['driver_options'] = $driverOptions;


// obtain the case setting, if there is one
if (array_key_exists(Zend_Db::CASE_FOLDING, $options)) {
$case = (int) $options[Zend_Db::CASE_FOLDING];
switch ($case) {
case Zend_Db::CASE_LOWER:
case Zend_Db::CASE_UPPER:
case Zend_Db::CASE_NATURAL:
$this->_caseFolding = $case;
break;
default:
/** @see Zend_Db_Adapter_Exception */
require_once 'Zend/Db/Adapter/Exception.php';
throw new Zend_Db_Adapter_Exception('Case must be one of the following constants: '
. 'Zend_Db::CASE_NATURAL, Zend_Db::CASE_LOWER, Zend_Db::CASE_UPPER');
}
}

if (array_key_exists(Zend_Db::FETCH_MODE, $options)) {
if (is_string($options[Zend_Db::FETCH_MODE])) {
$constant = 'Zend_Db::FETCH_' . strtoupper($options[Zend_Db::FETCH_MODE]);
if(defined($constant)) {
$options[Zend_Db::FETCH_MODE] = constant($constant);
}
}
$this->setFetchMode((int) $options[Zend_Db::FETCH_MODE]);
}

// obtain quoting property if there is one
if (array_key_exists(Zend_Db::AUTO_QUOTE_IDENTIFIERS, $options)) {
$this->_autoQuoteIdentifiers = (bool) $options[Zend_Db::AUTO_QUOTE_IDENTIFIERS];
}

// obtain allow serialization property if there is one
if (array_key_exists(Zend_Db::ALLOW_SERIALIZATION, $options)) {
$this->_allowSerialization = (bool) $options[Zend_Db::ALLOW_SERIALIZATION];
}

// obtain auto reconnect on unserialize property if there is one
if (array_key_exists(Zend_Db::AUTO_RECONNECT_ON_UNSERIALIZE, $options)) {
$this->_autoReconnectOnUnserialize = (bool) $options[Zend_Db::AUTO_RECONNECT_ON_UNSERIALIZE];
}

// create a profiler object
$profiler = false;
if (array_key_exists(Zend_Db::PROFILER, $this->_config)) {
$profiler = $this->_config[Zend_Db::PROFILER];
unset($this->_config[Zend_Db::PROFILER]);
}
$this->setProfiler($profiler);
}

/**
* Check for config options that are mandatory.
* Throw exceptions if any are missing.
*
* @param array $config
* @throws Zend_Db_Adapter_Exception
*/
protected function _checkRequiredOptions(array $config)
{
// we need at least a dbname
if (! array_key_exists('dbname', $config)) {
/** @see Zend_Db_Adapter_Exception */
require_once 'Zend/Db/Adapter/Exception.php';
throw new Zend_Db_Adapter_Exception("Configuration array must have a key for 'dbname' that names the database instance");
}

if (! array_key_exists('password', $config)) {
/**
* @see Zend_Db_Adapter_Exception
*/
require_once 'Zend/Db/Adapter/Exception.php';
throw new Zend_Db_Adapter_Exception("Configuration array must have a key for 'password' for login credentials");
}

if (! array_key_exists('username', $config)) {
/**
* @see Zend_Db_Adapter_Exception
*/
require_once 'Zend/Db/Adapter/Exception.php';
throw new Zend_Db_Adapter_Exception("Configuration array must have a key for 'username' for login credentials");
}
}

/**
* Returns the underlying database connection object or resource.
* If not presently connected, this initiates the connection.
*
* @return object|resource|null
*/
public function getConnection()
{
$this->_connect();
return $this->_connection;
}

/**
* Returns the configuration variables in this adapter.
*
* @return array
*/
public function getConfig()
{
return $this->_config;
}

/**
* Set the adapter's profiler object.
*
* The argument may be a boolean, an associative array, an instance of
* Zend_Db_Profiler, or an instance of Zend_Config.
*
* A boolean argument sets the profiler to enabled if true, or disabled if
* false. The profiler class is the adapter's default profiler class,
* Zend_Db_Profiler.
*
* An instance of Zend_Db_Profiler sets the adapter's instance to that
* object. The profiler is enabled and disabled separately.
*
* An associative array argument may contain any of the keys 'enabled',
* 'class', and 'instance'. The 'enabled' and 'instance' keys correspond to the
* boolean and object types documented above. The 'class' key is used to name a
* class to use for a custom profiler. The class must be Zend_Db_Profiler or a
* subclass. The class is instantiated with no constructor arguments. The 'class'
* option is ignored when the 'instance' option is supplied.
*
* An object of type Zend_Config may contain the properties 'enabled', 'class', and
* 'instance', just as if an associative array had been passed instead.
*
* @param Zend_Db_Profiler|Zend_Config|array|boolean $profiler
* @return Zend_Db_Adapter_Abstract Provides a fluent interface
* @throws Zend_Db_Profiler_Exception if the object instance or class specified
* is not Zend_Db_Profiler or an extension of that class.
*/
public function setProfiler($profiler)
{
$enabled = null;
$profilerClass = $this->_defaultProfilerClass;
$profilerInstance = null;

if ($profilerIsObject = is_object($profiler)) {
if ($profiler instanceof Zend_Db_Profiler) {
$profilerInstance = $profiler;
} else if ($profiler instanceof Zend_Config) {
$profiler = $profiler->toArray();
} else {
/**
* @see Zend_Db_Profiler_Exception
*/
require_once 'Zend/Db/Profiler/Exception.php';
throw new Zend_Db_Profiler_Exception('Profiler argument must be an instance of either Zend_Db_Profiler'
. ' or Zend_Config when provided as an object');
}
}

if (is_array($profiler)) {
if (isset($profiler['enabled'])) {
$enabled = (bool) $profiler['enabled'];
}
if (isset($profiler['class'])) {
$profilerClass = $profiler['class'];
}
if (isset($profiler['instance'])) {
$profilerInstance = $profiler['instance'];
}
} else if (!$profilerIsObject) {
$enabled = (bool) $profiler;
}

if ($profilerInstance === null) {
if (!class_exists($profilerClass)) {
require_once 'Zend/Loader.php';
Zend_Loader::loadClass($profilerClass);
}
$profilerInstance = new $profilerClass();
}

if (!$profilerInstance instanceof Zend_Db_Profiler) {
/** @see Zend_Db_Profiler_Exception */
require_once 'Zend/Db/Profiler/Exception.php';
throw new Zend_Db_Profiler_Exception('Class ' . get_class($profilerInstance) . ' does not extend '
. 'Zend_Db_Profiler');
}

if (null !== $enabled) {
$profilerInstance->setEnabled($enabled);
}

$this->_profiler = $profilerInstance;

return $this;
}


/**
* Returns the profiler for this adapter.
*
* @return Zend_Db_Profiler
*/
public function getProfiler()
{
return $this->_profiler;
}

/**
* Get the default statement class.
*
* @return string
*/
public function getStatementClass()
{
return $this->_defaultStmtClass;
}

/**
* Set the default statement class.
*
* @return Zend_Db_Adapter_Abstract Fluent interface
*/
public function setStatementClass($class)
{
$this->_defaultStmtClass = $class;
return $this;
}

/**
* Prepares and executes an SQL statement with bound data.
*
* @param mixed $sql The SQL statement with placeholders.
* May be a string or Zend_Db_Select.
* @param mixed $bind An array of data to bind to the placeholders.
* @return Zend_Db_Statement_Interface
*/
public function query($sql, $bind = array())
{
// connect to the database if needed
$this->_connect();

// is the $sql a Zend_Db_Select object?
if ($sql instanceof Zend_Db_Select) {
if (empty($bind)) {
$bind = $sql->getBind();
}

$sql = $sql->assemble();
}

// make sure $bind to an array;
// don't use (array) typecasting because
// because $bind may be a Zend_Db_Expr object
if (!is_array($bind)) {
$bind = array($bind);
}

// prepare and execute the statement with profiling
$stmt = $this->prepare($sql);
$stmt->execute($bind);

// return the results embedded in the prepared statement object
$stmt->setFetchMode($this->_fetchMode);
return $stmt;
}

/**
* Leave autocommit mode and begin a transaction.
*
* @return Zend_Db_Adapter_Abstract
*/
public function beginTransaction()
{
$this->_connect();
$q = $this->_profiler->queryStart('begin', Zend_Db_Profiler::TRANSACTION);
$this->_beginTransaction();
$this->_profiler->queryEnd($q);
return $this;
}

/**
* Commit a transaction and return to autocommit mode.
*
* @return Zend_Db_Adapter_Abstract
*/
public function commit()
{
$this->_connect();
$q = $this->_profiler->queryStart('commit', Zend_Db_Profiler::TRANSACTION);
$this->_commit();
$this->_profiler->queryEnd($q);
return $this;
}

/**
* Roll back a transaction and return to autocommit mode.
*
* @return Zend_Db_Adapter_Abstract
*/
public function rollBack()
{
$this->_connect();
$q = $this->_profiler->queryStart('rollback', Zend_Db_Profiler::TRANSACTION);
$this->_rollBack();
$this->_profiler->queryEnd($q);
return $this;
}

/**
* Inserts a table row with specified data.
*
* @param mixed $table The table to insert data into.
* @param array $bind Column-value pairs.
* @return int The number of affected rows.
*/
public function insert($table, array $bind)
{
// extract and quote col names from the array keys
$cols = array();
$vals = array();
$i = 0;
foreach ($bind as $col => $val) {
$cols[] = $this->quoteIdentifier($col, true);
if ($val instanceof Zend_Db_Expr) {
$vals[] = $val->__toString();
unset($bind[$col]);
} else {
if ($this->supportsParameters('positional')) {
$vals[] = '?';
} else {
if ($this->supportsParameters('named')) {
unset($bind[$col]);
$bind[':col'.$i] = $val;
$vals[] = ':col'.$i;
$i++;
} else {
/** @see Zend_Db_Adapter_Exception */
require_once 'Zend/Db/Adapter/Exception.php';
throw new Zend_Db_Adapter_Exception(get_class($this) ." doesn't support positional or named binding");
}
}
}
}

// build the statement
$sql = "INSERT INTO "
. $this->quoteIdentifier($table, true)
. ' (' . implode(', ', $cols) . ') '
. 'VALUES (' . implode(', ', $vals) . ')';

// execute the statement and return the number of affected rows
if ($this->supportsParameters('positional')) {
$bind = array_values($bind);
}
$stmt = $this->query($sql, $bind);
$result = $stmt->rowCount();
return $result;
}

/**
* Updates table rows with specified data based on a WHERE clause.
*
* @param mixed $table The table to update.
* @param array $bind Column-value pairs.
* @param mixed $where UPDATE WHERE clause(s).
* @return int The number of affected rows.
*/
public function update($table, array $bind, $where = '')
{
/**
* Build "col = ?" pairs for the statement,
* except for Zend_Db_Expr which is treated literally.
*/
$set = array();
$i = 0;
foreach ($bind as $col => $val) {
if ($val instanceof Zend_Db_Expr) {
$val = $val->__toString();
unset($bind[$col]);
} else {
if ($this->supportsParameters('positional')) {
$val = '?';
} else {
if ($this->supportsParameters('named')) {
unset($bind[$col]);
$bind[':col'.$i] = $val;
$val = ':col'.$i;
$i++;
} else {
/** @see Zend_Db_Adapter_Exception */
require_once 'Zend/Db/Adapter/Exception.php';
throw new Zend_Db_Adapter_Exception(get_class($this) ." doesn't support positional or named binding");
}
}
}
$set[] = $this->quoteIdentifier($col, true) . ' = ' . $val;
}

$where = $this->_whereExpr($where);

/**
* Build the UPDATE statement
*/
$sql = "UPDATE "
. $this->quoteIdentifier($table, true)
. ' SET ' . implode(', ', $set)
. (($where) ? " WHERE $where" : '');

/**
* Execute the statement and return the number of affected rows
*/
if ($this->supportsParameters('positional')) {
$stmt = $this->query($sql, array_values($bind));
} else {
$stmt = $this->query($sql, $bind);
}
$result = $stmt->rowCount();
return $result;
}

/**
* Deletes table rows based on a WHERE clause.
*
* @param mixed $table The table to update.
* @param mixed $where DELETE WHERE clause(s).
* @return int The number of affected rows.
*/
public function delete($table, $where = '')
{
$where = $this->_whereExpr($where);

/**
* Build the DELETE statement
*/
$sql = "DELETE FROM "
. $this->quoteIdentifier($table, true)
. (($where) ? " WHERE $where" : '');

/**
* Execute the statement and return the number of affected rows
*/
$stmt = $this->query($sql);
$result = $stmt->rowCount();
return $result;
}

/**
* Convert an array, string, or Zend_Db_Expr object
* into a string to put in a WHERE clause.
*
* @param mixed $where
* @return string
*/
protected function _whereExpr($where)
{
if (empty($where)) {
return $where;
}
if (!is_array($where)) {
$where = array($where);
}
foreach ($where as $cond => &$term) {
// is $cond an int? (i.e. Not a condition)
if (is_int($cond)) {
// $term is the full condition
if ($term instanceof Zend_Db_Expr) {
$term = $term->__toString();
}
} else {
// $cond is the condition with placeholder,
// and $term is quoted into the condition
$term = $this->quoteInto($cond, $term);
}
$term = '(' . $term . ')';
}

$where = implode(' AND ', $where);
return $where;
}

/**
* Creates and returns a new Zend_Db_Select object for this adapter.
*
* @return Zend_Db_Select
*/
public function select()
{
return new Zend_Db_Select($this);
}

/**
* Get the fetch mode.
*
* @return int
*/
public function getFetchMode()
{
return $this->_fetchMode;
}

/**
* Fetches all SQL result rows as a sequential array.
* Uses the current fetchMode for the adapter.
*
* @param string|Zend_Db_Select $sql An SQL SELECT statement.
* @param mixed $bind Data to bind into SELECT placeholders.
* @param mixed $fetchMode Override current fetch mode.
* @return array
*/
public function fetchAll($sql, $bind = array(), $fetchMode = null)
{
if ($fetchMode === null) {
$fetchMode = $this->_fetchMode;
}
$stmt = $this->query($sql, $bind);
$result = $stmt->fetchAll($fetchMode);
return $result;
}

/**
* Fetches the first row of the SQL result.
* Uses the current fetchMode for the adapter.
*
* @param string|Zend_Db_Select $sql An SQL SELECT statement.
* @param mixed $bind Data to bind into SELECT placeholders.
* @param mixed $fetchMode Override current fetch mode.
* @return array
*/
public function fetchRow($sql, $bind = array(), $fetchMode = null)
{
if ($fetchMode === null) {
$fetchMode = $this->_fetchMode;
}
$stmt = $this->query($sql, $bind);
$result = $stmt->fetch($fetchMode);
return $result;
}

/**
* Fetches all SQL result rows as an associative array.
*
* The first column is the key, the entire row array is the
* value. You should construct the query to be sure that
* the first column contains unique values, or else
* rows with duplicate values in the first column will
* overwrite previous data.
*
* @param string|Zend_Db_Select $sql An SQL SELECT statement.
* @param mixed $bind Data to bind into SELECT placeholders.
* @return array
*/
public function fetchAssoc($sql, $bind = array())
{
$stmt = $this->query($sql, $bind);
$data = array();
while ($row = $stmt->fetch(Zend_Db::FETCH_ASSOC)) {
$tmp = array_values(array_slice($row, 0, 1));
$data[$tmp[0]] = $row;
}
return $data;
}

/**
* Fetches the first column of all SQL result rows as an array.
*
* @param string|Zend_Db_Select $sql An SQL SELECT statement.
* @param mixed $bind Data to bind into SELECT placeholders.
* @return array
*/
public function fetchCol($sql, $bind = array())
{
$stmt = $this->query($sql, $bind);
$result = $stmt->fetchAll(Zend_Db::FETCH_COLUMN, 0);
return $result;
}

/**
* Fetches all SQL result rows as an array of key-value pairs.
*
* The first column is the key, the second column is the
* value.
*
* @param string|Zend_Db_Select $sql An SQL SELECT statement.
* @param mixed $bind Data to bind into SELECT placeholders.
* @return array
*/
public function fetchPairs($sql, $bind = array())
{
$stmt = $this->query($sql, $bind);
$data = array();
while ($row = $stmt->fetch(Zend_Db::FETCH_NUM)) {
$data[$row[0]] = $row[1];
}
return $data;
}

/**
* Fetches the first column of the first row of the SQL result.
*
* @param string|Zend_Db_Select $sql An SQL SELECT statement.
* @param mixed $bind Data to bind into SELECT placeholders.
* @return string
*/
public function fetchOne($sql, $bind = array())
{
$stmt = $this->query($sql, $bind);
$result = $stmt->fetchColumn(0);
return $result;
}

/**
* Quote a raw string.
*
* @param string $value Raw string
* @return string Quoted string
*/
protected function _quote($value)
{
if (is_int($value)) {
return $value;
} elseif (is_float($value)) {
return sprintf('%F', $value);
}
return "'" . addcslashes($value, "\000\n\r\\'\"\032") . "'";
}

/**
* Safely quotes a value for an SQL statement.
*
* If an array is passed as the value, the array values are quoted
* and then returned as a comma-separated string.
*
* @param mixed $value The value to quote.
* @param mixed $type OPTIONAL the SQL datatype name, or constant, or null.
* @return mixed An SQL-safe quoted value (or string of separated values).
*/
public function quote($value, $type = null)
{
$this->_connect();

if ($value instanceof Zend_Db_Select) {
return '(' . $value->assemble() . ')';
}

if ($value instanceof Zend_Db_Expr) {
return $value->__toString();
}

if (is_array($value)) {
foreach ($value as &$val) {
$val = $this->quote($val, $type);
}
return implode(', ', $value);
}

if ($type !== null && array_key_exists($type = strtoupper($type), $this->_numericDataTypes)) {
$quotedValue = '0';
switch ($this->_numericDataTypes[$type]) {
case Zend_Db::INT_TYPE: // 32-bit integer
$quotedValue = (string) intval($value);
break;
case Zend_Db::BIGINT_TYPE: // 64-bit integer
// ANSI SQL-style hex literals (e.g. x'[\dA-F]+')
// are not supported here, because these are string
// literals, not numeric literals.
if (preg_match('/^(
[+-]? # optional sign
(?:
0[Xx][\da-fA-F]+ # ODBC-style hexadecimal
|\d+ # decimal or octal, or MySQL ZEROFILL decimal
(?:[eE][+-]?\d+)? # optional exponent on decimals or octals
)
)/x',
(string) $value, $matches)) {
$quotedValue = $matches[1];
}
break;
case Zend_Db::FLOAT_TYPE: // float or decimal
$quotedValue = sprintf('%F', $value);
}
return $quotedValue;
}

return $this->_quote($value);
}

/**
* Quotes a value and places into a piece of text at a placeholder.
*
* The placeholder is a question-mark; all placeholders will be replaced
* with the quoted value. For example:
*
* <code>
* $text = "WHERE date < ?";
* $date = "2005-01-02";
* $safe = $sql->quoteInto($text, $date);
* // $safe = "WHERE date < '2005-01-02'"
* </code>
*
* @param string $text The text with a placeholder.
* @param mixed $value The value to quote.
* @param string $type OPTIONAL SQL datatype
* @param integer $count OPTIONAL count of placeholders to replace
* @return string An SQL-safe quoted value placed into the original text.
*/
public function quoteInto($text, $value, $type = null, $count = null)
{
if ($count === null) {
return str_replace('?', $this->quote($value, $type), $text);
} else {
while ($count > 0) {
if (strpos($text, '?') !== false) {
$text = substr_replace($text, $this->quote($value, $type), strpos($text, '?'), 1);
}
--$count;
}
return $text;
}
}

/**
* Quotes an identifier.
*
* Accepts a string representing a qualified indentifier. For Example:
* <code>
* $adapter->quoteIdentifier('myschema.mytable')
* </code>
* Returns: "myschema"."mytable"
*
* Or, an array of one or more identifiers that may form a qualified identifier:
* <code>
* $adapter->quoteIdentifier(array('myschema','my.table'))
* </code>
* Returns: "myschema"."my.table"
*
* The actual quote character surrounding the identifiers may vary depending on
* the adapter.
*
* @param string|array|Zend_Db_Expr $ident The identifier.
* @param boolean $auto If true, heed the AUTO_QUOTE_IDENTIFIERS config option.
* @return string The quoted identifier.
*/
public function quoteIdentifier($ident, $auto=false)
{
return $this->_quoteIdentifierAs($ident, null, $auto);
}

/**
* Quote a column identifier and alias.
*
* @param string|array|Zend_Db_Expr $ident The identifier or expression.
* @param string $alias An alias for the column.
* @param boolean $auto If true, heed the AUTO_QUOTE_IDENTIFIERS config option.
* @return string The quoted identifier and alias.
*/
public function quoteColumnAs($ident, $alias, $auto=false)
{
return $this->_quoteIdentifierAs($ident, $alias, $auto);
}

/**
* Quote a table identifier and alias.
*
* @param string|array|Zend_Db_Expr $ident The identifier or expression.
* @param string $alias An alias for the table.
* @param boolean $auto If true, heed the AUTO_QUOTE_IDENTIFIERS config option.
* @return string The quoted identifier and alias.
*/
public function quoteTableAs($ident, $alias = null, $auto = false)
{
return $this->_quoteIdentifierAs($ident, $alias, $auto);
}

/**
* Quote an identifier and an optional alias.
*
* @param string|array|Zend_Db_Expr $ident The identifier or expression.
* @param string $alias An optional alias.
* @param boolean $auto If true, heed the AUTO_QUOTE_IDENTIFIERS config option.
* @param string $as The string to add between the identifier/expression and the alias.
* @return string The quoted identifier and alias.
*/
protected function _quoteIdentifierAs($ident, $alias = null, $auto = false, $as = ' AS ')
{
if ($ident instanceof Zend_Db_Expr) {
$quoted = $ident->__toString();
} elseif ($ident instanceof Zend_Db_Select) {
$quoted = '(' . $ident->assemble() . ')';
} else {
if (is_string($ident)) {
$ident = explode('.', $ident);
}
if (is_array($ident)) {
$segments = array();
foreach ($ident as $segment) {
if ($segment instanceof Zend_Db_Expr) {
$segments[] = $segment->__toString();
} else {
$segments[] = $this->_quoteIdentifier($segment, $auto);
}
}
if ($alias !== null && end($ident) == $alias) {
$alias = null;
}
$quoted = implode('.', $segments);
} else {
$quoted = $this->_quoteIdentifier($ident, $auto);
}
}
if ($alias !== null) {
$quoted .= $as . $this->_quoteIdentifier($alias, $auto);
}
return $quoted;
}

/**
* Quote an identifier.
*
* @param string $value The identifier or expression.
* @param boolean $auto If true, heed the AUTO_QUOTE_IDENTIFIERS config option.
* @return string The quoted identifier and alias.
*/
protected function _quoteIdentifier($value, $auto=false)
{
if ($auto === false || $this->_autoQuoteIdentifiers === true) {
$q = $this->getQuoteIdentifierSymbol();
return ($q . str_replace("$q", "$q$q", $value) . $q);
}
return $value;
}

/**
* Returns the symbol the adapter uses for delimited identifiers.
*
* @return string
*/
public function getQuoteIdentifierSymbol()
{
return '"';
}

/**
* Return the most recent value from the specified sequence in the database.
* This is supported only on RDBMS brands that support sequences
* (e.g. Oracle, PostgreSQL, DB2). Other RDBMS brands return null.
*
* @param string $sequenceName
* @return string
*/
public function lastSequenceId($sequenceName)
{
return null;
}

/**
* Generate a new value from the specified sequence in the database, and return it.
* This is supported only on RDBMS brands that support sequences
* (e.g. Oracle, PostgreSQL, DB2). Other RDBMS brands return null.
*
* @param string $sequenceName
* @return string
*/
public function nextSequenceId($sequenceName)
{
return null;
}

/**
* Helper method to change the case of the strings used
* when returning result sets in FETCH_ASSOC and FETCH_BOTH
* modes.
*
* This is not intended to be used by application code,
* but the method must be public so the Statement class
* can invoke it.
*
* @param string $key
* @return string
*/
public function foldCase($key)
{
switch ($this->_caseFolding) {
case Zend_Db::CASE_LOWER:
$value = strtolower((string) $key);
break;
case Zend_Db::CASE_UPPER:
$value = strtoupper((string) $key);
break;
case Zend_Db::CASE_NATURAL:
default:
$value = (string) $key;
}
return $value;
}

/**
* called when object is getting serialized
* This disconnects the DB object that cant be serialized
*
* @throws Zend_Db_Adapter_Exception
* @return array
*/
public function __sleep()
{
if ($this->_allowSerialization == false) {
/** @see Zend_Db_Adapter_Exception */
require_once 'Zend/Db/Adapter/Exception.php';
throw new Zend_Db_Adapter_Exception(get_class($this) ." is not allowed to be serialized");
}
$this->_connection = false;
return array_keys(array_diff_key(get_object_vars($this), array('_connection'=>false)));
}

/**
* called when object is getting unserialized
*
* @return void
*/
public function __wakeup()
{
if ($this->_autoReconnectOnUnserialize == true) {
$this->getConnection();
}
}

/**
* Abstract Methods
*/

/**
* Returns a list of the tables in the database.
*
* @return array
*/
abstract public function listTables();

/**
* Returns the column descriptions for a table.
*
* The return value is an associative array keyed by the column name,
* as returned by the RDBMS.
*
* The value of each array element is an associative array
* with the following keys:
*
* SCHEMA_NAME => string; name of database or schema
* TABLE_NAME => string;
* COLUMN_NAME => string; column name
* COLUMN_POSITION => number; ordinal position of column in table
* DATA_TYPE => string; SQL datatype name of column
* DEFAULT => string; default expression of column, null if none
* NULLABLE => boolean; true if column can have nulls
* LENGTH => number; length of CHAR/VARCHAR
* SCALE => number; scale of NUMERIC/DECIMAL
* PRECISION => number; precision of NUMERIC/DECIMAL
* UNSIGNED => boolean; unsigned property of an integer type
* PRIMARY => boolean; true if column is part of the primary key
* PRIMARY_POSITION => integer; position of column in primary key
*
* @param string $tableName
* @param string $schemaName OPTIONAL
* @return array
*/
abstract public function describeTable($tableName, $schemaName = null);

/**
* Creates a connection to the database.
*
* @return void
*/
abstract protected function _connect();

/**
* Test if a connection is active
*
* @return boolean
*/
abstract public function isConnected();

/**
* Force the connection to close.
*
* @return void
*/
abstract public function closeConnection();

/**
* Prepare a statement and return a PDOStatement-like object.
*
* @param string|Zend_Db_Select $sql SQL query
* @return Zend_Db_Statement|PDOStatement
*/
abstract public function prepare($sql);

/**
* Gets the last ID generated automatically by an IDENTITY/AUTOINCREMENT column.
*
* As a convention, on RDBMS brands that support sequences
* (e.g. Oracle, PostgreSQL, DB2), this method forms the name of a sequence
* from the arguments and returns the last id generated by that sequence.
* On RDBMS brands that support IDENTITY/AUTOINCREMENT columns, this method
* returns the last value generated for such a column, and the table name
* argument is disregarded.
*
* @param string $tableName OPTIONAL Name of table.
* @param string $primaryKey OPTIONAL Name of primary key column.
* @return string
*/
abstract public function lastInsertId($tableName = null, $primaryKey = null);

/**
* Begin a transaction.
*/
abstract protected function _beginTransaction();

/**
* Commit a transaction.
*/
abstract protected function _commit();

/**
* Roll-back a transaction.
*/
abstract protected function _rollBack();

/**
* Set the fetch mode.
*
* @param integer $mode
* @return void
* @throws Zend_Db_Adapter_Exception
*/
abstract public function setFetchMode($mode);

/**
* Adds an adapter-specific LIMIT clause to the SELECT statement.
*
* @param mixed $sql
* @param integer $count
* @param integer $offset
* @return string
*/
abstract public function limit($sql, $count, $offset = 0);

/**
* Check if the adapter supports real SQL parameters.
*
* @param string $type 'positional' or 'named'
* @return bool
*/
abstract public function supportsParameters($type);

/**
* Retrieve server version in PHP style
*
* @return string
*/
abstract public function getServerVersion();
}
красным выделил, но я так понял что в том случае вообще для всего поменяется это значение, а не только для этого плагина
 
Это файл движка XF его трогать не надо вообще не когда.
 
понял, сейчас пытаю файлы на которые ты указал
да малость прояснилось, глючит функция определения местоположения, при его отключении всё нормально работает
Привет, подскажите, возможно ли такое вообще сделать, при отправке личного сообщения открывается модальное окно 2019-03-16_132540.png
при нажатие в нём кнопки "загрузить файл " она закрывается и появляется окно загрузки файла 2019-03-16_132607.png
но после загрузки нужно опять нажимать на кнопку отправить личное сообщение, иначе окна переписке нет, так вот можно ли сделать так чтобы окно переписке не закрывалось при нажатие на кнопку загрузить файл, а просто было на заднем плане
 
Последнее редактирование:
Сделать такое возможно, но только нужно искать спеца, кто смог бы такое реализовать, просто оба окна вызываются одинаково, поэтому такое происходит одно перебивает другое.
 
Помогите решить проблему. На php 5.6 ошибок нет. на 7.4 выходит такое
PHP:
ErrorException: Trying to access array offset on value of type bool - library/GFNClassifieds/ControllerPublic/Trader.php:161
и
ErrorException: Trying to access array offset on value of type bool - library/XenForo/ControllerPublic/Member.php:360

по этим путям в коде одна строка
PHP:
$user['age'] = $birthday['age'];
 
Последнее редактирование модератором:
Помогите решить проблему. На php 5.6 ошибок нет. на 7.4 выходит такое
PHP:
ErrorException: Trying to access array offset on value of type bool - library/GFNClassifieds/ControllerPublic/Trader.php:161
и
ErrorException: Trying to access array offset on value of type bool - library/XenForo/ControllerPublic/Member.php:360

по этим путям в коде одна строка
PHP:
$user['age'] = $birthday['age'];
Версия движка какая?
Как бы у нас форум по рекламе был, но таких ошибок мы не наблюдали.
Ну и уже поддержки нет для первой ветки. Сказать толком ни чего не можем.
Добро пожаловать на вторую ветку!
 
Назад
Верх Низ